Subversion Repositories

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

Rev 73 | Rev 76 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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