gpg-mailkeys:
[pgp-tools.git] / debian / changelog
1 signing-party (1.1.3-2) UNRELEASED; urgency=low
2
3 [ Thijs Kinkhorst ]
4 * Correct path of ~/.caffrc in informational messages (Closes: #582603).
5
6 [ Franck Joncourt ]
7 * Switch to dpkg-source 3.0 (quilt) format.
8 + Removed README.source which was needed only for documentation purpose.
9 + Removed quilt framework in d.rules.
10 + Removed BD on quilt.
11 * gpg-mailkeys:
12 + Correct path of ~/.gpg-mailkeysrc and ~/.signature in manpage.
13
14 -- Franck Joncourt <franck@debian.org> Sun, 27 Jun 2010 13:33:57 +0200
15
16 signing-party (1.1.3-1) unstable; urgency=low
17
18 [ Franck Joncourt ]
19 * Debian package:
20 + Updated my email address in d.control.
21 + Added myself as contributor in d.copyright
22 * keylookup:
23 + Fixed typo noticed by lintian in manpage keylookup.1.
24 * caff:
25 + Set the Sender header with the email address which is used for the From
26 header. This overrides the default value which was set by the
27 MIME::Entity Perl module based on the local hostname. (Closes: #556782)
28
29 [ Thijs Kinkhorst ]
30 * Bumped Standards-Version up to 3.8.4 (no changes).
31
32 -- Thijs Kinkhorst <thijs@debian.org> Wed, 03 Feb 2010 22:03:41 +0100
33
34 signing-party (1.1.2-1) unstable; urgency=low
35
36 * gpgsigs:
37 + Added patch from Roland Rosenfeld to support RIPEMD160 checksum.
38 (Closes: #533747).
39 + Updated man page to mention support for SHA256 and RIPEMD160 checksum.
40 + Made removal of nonexistent photos quiet by the use of the force option.
41 + Updated generated tex file in latex mode so that it uses the grffile
42 package. This allows pdflatex to process our tex file assuming the photos
43 are previously converted to PDF. (Closes: #542478)
44 + Added texlive-latex-recommended as a suggested package in debian/control.
45 It contains the grffile latex package.
46 * caff: Updated check for the local-user keyids.
47 + Moved the current check to a new function get_local_user_keys().
48 + Warned the user if a local-user keyid is not listed as a keyid in
49 ~/.caffrc. (Closes: #540165).
50 * gpgdir: New upstream release.
51 * gpg-mailkeys:
52 + The charset for the text of the message is deduced from the charset used
53 by ~/.gpg-mailkeysrc and ~/.signature.
54 The text message is encoded in quoted printable and thus it requires a
55 new dependency on qprint in debian/control. (Closes: #545186)
56 + Mentionned both the .gpg-mailkeysrc and .signature files in the manpage.
57 * debian.control: added ${misc:Depends} as Depends for the keyanalyze
58 package.
59 * Bumped Standards-Version up to 3.8.3 (no changes).
60
61 -- Franck Joncourt <franck.mail@dthconnex.com> Thu, 24 Sep 2009 19:29:07 +0200
62
63 signing-party (1.1.1-1) unstable; urgency=low
64
65 [ Christoph Berg ]
66 * gpg-key2ps: assume gpg output to be in utf-8, instead of depending on the
67 current locale.
68
69 [ Franck Joncourt ]
70 * caff:
71 + Take the CONFIG{'mail'} variable from .caffrc into count.
72 (Closes: #520387)
73 + Update caff's manpage to mention a keyid specified with -u requires to
74 be listed in the configuration file through the keyid variable.
75 Add a note in caffrc.sample about using the -u option to select which
76 keyid from the CONFIG{'keyid'} as to be used for signing.
77 (Closes: #482693)
78 * keyanalyze/top50.pl: Fix the error message when a line from stdin does not
79 match.
80 * keyanalyze/analyze.sh:
81 + Make the entries in the msd-sorted.txt file sorted.
82 + Used msd.txt file as input for top50.pl. The current pattern in top50.pl
83 does not match data from the msd-sorted.txt file.
84 + Allowed the top1000 report to report the first 1000 ranks by passing
85 *-n 1000* to top50.pl. Set to 50 by default.
86
87 [ Thijs Kinkhorst ]
88 * Make pool.sks-keyservers.net the default keyserver (closes: #527941).
89 * Checked for policy 3.8.1, no changes necessary.
90
91 -- Thijs Kinkhorst <thijs@debian.org> Fri, 12 Jun 2009 08:50:33 +0200
92
93 signing-party (1.1-2) unstable; urgency=low
94
95 * Fix build error when only building the binary package
96 by fixing the build-arch target (Closes: #516804).
97
98 -- Thijs Kinkhorst <thijs@debian.org> Mon, 23 Feb 2009 21:37:20 +0100
99
100 signing-party (1.1-1) unstable; urgency=low
101
102 [ Franck Joncourt ]
103 * Imported gpgdir. (Closes: #498167)
104 * Imported gpgwrap. (Closes: #454074)
105 Added Quilt framework/README.source to handle gpgwrap.
106 * Refreshed debian/control and README files with the new descriptions.
107 * Added new dependencies required by gpgdir:
108 libterm-readkey-perl, libclass-methodmaker-perl
109 * Added wipe as suggested package (useful with gpgdir).
110
111 [ Thijs Kinkhorst ]
112 * Checked for policy 3.8.0, no changes.
113 * caff: Fix pod syntax problems (Closes: #485653).
114 * gpg-key2ps: no longer waste paper on the subkey information by
115 default. It's not relevant to the keysigning process, but added
116 option to enable if you want it.
117 * Remove obsolete transitional packages sig2dot, springgraph.
118 * Upgrade packaging to debhelper level 7.
119
120 [ Christoph Berg ]
121 * Import keyanalyze into signing-party. Thanks to Matthew Wilcox for the
122 permission. Provide a transitional package.
123 + Add patch to flatten output structure for small keyrings.
124 (Closes: #309101)
125 + Update config.{sub,guess}. (Closes: #365148)
126 + Add patch by Stephan Beyer to improve process_keys' input parsing,
127 remedying the need of weird grep and sed commands. (Closes: #370571)
128 + Add -h option to keyanalyze, and update manpage. (Closes: #370570)
129 * Put examples in .../examples/$prog, not the other way round.
130 * Use dh_lintian.
131
132 -- Thijs Kinkhorst <thijs@debian.org> Sun, 22 Feb 2009 17:58:09 +0100
133
134 signing-party (1.0-2) unstable; urgency=low
135
136 * gpg-mailkeys: Fix parameter escaping of printf, thanks
137 Olivier Tetard (Closes: #478151).
138 * springgraph: clarify help text (Closes: 474351).
139 * Switch dependency libmime-perl to libmime-tools-perl (renamed).
140 * Put springgraph and sig2dot in section graphics.
141
142 -- Thijs Kinkhorst <thijs@debian.org> Tue, 20 May 2008 12:23:52 +0200
143
144 signing-party (1.0-1) unstable; urgency=low
145
146 * The 1.0 release.
147
148 [ Christoph Berg ]
149 * gpglist: Do not barf on revokers (rvk). Thanks to Faidon Liambotis for
150 spotting.
151 * sig2dot, springgraph: new scripts joining the family, no longer provided
152 as separate packages. We shamelessly bump our version number to something
153 greater, and build transitional packages.
154 * gpg-key2ps: also handle revoked subkeys (Closes: #467001).
155 * gpgsigs: correctly handle keys with several photo ids via a helper script
156 in /usr/share/signing-party/ (Closes: #453840).
157 * Start moving the installation machinery from debian/* to Makefiles.
158
159 [ Thijs Kinkhorst ]
160 * keylookup: cope with 16 or 40 nibble keyids, thanks Philippe Teuwen
161 (Closes: #466716).
162 * gpg-key2ps: also accept revoked-style long option, thanks Luca Capello
163 (Closes: #466993).
164 * gpgparticipants: new script to create a participant list useful for
165 party organisers using the Zimmermann-Sassaman key-signing protocol.
166 Thanks Philippe Teuwen (Closes: #467338).
167 * caff: always update the user's key from their GnuPG home, to adequately
168 cope with changed keys (Closes: #462897).
169
170 -- Christoph Berg <myon@debian.org> Sun, 16 Mar 2008 20:58:50 +0100
171
172 signing-party (0.4.13-1) unstable; urgency=low
173
174 [ Christoph Berg ]
175 * gpgsigs: Implement support for LaTeX output and photo ids.
176 (Closes: #412433, #430607)
177 * gpg-key2ps: Mention http://www.debian.org/events/materials/business-cards/
178 as an alternative. (Closes: #439510)
179
180 [ Thijs Kinkhorst ]
181 * Move Homepage to control field.
182
183 -- Christoph Berg <myon@debian.org> Sun, 18 Nov 2007 21:02:49 +0100
184
185 signing-party (0.4.12-1) unstable; urgency=low
186
187 [ Christoph Berg ]
188 * caff:
189 + Allow spaces in keyids/fingerprints for easier cut-and-paste.
190 * Replaces: keylookup.
191
192 [ Peter Palfrader ]
193 * caff:
194 + Fix a warning message when encrypting fails.
195 + Try to handle expired keys specified in also-encrypt-to better.
196
197 [ Thijs Kinkhorst ]
198 * caff:
199 + Add filename to one of the MIME parts as its absence breaks certain virus
200 scanners.
201 + Make -m (mail options) a yes/no/ask-yes/ask-no option, based on a
202 suggestion by Gerfried Fuchs (Closes: #383423).
203 * gpg-mailkeys:
204 + Resolve bashisms in gpg-mailkeys.
205 * Cleanup package dependencies.
206
207 -- Thijs Kinkhorst <thijs@debian.org> Thu, 23 Aug 2007 12:09:43 +0200
208
209 signing-party (0.4.11-1) unstable; urgency=low
210
211 The "Debconf 7" release.
212 * gpgsigs: Apply patch by Joachim Breitner to also show incoming signatures
213 and support sha256 checksum (Closes: #428538).
214
215 -- Christoph Berg <myon@debian.org> Sun, 17 Jun 2007 12:32:21 +0200
216
217 signing-party (0.4.10-1) unstable; urgency=low
218
219 * caff:
220 + Fix syntax error in example config variables (Closes: #413020).
221 + Fix perl warnings when calling pgp-fixkey with unknown keyid or
222 with empty signature create date.
223 * gpg-key2ps:
224 + Add '-1' option to only display one column of slips, for extra
225 wide keys (Closes: #399474).
226 * keylookup:
227 + Fix perl warnings caused by empty lines from gpg output.
228 * Drop transitional and now obsolete keylookup package.
229 * Remove no longer needed dependency on mailx.
230
231 -- Thijs Kinkhorst <thijs@debian.org> Tue, 22 May 2007 11:41:32 +0200
232
233 signing-party (0.4.9-1) unstable; urgency=low
234
235 * caff:
236 + Fix a bug with checking if we have exactly one or more keys that failed
237 downloading.
238 + Mention in manpage that keyserver-options is a useful setting in
239 .caff/gnupghome/gpg.conf (Closes: #392811).
240 + q-p-encode From: header (Closes: #366745).
241
242 -- Christoph Berg <myon@debian.org> Sun, 29 Oct 2006 21:02:56 +0100
243
244 signing-party (0.4.8-1) unstable; urgency=low
245
246 * gpglist: do not die with with-fingerprint (Closes: #382019).
247 * gpg-key2ps: add --list-key to gpg call (works around #382794).
248 * caff: when set, use $ENV{'GNUPGHOME'} to find secring.gpg. Suggested by
249 Gerfried Fuchs.
250
251 -- Christoph Berg <myon@debian.org> Sun, 8 Oct 2006 01:29:59 +0200
252
253 signing-party (0.4.7-1) unstable; urgency=low
254
255 * Update my maintainer address.
256 * gpg-mailkeys: use right content-type for attached key,
257 thanks Wesley Landaker (Closes: #370566).
258
259 -- Thijs Kinkhorst <thijs@debian.org> Tue, 4 Jul 2006 15:33:53 +0200
260
261 signing-party (0.4.6-2) unstable; urgency=low
262
263 * gpgsigs: recognize rvk (revoker), found in ksp-dc6.txt.
264 * Bump Standards-Version to 3.7.2, no changes.
265
266 -- Christoph Berg <myon@debian.org> Fri, 12 May 2006 13:40:37 -0500
267
268 signing-party (0.4.6-1) unstable; urgency=low
269
270 * caff:
271 + Try hostname without -f first to be compatible with BSD
272 (Closes: #356830).
273 + Make local-user a config option, thanks to Michael C. Toren for the
274 patch (Closes: #361316).
275 + Make local-user accept a list of keyids (Closes: #333832).
276 + Make also-encrypt-to a list, add a commented stanza to the default
277 config file (Closes: #325163).
278 + Include mail-template in default config file, some minor syntax fixes.
279 + Bump copyright, use URL in User-Agent header.
280 * pgp-clean:
281 + Import caff's getopt handling.
282 + Add option to allow exporting subkeys (Closes: #359698).
283 * Bump Standards-Version, no change.
284
285 -- Christoph Berg <myon@debian.org> Wed, 3 May 2006 23:43:44 +0200
286
287 signing-party (0.4.5-1) unstable; urgency=low
288
289 * Upgrade debhelper compatibility to the recommended level 5.
290 * Update FSF addresses.
291 * caff: tweak documentation.
292 * caff: note that mailed keys are encrypted (suggested by Sune Vuorela).
293 * caff: You can now specify additional arguments to pass to the
294 send method of Mail::Mailer. This allows you to send mails via
295 SMTP and use authentication for instance. Thanks to Martin von Gagern.
296 * gpg-key2ps, keylookup: make them less dependent on specific
297 installation paths and thus better portable outside of Debian
298 (Closes: #354142).
299
300 -- Christoph Berg <myon@debian.org> Sun, 12 Mar 2006 13:34:20 +0100
301
302 signing-party (0.4.4-2) unstable; urgency=low
303
304 * Fix path in caff(1) (Closes: #327556, thanks Axel Beckert).
305
306 -- Christoph Berg <myon@debian.org> Sun, 11 Sep 2005 23:55:27 +0200
307
308 signing-party (0.4.4-1) unstable; urgency=low
309
310 * caff:
311 + When building a ~/.caffrc when there is none we would fail if
312 we cannot find a key or an email address for the current user.
313 Change this to produce something sensible in that case as well
314 (closes: #325156).
315
316 -- Christoph Berg <myon@debian.org> Sun, 11 Sep 2005 02:01:50 +0200
317
318 signing-party (0.4.3-1) unstable; urgency=low
319
320 * gpg-key2ps:
321 + handle revoked uids in perl to get linecount right (Closes: #320785).
322 * Debian package:
323 + gpgsigs: install example files.
324 + Install caff's pgp-fixkey.
325 + Make the version of the empty keylookup package grow too.
326 + Install keylookup's old Debian changelog as changelog.keylookup.gz.
327 + Make some lintian overrides.
328 + Slightly change keylookup's long description.
329 + Update signing-party's short description.
330
331 -- Peter Palfrader <weasel@debian.org> Tue, 23 Aug 2005 01:51:16 +0200
332
333 signing-party (0.4.2-1) unstable; urgency=low
334
335 * New upstream release.
336 * debian/control: move libpaper-utils to Recommends, remove redundant perl
337 dependency.
338 * Do not ship useless README file in the binary package. It's more or
339 less the same as the long description
340 * caff:
341 + create configfile on first use (Closes: #316611).
342 + note use of ~/.caff/gnupghome/gpg.conf in manpage (Closes: #321235).
343 + allow adding a Reply-To: header (Closes: #321007, thanks to Joost van
344 Baal for the patch).
345 + parse IMPORT_OK correctly (Closes: #321496).
346 + be more verbose when user tries to sign obsolete v3 crap.
347 + install README.*.
348 * gpglist: added new script, thanks to Uli Martens.
349 * gpg-key2ps:
350 + use Getopt::Long, general code cleanup.
351 + gpg-key2ps "my name" works now.
352 + Convert from shell script to perl.
353 + Fix too few slips on a page (Closes: #320785).
354 * Add keylookup: ncurses wrapper around gpg --search
355 + keylookup now calls gpg to search for keys instead of connecting to the
356 keyserver itself. Therefore there is no need to parse ~/.gnupg/gpg.conf
357 anymore (Closes: #164750).
358 + Recommend dialog | whiptail
359
360 -- Peter Palfrader <weasel@debian.org> Wed, 17 Aug 2005 23:06:15 +0200
361
362 signing-party (0.4.1-1) unstable; urgency=low
363
364 * New upstream release. Lots of fixes and enhancements, including:
365 gpg-key2ps:
366 + handles revoked subkeys, thanks Christof Douma (Closes: #311990).
367 gpg-mailkeys:
368 + add -i switch to sendmail to prevent lines with a dot causing
369 unexpected behaviour, thanks Stephen Gran (Closes: #319762).
370 caff:
371 + now handles attribute UIDs (Closes: #316278).
372 + now detects all invalid keyids (Closes: #317754).
373 + allows to BCC the signer, thanks Joost van Baal (Closes: #316176).
374 + new option to pause before continuing to the signing step,
375 thanks Christof Douma (Closes: #316129).
376 + create unique attachment filenames, thanks Robin H. Johnson
377 (Closes: #318469).
378 + let caff import keys from file, thanks Jon Åslund (Closes: #318744).
379 + Improve diagnosis if caff can't read answers from STDIN, like
380 when people use xargs (Closes: #319519).
381 * Depend on libtext-template-perl as caff needs it.
382 * Update to Standards-Version 3.6.2, no changes necessary.
383 * Add gpglist to distribution.
384
385 -- Peter Palfrader <weasel@debian.org> Sun, 7 Aug 2005 21:32:23 +0200
386
387 signing-party (0.4.0-1) unstable; urgency=low
388
389 * Merging signing-party with pgp-tools, now contains caff
390 and gpgsigs as well.
391 * Update gpg-mailkeys man page to list environment vars
392 introduced in 0.3.0 (Closes: #310418).
393
394 -- Thijs Kinkhorst <kink@squirrelmail.org> Wed, 8 Jun 2005 19:49:11 +0200
395
396 signing-party (0.3.0-1) unstable; urgency=low
397
398 * New maintainer, Simon is moving to co-maintenance.
399 * New upstream release:
400 + Fix missing section number from manpages.
401 (fixes Lintian warnings)
402 + Add more documentation (README, and in gpg-mailkeys).
403 + In gpg-key2ps:
404 - Add handling for 'tru' and 'uat' packets. (Closes: #222664)
405 - Change env.var PAPERCONF to PAPERSIZE due to changed behaviour since
406 libpaper-1.1.13. (Closes: #172698)
407 - Truncate too long UIDs so they don't mess up the keys next to them.
408 (Closes: #171846)
409 + In gpg-mailkeys:
410 - Send the key as an attachment. (Closes: #176245)
411 - Make gpg-mailkeys messages more customizable. (Closes: #200070)
412 - By default, let sendmail determine the From-line (more reliable).
413 * Update to Standards-Version 3.6.1 (no changes necessary).
414 * Depend on libpaper-utils >= 1.1.13.
415 * Clarify copyright / maintainer documentation.
416
417 -- Thijs Kinkhorst <kink@squirrelmail.org> Sat, 5 Mar 2005 14:39:24 +0100
418
419 keyanalyze (0.0.200204-1) unstable; urgency=low
420
421 * Initial release (Closes: #238140)
422 * pgpring:
423 - Fixed key ID generation for ElGamal primary keys
424 - Enabled -W -Wall -g -O2 CFLAGS
425 - Fixed type-punning problems
426 - Fixed implicit declaration of exit()
427 - Wrote manpage
428 * process_keys:
429 - Deleted two unused variables
430 - Wrote manpage
431 * keyanalyze:
432 - Rewrote list handling to solve off-by-one problems
433 - Used an array of structs instead of a lot of arrays
434 - Made it accept -i and -o arguments to override the input and output
435 names.
436 - Wrote manpage
437
438 -- Matthew Wilcox <willy@debian.org> Sat, 19 Jun 2004 13:07:48 -0400
439
440 signing-party (0.2.3-2) unstable; urgency=low
441
442 * Added handling for 'tru' packets
443
444 -- Simon Richter <sjr@debian.org> Mon, 8 Dec 2003 21:54:50 +0100
445
446 signing-party (0.2.3-1) unstable; urgency=low
447
448 * New upstream release (Closes: #180455)
449
450 -- Simon Richter <sjr@debian.org> Sat, 15 Feb 2003 16:09:27 +0100
451
452 signing-party (0.2.2.1-1) unstable; urgency=low
453
454 * Upstream bugfix release (some changes from 0.2 to 0.2.1 dropped out of
455 0.2.2 again)
456
457 -- Simon Richter <sjr@debian.org> Fri, 1 Nov 2002 12:15:15 +0100
458
459 signing-party (0.2.2-1) unstable; urgency=low
460
461 * Fixed manpage bug (Closes: #137924, #137937)
462 * Upstream changelog now contains data (Closes: #158854)
463 * Finally wrote a real description
464
465 -- Simon Richter <sjr@debian.org> Fri, 4 Oct 2002 22:41:50 +0200
466
467 signing-party (0.2.1-1) unstable; urgency=low
468
469 * New release
470
471 -- Simon Richter <sjr@debian.org> Thu, 29 Aug 2002 17:12:29 +0200
472
473 signing-party (0.2-1) unstable; urgency=low
474
475 * New release
476 * Can now print multiple keys
477 * Supports alternate paper sizes (Closes: #134975)
478 * New script: gpg-mailkeys
479
480 -- Simon Richter <sjr@debian.org> Thu, 21 Feb 2002 22:24:09 +0100
481
482 signing-party (0.1-1) unstable; urgency=low
483
484 * Initial Release (Closes: #117977).
485
486 -- Simon Richter <sjr@debian.org> Fri, 2 Nov 2001 19:33:42 +0100
487