File: changelog

package info (click to toggle)
hashrat 1.25%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 2,892 kB
  • sloc: ansic: 32,338; sh: 400; makefile: 337
file content (305 lines) | stat: -rw-r--r-- 10,731 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
hashrat (1.25+ds-1) unstable; urgency=medium

  * New upstream version 1.25+ds
  * d/copyright:
    - Update to reflect upstream copyright changes
    - Use wildcard to exclude precompiled library versions
  * d/patches:
    - Fix-libUseful-Makefile.patch: Refresh patch
    - Fix-manpage-font-formatting.patch: Drop patch applied upstream
    - Fix-some-spelling-errors-in-manpage-and-source-code.patch: Update patch
  * d/watch: Add filenamemangle to fix tarball naming and avoid warning

 -- Matheus Polkorny <mpolkorny@gmail.com>  Mon, 17 Mar 2025 15:04:42 -0300

hashrat (1.23+ds-1) unstable; urgency=medium

  * New upstream version 1.23+ds
  * d/control:
    - Add Build-Depends: libssl-dev and zlib1g-dev
    - Add myself to Uploaders
  * d/copyright:
    - Add myself to debian/*
    - Change license name from MIT to HPND-MIT-disclaimer
    - Exclude pre-compiled libUseful.so.5 due to DS violation
    - Update to reflect upstream copyright changes
  * d/patches:
    - Add-more-flags-to-improve-GCC...patch: Set forwarded and apply DEP-3
    - Fix-libUseful-Makefile.patch: Update patch, set forwarded and apply DEP-3
    - Fix-manpage-font-formatting.patch: New patch to fix manpage formatting
    - Fix-some-spelling...patch: Refresh patch, forwarded and apply DEP-3
  * d/rules:
    - Add execute_before_dh_autoreconf to copy ar-lib
    - Enable support for zlib and ssl in dh_auto_configure
  * d/watch
    - Add repacksuffix for +ds and dversionmangle
    - Reorganize to standard format and remove filenamemangle

 -- Matheus Polkorny <mpolkorny@gmail.com>  Thu, 27 Feb 2025 00:09:07 -0300

hashrat (1.20-1) unstable; urgency=medium

  [ Niels Thykier ]
  * Set `Rules-Requires-Root: no`, since `(fake)root` is not needed

  [ Arnaud Rebillout ]
  * New upstream version 1.20
  * Drop patches applied upstream, adjust existing patches
  * Bump Standards-Version (no change required)

 -- Arnaud Rebillout <arnaudr@kali.org>  Wed, 19 Jun 2024 08:03:03 +0700

hashrat (1.19-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Update standards version to 4.6.0, no changes needed.

  [ Arnaud Rebillout ]
  * Fix watch file
  * New upstream version 1.19 (Closes: #1066510)
  * Update copyright
  * Rebuild patches so that it applies
  * Fix build without OpenSSL
  * Re-enable tests

 -- Arnaud Rebillout <arnaudr@kali.org>  Mon, 27 May 2024 16:18:54 +0700

hashrat (1.13-1) unstable; urgency=medium

  [ Giovani Augusto Ferreira ]
  * New upstream version 1.13
  * Bumped DH level to 13.
  * Bumped standards version to 4.5.0, no changes needed.
  * debian/copyright: split GPL license text and update packaging years.
  * debian/tests/control: add superficial restriction (closes: #970954)
  * debian/upstream/metadata: full updated.

  [ Samuel Henrique ]
  * Configure git-buildpackage for Debian

 -- Giovani Augusto Ferreira <giovani@debian.org>  Sun, 27 Sep 2020 16:38:03 -0300

hashrat (1.10.4-1) unstable; urgency=medium

  [ Giovani Augusto Ferreira ]
  * New upstream version 1.10.4
    * Using new DH level format. Consequently:
      - debian/compat: removed.
      - debian/control: Changed from 'debhelper' to 'debhelper-compat' in
        Build-Depends field and bumped level to 12.
  * debian/control:
      - Added the field Rules-Requires-Root: binary-targets.
      - Standards-Version: bumped to 4.4.1 (no changes needed)
  * debian/copyright:
      - Added rights for Samuel Henrique.
      - Updated years and rights.
  * debian/patches/*: updated to new source code.
  * debian/tests/control: created to provide trivial tests.

  [ Samuel Henrique ]
  * Add salsa-ci.yml

 -- Giovani Augusto Ferreira <giovani@debian.org>  Thu, 26 Dec 2019 14:24:17 -0300

hashrat (1.10.2-2) unstable; urgency=medium

  * debian/patches/003-fix-Makefile-bug.patch:
      - added to fix a FTBFS. (Closes: #917798) Thanks to
      Santiago Vila <sanvila@debian.org> for de patch.

 -- Giovani Augusto Ferreira <giovani@debian.org>  Fri, 04 Jan 2019 11:36:11 -0200

hashrat (1.10.2-1) unstable; urgency=medium

  [ Jelmer Vernooij ]
  * Use secure copyright file specification URI.

  [ Giovani Augusto Ferreira ]
  * New upstream version 1.10.2
  * Bumped Standards-Version to 4.3.0
  * Rewrite patches to new source code.
  * debian/copyright: -updated file paths
  * debian/docs: -Updated to point to README.md
  * debian/README.source: removed because there are no more prebuild files.
  * Added upstream metadata file

 -- Giovani Augusto Ferreira <giovani@debian.org>  Mon, 24 Dec 2018 18:39:55 -0200

hashrat (1.8.12+dfsg-2) unstable; urgency=medium

  [ Raphaël Hertzog ]
  * Update team maintainer address to Debian Security Tools
    <team+pkg-security@tracker.debian.org>
  * Update Vcs-Git and Vcs-Browser for the move to salsa.debian.org

  [ Giovani Augusto Ferreira ]
  * Bumped Standards-Version to 4.2.0
  * Bumped DH level to 11
  * debian/copyright: updated copyright years

 -- Giovani Augusto Ferreira <giovani@debian.org>  Sat, 25 Aug 2018 17:50:00 -0300

hashrat (1.8.12+dfsg-1) unstable; urgency=medium

  * New upstream release
  * debian/control:
      - Bumped Standards-Version to 4.1.2.

 -- Giovani Augusto Ferreira <giovani@debian.org>  Wed, 13 Dec 2017 21:43:30 -0200

hashrat (1.8.11+dfsg-1) unstable; urgency=medium

  * New upstream release.
  * debian/control:
      - Bumped Standards-Version to 4.1.1.
  * debian/patches/fix-integer-truncation.patch:
      - Removed, the Upstream fixed in source code.

 -- Giovani Augusto Ferreira <giovani@debian.org>  Wed, 25 Oct 2017 23:09:35 -0200

hashrat (1.8.9+dfsg-1) unstable; urgency=medium

  * New upstream release.
  * debian/control:
      - Bumped Standards-Version to 4.0.1.
      - Dropped dh-autoreconf from Build-Depends, this is deprecated now.
  * debian/patches/fix-integer-truncation.patch:
      - Added to avoid integer truncation on the big files.
        Thanks to Bernhard Übelacker for the patch. (Closes: #863460)

 -- Giovani Augusto Ferreira <giovani@debian.org>  Sun, 03 Sep 2017 16:13:30 -0300

hashrat (1.8.7+dfsg-2) unstable; urgency=medium

  * Upload to unstable.
  * Maintained support for filesystem Extended Attributes. (Closes: #835268)

 -- Giovani Augusto Ferreira <giovani@debian.org>  Sun, 02 Jul 2017 16:21:56 -0300

hashrat (1.8.7+dfsg-1) experimental; urgency=medium

  * New upstream release.
  * Updated my email address.
  * debian/control:
      - Bumped Standards-Version to 4.0.0.
  * debian/copyright: updated the packaging copyright years.
  * debian/patches/fix-install.patch:
      - Added to improve GCC hardening.
  * debian/rules:
      - Enabled support for filesystem Extended Attributes. (see: #835268)

 -- Giovani Augusto Ferreira <giovani@debian.org>  Sun, 25 Jun 2017 20:31:13 -0300

hashrat (1.8.3+dfsg-2) unstable; urgency=medium

  * Update DH level to 10.
  * debian/compat: updated to 10.
  * debian/rules: removed the '--with autoreconf' because it is default
    in DH 10.

 -- Giovani Augusto Ferreira <giovani@riseup.net>  Fri, 16 Dec 2016 23:12:24 -0200

hashrat (1.8.3+dfsg-1) unstable; urgency=medium

  * New upstream release
  * Added the 'dfsg' suffix.
  * debian/copyright: updated version from libUseful* files.
  * debian/patches:
      - fix-help and fix-spelling-manpage was merged to fix-spelling.patch.
      - fix-manpage-patch was removed, the Upstream fixed in source code.
  * debian/README.source: created to explain about the dfsg action.
  * debian/watch: added a mangle rule to handle the '+dfsg' suffix.

 -- Giovani Augusto Ferreira <giovani@riseup.net>  Sun, 25 Sep 2016 18:51:56 -0300

hashrat (1.8.1-2) unstable; urgency=medium

  * debian/watch:
      -fixed to pick up new versions, previous Debian release
       without adjustment. (Closes: #832141)

 -- Giovani Augusto Ferreira <giovani@riseup.net>  Tue, 26 Jul 2016 07:50:36 -0300

hashrat (1.8.1-1) unstable; urgency=medium

  * New upstream release
  * debian/control:
      - Bumped Standards-Version to 3.9.8.
  * debian/patches/*:
      - updated the version to 1.8.1 in all files.
  * debian/watch:
      - improved to catch new versions starting with the letter 'v'.
        Thanks Samuel Henrique for patch. (Closes: #832141)

 -- Giovani Augusto Ferreira <giovani@riseup.net>  Sat, 23 Jul 2016 23:42:11 -0300

hashrat (1.8.0-1) unstable; urgency=medium

  * New upstream release
  * debian/control:
      - Changed from cgit to git in Vcs-Browser field.
  * debian/watch:
      - Bumped to version 4.
      - Leaving only a repository to avoid conflicting on uscan system.

 -- Giovani Augusto Ferreira <giovani@riseup.net>  Wed, 23 Mar 2016 23:34:15 -0300

hashrat (1.6.1-4) unstable; urgency=medium

  * New co-maintainer. Thanks a lot to Eriberto Mota, the initial
    maintainer of this package.
  * debian/control:
      - Bumped Standards-Version to 3.9.7.
      - Fixed a word in long description.
      - Updated Vcs-* fields.
  * debian/copyright: added my name at debian/* block.

 -- Giovani Augusto Ferreira <giovani@riseup.net>  Sat, 20 Feb 2016 23:55:35 -0300

hashrat (1.6.1-3) unstable; urgency=medium

  * debian/patches/fix-spelling-manpage: added to fix some issues in manpage.

 -- Joao Eriberto Mota Filho <eriberto@debian.org>  Sun, 13 Sep 2015 19:14:42 -0300

hashrat (1.6.1-2) unstable; urgency=medium

  * debian/rules: disabled the tests (temporarily) to avoid FTBFS in some
      architectures.

 -- Joao Eriberto Mota Filho <eriberto@debian.org>  Mon, 03 Aug 2015 11:24:46 -0300

hashrat (1.6.1-1) unstable; urgency=medium

  * New upstream release.
  * debian/clean: removed.
  * debian/copyright:
      - Updated the Source field in header.
      - Updated all information about libUseful-2.1 directory (previously
        called libUseful-2.0).
  * debian/docs: created to install the README file.
  * debian/manpages: removed. The upstream is using the manpage created for
      Debian. Thanks!
  * debian/patches/:
      - fix-help: updated.
      - fix-manpage-path: created to install the upstream manpage in right
        place.
  * debian/source.lintian-overrides: removed. The upstream fixed the source
      code. Thanks.
  * debian/rules: re-enabled the autotests (removed the override_dh_auto_test
      target). The upstream fixed the code. Thanks.

 -- Joao Eriberto Mota Filho <eriberto@debian.org>  Thu, 23 Jul 2015 22:03:16 -0300

hashrat (1.5-2) unstable; urgency=medium

  * Upload to unstable.
  * debian/copyright: dropping dot-zero from GPL license short name.

 -- Joao Eriberto Mota Filho <eriberto@debian.org>  Wed, 22 Jul 2015 13:51:05 -0300

hashrat (1.5-1) experimental; urgency=low

  * Initial release. (Closes: #776499)

 -- Joao Eriberto Mota Filho <eriberto@debian.org>  Wed, 28 Jan 2015 10:32:25 -0200