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