Subversion Repositories

?revision_form?Rev ?revision_input??revision_submit??revision_endform?

Rev 113 | Rev 118 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
116 magnus 1
nettle (2.7.1-1) unstable; urgency=low
2
 
3
  * New upstream bugfix release.
4
 
5
 -- Magnus Holmgren <holmgren@debian.org>  Wed, 29 May 2013 19:25:35 +0200
6
 
113 magnus 7
nettle (2.7-2) unstable; urgency=low
8
 
9
  * Tag some (ECC related) symbols that only exist on some architectures.
10
 
11
 -- Magnus Holmgren <holmgren@debian.org>  Tue, 07 May 2013 22:57:14 +0200
12
 
108 magnus 13
nettle (2.7-1) unstable; urgency=low
14
 
111 magnus 15
  * New upstream release (Closes: #706081).
110 magnus 16
  * Include watch file improvements from Bart Martens <bartm@debian.org>
17
    via the QA system.
108 magnus 18
 
111 magnus 19
 -- Magnus Holmgren <holmgren@debian.org>  Sat, 04 May 2013 19:50:28 +0200
108 magnus 20
 
106 magnus 21
nettle (2.6-1) experimental; urgency=low
22
 
23
  * New upstream release.
24
 
25
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 24 Mar 2013 11:38:21 +0100
26
 
98 magnus 27
nettle (2.5-1) experimental; urgency=low
28
 
29
  * New upstream release (Closes: #685855).
30
    - All symbols from nettle-internal.c have been dropped from the built
100 magnus 31
      library, and pkcs1_signature_prefix renamed with a leading underscore,
32
      without SONAME change, as they were all for internal use only.
99 magnus 33
  * debian/watch: Updated to handle -pre releases.
98 magnus 34
 
100 magnus 35
 -- Magnus Holmgren <holmgren@debian.org>  Sat, 25 Aug 2012 18:28:37 +0200
98 magnus 36
 
93 magnus 37
nettle (2.4-2) unstable; urgency=low
38
 
39
  * Drop README.source; not needed since the package was converted to
40
    format 3.0.
94 magnus 41
  * Correct errors in DEP 5-format debian/copyright.
95 magnus 42
  * Use dpkg-buildflags to set CFLAGS et al.
96 magnus 43
  * Bump Standards-Version to 3.9.3.
93 magnus 44
 
96 magnus 45
 -- Magnus Holmgren <holmgren@debian.org>  Sat, 23 Jun 2012 14:41:45 +0200
93 magnus 46
 
90 magnus 47
nettle (2.4-1) unstable; urgency=low
48
 
49
  * New upstream bugfix release.
50
 
51
 -- Magnus Holmgren <holmgren@debian.org>  Sat, 03 Sep 2011 17:59:01 +0200
52
 
86 magnus 53
nettle (2.3-1) unstable; urgency=low
54
 
55
  * New upstream release.
92 magnus 56
  * nettle-dev.install: Include pkg-config files added by upstream
57
    (Closes: #634294).
88 magnus 58
  * debian/copyright: Add ripemd160-related files.
86 magnus 59
 
88 magnus 60
 -- Magnus Holmgren <holmgren@debian.org>  Sat, 03 Sep 2011 00:48:54 +0200
86 magnus 61
 
71 magnus 62
nettle (2.2-1) unstable; urgency=low
63
 
72 magnus 64
  * New upstream release (Closes: #633574).
65
    - The function nettle_arcfour_stream() was dropped without changing
66
      the SONAME, because it was undocumented and untested and should not
67
      be in use.
73 magnus 68
  * Add symbols files and correct dependencies in shlibs files.
75 magnus 69
  * Update copyright information, in particular regarding blowfish and
70
    serpent, trying to follow DEP5.
82 magnus 71
  * Add manpage nettle-hash(1) and mention nettle-hash in description of
72
    nettle-bin.
77 magnus 73
  * Add multi-arch support.
78 magnus 74
  * Bump Standards-Version to 3.9.2.
80 magnus 75
  * Switch to Debhelper compat level 8.
81 magnus 76
  * nettle-bin: Change Conflicts from moving sexp-conv into
77
    Breaks+Replaces and drop long-obsolete conflict with libnettle1.
83 magnus 78
  * Improve libnettle and libhogweed package descriptions, explaining the
79
    difference between them.
71 magnus 80
 
83 magnus 81
 -- Magnus Holmgren <holmgren@debian.org>  Sat, 06 Aug 2011 19:13:56 +0200
71 magnus 82
 
67 magnus 83
nettle (2.1-2) unstable; urgency=low
84
 
85
  * Upload to unstable.
86
  * Increase Debhelper compat level to 7.
87
  * debian/rules: Add build-indep and build-arch targets.
68 magnus 88
  * debian/copyright: Add entry for dsa2sexp.c.
69 magnus 89
  * No longer suggest lsh-utils-doc as an alternative to lsh-doc.
67 magnus 90
 
69 magnus 91
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 20 Mar 2011 01:48:24 +0100
67 magnus 92
 
61 magnus 93
nettle (2.1-1) experimental; urgency=low
94
 
95
  * New upstream release (Closes: #594386). Thanks to Sedat Dilek for
96
    sorting things out.
97
    - Drop rsa2sexp_algorithm_name.dpatch, 20_link_with_gmp.dpatch;
98
      incorporated upstream.
99
    - The SOVERSIONs of libnettle and libhogweed have changed to 4 and 2,
100
      respectively; update and rename debian/control, debian/libnettle3.*,
101
      debian/libhogweed1.*, and debian/nettle-bin.links accordingly.
63 magnus 102
  * Build-depend on the new libgmp10-dev instead of libgmp3-dev.
64 magnus 103
  * Convert to source package format 3.0 (quilt), using
104
    dh_autotools-dev_*config to update config.sub and config.guess files.
65 magnus 105
  * Handle the parallel DEB_BUILD_OPTIONS option.
106
  * Pass --libdir=/usr/lib to ./configure since it will otherwise try to
107
    be smart and pick /usr/lib32 or /usr/lib64 on certain platforms.
108
  * General tidying of debian/rules:
109
    - Remove handling of noopt option (dpkg-buildpackage sets CFLAGS).
110
    - Remove remnants of nostrip option handling.
111
    - Only pass --host to ./configure if HOST != BUILD, as is recommended.
112
    - Remove redundant compiler and configure flags.
66 magnus 113
  * Bump Standards-Version to 3.9.1.
61 magnus 114
 
66 magnus 115
 -- Magnus Holmgren <holmgren@debian.org>  Tue, 18 Jan 2011 23:44:49 +0100
61 magnus 116
 
57 magnus 117
nettle (2.0-2) unstable; urgency=low
118
 
119
  * rsa2sexp_algorithm_name.dpatch (new): Use a default algorithm name
120
    that LSH understands in the sexp representation of an RSA key, so that
121
    pkcs1-conv can be used to convert existing OpenSSH private keys.
58 magnus 122
  * debian/control: Add ${misc:Depends} to all packages lacking it.
59 magnus 123
  * debian/control: nettle-dev: Depend on dpkg (>= 1.15.4) | install-info
124
    as recommended for the transition to triggerized install-info.
60 magnus 125
  * Upgraded to Standards-Version 3.8.3 with the previous change.
57 magnus 126
 
60 magnus 127
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 11 Oct 2009 23:27:07 +0200
57 magnus 128
 
50 magnus 129
nettle (2.0-1) unstable; urgency=low
130
 
52 magnus 131
  * Merge with experimental branch.
132
    - There was no lsh-utils 2.0.3-2 in Debian, so the conflict is with
133
      lsh-utils < 2.0.4-dfsg-1.
134
    - Drop the transitional libnettle-dev package that was in experimental.
135
      Due to the split, depending packages will need sourceful uploads anyway.
50 magnus 136
  * New upstream version.
137
    - Drop 30_sparc_aes_include.dpatch; incorporated upstream.
51 magnus 138
  * Add debug package.
56 magnus 139
  * nettle-dev.doc-info: Correct Section and Document.
55 magnus 140
  * Bump Standards-Version to 3.8.2.
50 magnus 141
 
55 magnus 142
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 02 Aug 2009 17:20:28 +0200
50 magnus 143
 
47 magnus 144
nettle (1.16~cvs20070603-2) experimental; urgency=low
145
 
146
  * 30_sparc_aes_include.dpatch: Patch from upstream CVS, fixes FTBFS on
147
    sparc (Closes: #441265).
148
  * debian/rules: Check for Makefile instead of ignoring all `make
149
    distclean' errors.
150
 
151
 -- Magnus Holmgren <magnus@kibibyte.se>  Sat, 08 Sep 2007 19:58:29 +0200
152
 
153
nettle (1.16~cvs20070603-1) experimental; urgency=low
154
 
155
  * Upstream CVS snapshot splitting off public-key algorithms as
156
    libhogweed1.
157
    - Drop 10_cleanup.dpatch; incorporated upstream.
158
    - Rename libnettle-dev as nettle-dev.
159
  * No longer install sexp-conv as an alternative; conflict with lsh-utils
160
    (<< 2.0.3-2, which is anticipated to stop shipping an identical
161
    sexp-conv and depend on nettle-bin instead).
162
  * Link with --as-needed to avoid unnecessary NEEDED tags.
163
 
164
 -- Magnus Holmgren <magnus@kibibyte.se>  Mon, 11 Jun 2007 17:36:08 +0200
165
 
39 magnus 166
nettle (1.15-6) unstable; urgency=low
167
 
168
  * No longer install sexp-conv as an alternative; conflict with lsh-utils
169
    prior to 2.0.4-dfsg-1, which depends on nettle-bin instead of shipping
170
    a copy of sexp-conv (Closes: #510942). Drop nettle-bin.postinst and
171
    nettle-bin.prerm (nettle-bin.prerm will remove the alternative on
172
    upgrade, which is actually a bug, but works out fine in this case).
40 magnus 173
  * Switch to Debhelper level 5. Remove files that don't exist from install
174
    lists (copied from a template, apparently).
43 magnus 175
  * Upgrade to Standards-Version 3.8.1:
176
    + Add debian/README.source (§ 4.9).
44 magnus 177
  * Add debian/libnettle2.symbols.
39 magnus 178
 
44 magnus 179
 -- Magnus Holmgren <holmgren@debian.org>  Mon, 13 Apr 2009 22:52:44 +0200
39 magnus 180
 
37 magnus 181
nettle (1.15-5) unstable; urgency=low
32 magnus 182
 
183
  * New maintainer email address.
33 magnus 184
  * Bring debian/control format up-to-date with Homepage and Vcs fields.
34 magnus 185
  * Add machine-readable copyright information to debian/copyright and
37 magnus 186
    clarify licensing of nettle-lfib-stream.1 and pkcs1-conv.1. The
187
    machine-readable information may not be completely accurate at this
188
    point due to the many different authors and licenses.
35 magnus 189
  * Don't ignore make potential distclean errors.
190
  * debian/libnettle-dev.doc-base: Change section to Programming/C
191
    following the abolishion of the Apps section.
36 magnus 192
  * Bump Standards-Version to 3.7.3 without any changes.
32 magnus 193
 
37 magnus 194
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 20 Apr 2008 00:40:55 +0200
32 magnus 195
 
18 magnus 196
nettle (1.15-4) unstable; urgency=low
197
 
198
  * Add manpage for nettle-lfib-stream(1) (Closes: #413293).
199
  * Add manpage for pkcs1-conv(1) (Closes: #413294).
200
  * Correct manpage for sexp-conv(1).
201
 
202
 -- Magnus Holmgren <magnus@kibibyte.se>  Mon, 11 Jun 2007 13:37:53 +0200
203
 
15 magnus 204
nettle (1.15-3) unstable; urgency=low
205
 
206
  * Use dh_install instead of dh_movefiles.
207
  * Run "make check" by default.
208
  * Ship nettle.pdf in libnettle-dev.
209
  * Include PDF and Info formats in doc-base control file.
210
  * Clean up the libnettle-dev examples directory. There should only be
211
    source files. Note that most of the examples aren't made to be
212
    compiled outside of the nettle source tree, except sha-example.c,
213
    which is the example found in the documentation.
214
  * Move descore.README and TODO from libnettle2.docs to
215
    libnettle-dev.docs, and also add README and NEWS to the latter.
216
  * Make debian/copyright more correct.
217
  * Add pkcs1-conv to nettle-bin package description.
218
 
219
 -- Magnus Holmgren <magnus@kibibyte.se>  Wed, 06 Jun 2007 14:35:13 +0200
220
 
3 magnus 221
nettle (1.15-2) unstable; urgency=high
222
 
5 magnus 223
  * Fix serious regression: The -lgmp added in 1.8-1 fell off in 1.15-1
224
    (Closes: #415034).
3 magnus 225
  * Use dpatch to handle patches.
226
  * Make package binNMUable.
7 magnus 227
  * Add XS-Vcs-* fields to debian/control.
8 magnus 228
  * Make dependencies on libnettle2 versioned.
3 magnus 229
 
7 magnus 230
 -- Magnus Holmgren <magnus@kibibyte.se>  Tue, 15 May 2007 16:15:19 +0200
3 magnus 231
 
2 magnus 232
nettle (1.15-1) unstable; urgency=low
233
 
234
  * New maintainer (Closes: #411677).
235
  * New upstream version. The non-free IETF RFC has been removed by
236
    upstream.
237
  * Updated Standards-Version to 3.7.2 without any changes.
238
  * Converted doc-base and copyright files to UTF-8.
239
  * Added extra cleanup to clean target of debian/rules so that
240
    dpkg-buildpackage can be run more than once.
241
  * debian/watch: updated.
242
  * debian/control: added autotools-dev as a build-dependency.
243
  * debian/rules: don't include config.guess and config.sub in
244
    .diff.gz.
245
 
246
 -- Magnus Holmgren <magnus@kibibyte.se>  Thu,  1 Mar 2007 19:29:49 +0100
247
 
248
nettle (1.14.1-1) unstable; urgency=low
249
 
250
  * Removed non-DFSG file from the archive and disabled the
251
    corresponding test case
252
  * Source package contains non-free IETF RFC/I-D's (Closes: #393400)
253
  * Since there is no upstream release available, a "fake" version number
254
    is added to the version.
255
 
256
 -- Marek Habersack <grendel@debian.org>  Wed, 18 Oct 2006 09:47:03 +0200
257
 
258
nettle (1.14-1) unstable; urgency=low
259
 
260
  * The latest upstream version
261
 
262
 -- Marek Habersack <grendel@debian.org>  Tue,  9 May 2006 21:41:17 +0200
263
 
264
nettle (1.12-3) unstable; urgency=high
265
 
266
  * Force a recompile to match the new libgmp3 package name
267
 
268
 -- Marek Habersack <grendel@debian.org>  Tue, 19 Jul 2005 12:01:28 +0200
269
 
270
nettle (1.12-2) unstable; urgency=high
271
 
272
  * Make libnettle-dev depend on libgmp3-dev
273
 
274
 -- Marek Habersack <grendel@debian.org>  Tue,  8 Mar 2005 02:19:01 +0100
275
 
276
nettle (1.12-1) unstable; urgency=high
277
 
278
  * The latest upstream release
279
  * sexp-conv is installed as sexp-conv.nettle and registered with the
280
    alternatives system now.
281
  * added the sexp-conv mainpage borrowed from the lsh-utils package.
282
 
283
 -- Marek Habersack <grendel@debian.org>  Tue, 30 Nov 2004 01:45:49 +0100
284
 
285
nettle (1.10-1) unstable; urgency=low
286
 
287
  * The latest upstream version
288
 
289
 -- Marek Habersack <grendel@debian.org>  Tue,  4 May 2004 15:56:02 +0200
290
 
291
nettle (1.9-1) unstable; urgency=low
292
 
293
  * The latest upstream release
294
 
295
 -- Marek Habersack <grendel@debian.org>  Mon, 16 Feb 2004 02:53:34 +0100
296
 
297
nettle (1.8-1) unstable; urgency=low
298
 
299
  * The latest upstream release
300
  * libnettle1 links directly against gmp now to avoid problems with
301
    programs linking to libnettle without referencing -lgmp explicitly.
302
  * libnettle1 is gone - upstream changed the SOVERSION to 2
303
 
304
 -- Marek Habersack <grendel@debian.org>  Wed, 14 Jan 2004 22:27:19 +0100
305
 
306
nettle (1.7-3) unstable; urgency=low
307
 
308
  * Don't drink and drive, or another doc-base fix
309
 
310
 -- Marek Habersack <grendel@debian.org>  Mon, 10 Nov 2003 19:07:20 -0500
311
 
312
nettle (1.7-2) unstable; urgency=low
313
 
314
  * Fixed the doc-base problem with the missing Section field
315
 
316
 -- Marek Habersack <grendel@debian.org>  Sun,  9 Nov 2003 22:06:09 -0500
317
 
318
nettle (1.7-1) unstable; urgency=low
319
 
320
  * Initial Release.
321
 
322
 -- Marek Habersack <grendel@debian.org>  Tue,  4 Nov 2003 18:23:07 +0100
323