1 gnupg (1.0.5-1) unstable; urgency=low
3 * New upstream version.
4 * debian/README.Debian: fix spelling and update URL.
5 * debian/rules (binary): remove the new info files.
6 * scripts/config.{guess,sub}: sync with subversions, closes: #95729.
8 -- James Troup <james@nocrew.org> Mon, 30 Apr 2001 02:12:38 +0100
10 gnupg (1.0.4-4) unstable; urgency=low
12 * po/ru.po: patch by Ilya Martynov <m_ilya@agava.com> to replace German
13 entries and add missing translations, closes: #93987.
14 * g10/revoke.c (ask_revocation_reason): typo fix (s/non longer/no
15 longer/g); noticed by Colin Watson <cjw44@flatline.org.uk>, closes:
18 * Deprecated depreciated; noticed by Vincent Broman
19 <broman@spawar.navy.mil>.
21 * Following two patches are from Vincent Broman.
22 * g10/mainproc.c (proc_tree): use iobuf_get_real_fname() in preference
24 * g10/openfile.c (open_sigfile): handle .sign prefixed files correctly.
26 -- James Troup <james@nocrew.org> Fri, 20 Apr 2001 23:32:44 +0100
28 gnupg (1.0.4-3) unstable; urgency=medium
30 * debian/rules (binary): make gpg binary suid, closes: #86433.
31 * debian/postinst: don't use suidregister.
32 * debian/postrm: removed (only called suidunregister).
33 * debian/control: conflict with suidmanager << 0.50.
34 * mpi/longlong.h: apply fix for ARM long long artimetic from Philip
35 Blundell <philb@gnu.org>, closes: #87487.
36 * debian/preinst: the old GnuPG debs have moved to people.debian.org.
37 * cipher/random.c: #include <time.h> as well as <sys/time.h>
38 * g10/misc.c: likewise.
39 * debian/rules: define a strip alias which removes the .comment and
41 * debian/rules (binary-arch): use it.
42 * debian/lintian.override: new file; override the SUID warning from
44 * debian/rules (binary-arch): install it.
46 -- James Troup <james@nocrew.org> Sun, 25 Feb 2001 05:24:58 +0000
48 gnupg (1.0.4-2) stable unstable; urgency=high
50 * Apply security fix patch from Werner.
51 * Apply another patch from Werner to fix bogus warning on Rijndael
53 * Change section to 'non-US'.
55 -- James Troup <james@nocrew.org> Mon, 12 Feb 2001 07:47:02 +0000
57 gnupg (1.0.4-1) stable unstable; urgency=high
59 * New upstream version.
60 * Fixes a serious bug which could lead to false signature verification
61 results when more than one signature is fed to gpg.
63 -- James Troup <james@nocrew.org> Tue, 17 Oct 2000 17:26:17 +0100
65 gnupg (1.0.3b-1) unstable; urgency=low
67 * New upstream snapshot version.
69 -- James Troup <james@nocrew.org> Fri, 13 Oct 2000 18:08:14 +0100
71 gnupg (1.0.3-2) unstable; urgency=low
73 * debian/control: Conflict, Replace and Provide gpg-rsa & gpg-rsaref.
74 Fix long description to reflect the fact that RSA is no longer
75 patented and now included. [#72177]
76 * debian/rules: move faq.html to /usr/share/doc/gnupg/ and remove FAQ
77 from /usr/share/gnupg/. Thanks to Robert Luberda
78 <robert@pingu.ii.uj.edu.pl> for noticing. [#72151]
79 * debian/control: Suggest new package gnupg-doc. [#64323, #65560]
80 * utils/secmem.c (lock_pool): don't bomb out if mlock() returns ENOMEM,
81 as Linux will do this if resource limits (or other reasons) prevent
82 memory from being locked, instead treat it like permission was denied
83 and warn but continue. Thanks to Topi Miettinen
84 <Topi.Miettinen@nic.fi>. [#70446]
85 * g10/hkp.c (not_implemented): s/ist/is/ in error message.
86 * debian/README.Debian: add a note about GDBM support and why it is
87 disabled. Upstream already fixed the manpage. [#65913]
88 * debian/rules (binary-arch): fix the Spanish translation to be 'es' not
89 'es_ES' at Nicolás Lichtmaier <nick@debian.org>'s request. [#57314]
91 -- James Troup <james@nocrew.org> Sun, 1 Oct 2000 14:55:03 +0100
93 gnupg (1.0.3-1) unstable; urgency=low
95 * New upstream version.
97 -- James Troup <james@nocrew.org> Mon, 18 Sep 2000 15:56:54 +0100
99 gnupg (1.0.2-1) unstable; urgency=low
101 * New upstream version.
103 -- James Troup <james@nocrew.org> Thu, 13 Jul 2000 20:26:50 +0100
105 gnupg (1.0.1-2) unstable; urgency=low
107 * debian/control (Build-Depends): added.
108 * debian/copyright: corrected location of copyright file. Removed
109 references to Linux. Removed warnings about beta nature of GnuPG.
110 * debian/rules (binary-arch): install documentation into
111 /usr/share/doc/gnupg/ and pass mandir to make install to ensure the
112 manpages go to /usr/share/man/.
113 * debian/postinst: create /usr/doc/gnupg symlink.
114 * debian/prerm: new file; remove /usr/doc/gnupg symlink.
115 * debian/rules (binary-arch): install prerm.
116 * debian/control (Standards-Version): updated to 3.1.1.1.
118 -- James Troup <james@nocrew.org> Thu, 30 Dec 1999 16:16:49 +0000
120 gnupg (1.0.1-1) unstable; urgency=low
122 * New upstream version.
123 * doc/gpg.1: updated to something usable from
124 ftp://ftp.gnupg.org/pub/gcrypt/gnupg/gpg.1.gz.
126 -- James Troup <james@nocrew.org> Sun, 19 Dec 1999 23:47:10 +0000
128 gnupg (1.0.0-3) unstable; urgency=low
130 * debian/rules (build): remove the stunningly ill-advised --host option
131 to configure. [#44698, #48212, #48281]
133 -- James Troup <james@nocrew.org> Tue, 26 Oct 1999 01:12:59 +0100
135 gnupg (1.0.0-2) unstable; urgency=low
137 * debian/rules (binary-arch): fix the permissions on the
139 * debian/postinst, debian/postrm: fix the package name passed to
140 suidregister. [#45013]
141 * debian/control: update long description. [#44636]
142 * debian/rules (build): pass the host explicitly to configure to avoid
143 problems on sparc64. [(Should fix) #44698].
145 -- James Troup <james@nocrew.org> Wed, 20 Oct 1999 23:39:05 +0100
147 gnupg (1.0.0-1) unstable; urgency=low
149 * New upstream release. [#44545]
151 -- James Troup <james@nocrew.org> Wed, 8 Sep 1999 00:53:02 +0100
153 gnupg (0.9.10-2) unstable; urgency=low
155 * debian/rules (binary-arch): install lspgpot. Requested by Kai
156 Henningsen <kai@khms.westfalen.de>. [#42288]
157 * debian/rules (binary-arch): correct the path where modules are looked
158 for. Reported by Karl M. Hegbloom <karlheg@odin.cc.pdx.edu>. [#40881]
159 * debian/postinst, debian/postrm: under protest, register gpg the
160 package with suidmanager and make it suid by default.
161 [#29780,#32590,#40391]
163 -- James Troup <james@nocrew.org> Tue, 10 Aug 1999 00:12:40 +0100
165 gnupg (0.9.10-1) unstable; urgency=low
167 * New upstream version.
169 -- James Troup <james@nocrew.org> Fri, 6 Aug 1999 01:16:21 +0100
171 gnupg (0.9.9-1) unstable; urgency=low
173 * New upstream version.
175 -- James Troup <james@nocrew.org> Sun, 25 Jul 1999 01:06:31 +0100
177 gnupg (0.9.8-1) unstable; urgency=low
179 * New upstream version.
180 * debian/rules (binary-arch): don't create a gpgm manpage as the binary
181 no longer exists. Noticed by Wichert Akkerman
182 <wichert@cs.leidenuniv.nl>. [#38864]
184 -- James Troup <james@nocrew.org> Sun, 27 Jun 1999 01:07:58 +0100
186 gnupg (0.9.7-1) unstable; urgency=low
188 * New upstream version.
190 -- James Troup <james@nocrew.org> Tue, 25 May 1999 13:23:24 +0100
192 gnupg (0.9.6-1) unstable; urgency=low
194 * New upstream version.
195 * debian/copyright: update version number, noticed by Lazarus Long
196 <lazarus@frontiernet.net>.
197 * debian/control (Depends): depend on makedev (>= 2.3.1-13) to ensure
198 that /dev/urandom exists; reported by Steffen Markert
199 <smort@rz.tu-ilmenau.de>. [#32076]
201 -- James Troup <james@nocrew.org> Tue, 11 May 1999 21:06:27 +0100
203 gnupg (0.9.5-1) unstable; urgency=low
205 * New upstream version.
206 * debian/control (Description): no tabs. [Lintian]
208 -- James Troup <james@nocrew.org> Wed, 24 Mar 1999 22:37:40 +0000
210 gnupg (0.9.4-1) unstable; urgency=low
213 * debian/control: s/GNUPG/GnuPG/
215 -- Werner Koch <wk@isil.d.suttle.de> Mon, 8 Mar 1999 19:58:28 +0100
217 gnupg (0.9.3-1) unstable; urgency=low
219 * New upstream version.
221 -- James Troup <james@nocrew.org> Mon, 22 Feb 1999 22:55:04 +0000
223 gnupg (0.9.2-1) unstable; urgency=low
226 * debian/rules (build): Removed CFLAGS as the default is now sufficient.
227 * debian/rules (clean): remove special handling cleanup in intl.
229 -- Werner Koch <wk@isil.d.suttle.de> Wed, 20 Jan 1999 21:23:11 +0100
231 gnupg (0.9.1-1) unstable; urgency=low
233 * New upstream version.
235 -- James Troup <james@nocrew.org> Sat, 9 Jan 1999 22:29:11 +0000
237 gnupg (0.9.0-1) unstable; urgency=low
239 * New upstream version.
240 * g10/armor.c (armor_filter): add missing new line in comment string; as
241 noticed by Stainless Steel Rat <ratinox@peorth.gweep.net>.
243 -- James Troup <james@nocrew.org> Tue, 29 Dec 1998 20:22:43 +0000
245 gnupg (0.4.5-1) unstable; urgency=low
247 * New upstream version.
248 * debian/rules (clean): force removal of intl/libintl.h which the
249 Makefiles fail to remove properly.
251 -- James Troup <james@nocrew.org> Tue, 8 Dec 1998 22:40:23 +0000
253 gnupg (0.4.4-1) unstable; urgency=low
255 * New upstream version.
257 -- James Troup <james@nocrew.org> Sat, 21 Nov 1998 01:34:29 +0000
259 gnupg (0.4.3-1) unstable; urgency=low
261 * New upstream version.
262 * debian/README.Debian: new file; contains same information as is in the
263 preinst. Suggested by Wichert Akkerman <wichert@cs.leidenuniv.nl>.
264 * debian/rules (binary-arch): install `README.Debian'
265 * debian/control (Standards-Version): updated to 2.5.0.0.
267 -- James Troup <james@nocrew.org> Sun, 8 Nov 1998 19:08:12 +0000
269 gnupg (0.4.2-1) unstable; urgency=low
271 * New upstream version.
272 * debian/preinst: improve message about the NEWS file which isn't
273 actually installed when it's referred to, thanks to Martin Mitchell
275 * debian/rules (binary-arch): don't install the now non-existent `rfcs',
276 but do install `OpenPGP'.
278 -- James Troup <james@nocrew.org> Sun, 18 Oct 1998 22:48:34 +0100
280 gnupg (0.4.1-1) unstable; urgency=low
282 * New upstream version.
283 * debian/rules (binary-arch): fix the gpgm manpage symlink now installed
286 -- James Troup <james@nocrew.org> Sun, 11 Oct 1998 17:01:21 +0100
288 gnupg (0.4.0-1) unstable; urgency=high
290 * New upstream version. [#26717]
291 * debian/copyright: tone down warning about alpha nature of gnupg.
292 * debian/copyright: new maintainer address.
293 * debian/control: update extended description.
294 * debian/rules (binary-arch): install FAQ and all ChangeLogs.
295 * debian/preinst: new; check for upgrade from (<= 0.3.2-1) and warn about
296 incompatibilities in keyring format and offer to move old copy out of
297 gpg out of the way for transition strategy and inform the user about
298 the old copies of gnupg available on my web page.
299 * debian/rules (binary-arch) install preinst.
300 * debian/rules (binary-arch): don't depend on the test target as it is
301 now partially interactive (tries to generate a key, which requires
302 someone else to be using the computer).
304 -- James Troup <james@nocrew.org> Thu, 8 Oct 1998 00:47:07 +0100
306 gnupg (0.3.2-1) unstable; urgency=low
308 * New upstream version.
309 * debian/control (Maintainer): new address.
310 * debian/copyright: updated list of changes.
312 -- James Troup <james@nocrew.org> Thu, 9 Jul 1998 21:06:07 +0200
314 gnupg (0.3.1-1) unstable; urgency=low
316 * New upstream version.
318 -- James Troup <james@nocrew.org> Tue, 7 Jul 1998 00:26:21 +0200
320 gnupg (0.3.0-2) unstable; urgency=low
322 * Applied bug-fix patch from Werner.
324 -- James Troup <jjtroup@comp.brad.ac.uk> Fri, 26 Jun 1998 12:18:29 +0200
326 gnupg (0.3.0-1) unstable; urgency=low
328 * New upstream version.
329 * debian/control: rewrote short and long description.
330 * cipher/Makefile.am: link tiger with -lc.
331 * debian/rules (binary-arch): strip loadable modules.
332 * util/secmem.c (lock_pool): get rid of errant test code; fix from
333 Werner Koch <wk@isil.d.shuttle.de>.
334 * debian/rules (test): new target which runs gnupg's test suite.
335 binary-arch depends on it, to ensure it's run whenever the package is
338 -- James Troup <jjtroup@comp.brad.ac.uk> Thu, 25 Jun 1998 16:04:57 +0200
340 gnupg (0.2.19-1) unstable; urgency=low
342 * New upstream version.
343 * debian/control: Updated long description.
345 -- James Troup <jjtroup@comp.brad.ac.uk> Sat, 30 May 1998 12:12:35 +0200
347 gnupg (0.2.18-1) unstable; urgency=low
349 * New upstream version.
351 -- James Troup <J.J.Troup@comp.brad.ac.uk> Sat, 16 May 1998 11:52:47 +0200
353 gnupg (0.2.17-1) unstable; urgency=high
355 * New upstream version.
356 * debian/control (Standards-Version): updated to 2.4.1.0.
357 * debian/control: tone down warning about alpha nature of gnupg, as per
359 * debian/copyright: ditto.
361 -- James Troup <jjtroup@comp.brad.ac.uk> Mon, 4 May 1998 22:36:51 +0200
363 gnupg (0.2.15-1) unstable; urgency=high
365 * New upstream version.
367 -- James Troup <jjtroup@comp.brad.ac.uk> Fri, 10 Apr 1998 01:12:20 +0100
369 gnupg (0.2.13-1) unstable; urgency=high
371 * New upstream version.
373 -- James Troup <jjtroup@comp.brad.ac.uk> Wed, 11 Mar 1998 01:52:51 +0000
375 gnupg (0.2.12-1) unstable; urgency=low
377 * New upstream version.
379 -- James Troup <jjtroup@comp.brad.ac.uk> Sat, 7 Mar 1998 13:52:40 +0000
381 gnupg (0.2.11-1) unstable; urgency=low
383 * New upstream version.
385 -- James Troup <jjtroup@comp.brad.ac.uk> Wed, 4 Mar 1998 01:32:12 +0000
387 gnupg (0.2.10-1) unstable; urgency=low
389 * New upstream version.
390 * Name changed upstream.
392 -- James Troup <jjtroup@comp.brad.ac.uk> Mon, 2 Mar 1998 07:32:05 +0000
394 g10 (0.2.7-1) unstable; urgency=low
398 -- James Troup <jjtroup@comp.brad.ac.uk> Fri, 20 Feb 1998 02:05:34 +0000
401 mode: debian-changelog