X-Git-Url: https://git.sthu.org/?p=pgp-tools.git;a=blobdiff_plain;f=debian%2Fchangelog;h=d2219215b8e9ef142463c85437b9d1514792cb03;hp=359da2a251ca83cc3e640ae2c4ae325f27dd37c4;hb=57897ed07ab48e100fd4f3a8885cacf946929a0b;hpb=a210262b5964e5dc0ff5be71b6ce2c586d9d971e diff --git a/debian/changelog b/debian/changelog index 359da2a..d221921 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,189 @@ -signing-party (1.0-2) UNRELEASED; urgency=low +signing-party (1.1.5-1) UNRELEASED; urgency=low + + * caff: + + correct man page for keys-from-gnupg (closes: #652683) + * Drop keyanalyze transitional package, present since 2009. + + -- Thijs Kinkhorst Wed, 11 Jan 2012 20:57:54 +0100 + +signing-party (1.1.4-1) unstable; urgency=low + + [ Thijs Kinkhorst ] + * caff: + + Correct path of ~/.caffrc in informational messages (Closes: #582603). + + Be more verbose on unexpected key ID (Closes: #645792). + * gpg-key2ps: + + Apply patch from Uwe Kleine-König to deal with latin1 characters + (Closes: #596377). + * Debian package: + + Import dpkg build flags, plus small cleanups. + + [ Franck Joncourt ] + * Debian package: + + Switch to dpkg-source 3.0 (quilt) format. + - Removed README.source which was needed only for documentation purpose. + - Removed quilt framework in d.rules. + - Removed BD on quilt. + - Added source/format file. + + Depend on "default-mta | mail-transport-agent" rather than the old + "exim4 | mail-transport-agent". + + Bumped Standards-Version up to 3.9.0 (no changes). + * gpg-mailkeys: + + Correct path of ~/.gpg-mailkeysrc and ~/.signature in manpage. + + Add new environment variable SENDMAIL_ARGS to allow user to pass + arguments to sendmail (closes: #599409). + * caff: + + Refactor import of own key and import for keys to sign from keyrings. + + Also automatically import keys to sign from the user's normal gpg + keyrings. + + Use --no-auto-check-trustdb when importing keys from files or + the user's normal gpg keyrings (closes: #539643). + + [ Peter Palfrader ] + * caff: + + manpage: Refer to all of /usr/share/doc/signing-party/caff/ and not + just to /usr/share/doc/signing-party/caff/caffrc.sample + (closes: #568052). + + Fix horrible &function calls used because of broken prototypes. + + Even if all keys to sign were found in the user's normal gpg + keyrings we still need to import them (again) from any keyrings + passed with --key-files - the keys there might be newer, containing + new subkeys (for encryption), uids (for signing) or revocations. + + Make importing of keys to be signed from the normal gpg optional + (--keys-from-gnupg). + + refactor copying of command line options into global config variable. + + Create the mail files in ~/.caff/keys even if mail is not sent + (closes: #590666). + + -- Thijs Kinkhorst Wed, 02 Nov 2011 18:17:25 +0100 + +signing-party (1.1.3-1) unstable; urgency=low + + [ Franck Joncourt ] + * Debian package: + + Updated my email address in d.control. + + Added myself as contributor in d.copyright + * keylookup: + + Fixed typo noticed by lintian in manpage keylookup.1. + * caff: + + Set the Sender header with the email address which is used for the From + header. This overrides the default value which was set by the + MIME::Entity Perl module based on the local hostname. (Closes: #556782) + + [ Thijs Kinkhorst ] + * Bumped Standards-Version up to 3.8.4 (no changes). + + -- Thijs Kinkhorst Wed, 03 Feb 2010 22:03:41 +0100 + +signing-party (1.1.2-1) unstable; urgency=low + + * gpgsigs: + + Added patch from Roland Rosenfeld to support RIPEMD160 checksum. + (Closes: #533747). + + Updated man page to mention support for SHA256 and RIPEMD160 checksum. + + Made removal of nonexistent photos quiet by the use of the force option. + + Updated generated tex file in latex mode so that it uses the grffile + package. This allows pdflatex to process our tex file assuming the photos + are previously converted to PDF. (Closes: #542478) + + Added texlive-latex-recommended as a suggested package in debian/control. + It contains the grffile latex package. + * caff: Updated check for the local-user keyids. + + Moved the current check to a new function get_local_user_keys(). + + Warned the user if a local-user keyid is not listed as a keyid in + ~/.caffrc. (Closes: #540165). + * gpgdir: New upstream release. + * gpg-mailkeys: + + The charset for the text of the message is deduced from the charset used + by ~/.gpg-mailkeysrc and ~/.signature. + The text message is encoded in quoted printable and thus it requires a + new dependency on qprint in debian/control. (Closes: #545186) + + Mentionned both the .gpg-mailkeysrc and .signature files in the manpage. + * debian.control: added ${misc:Depends} as Depends for the keyanalyze + package. + * Bumped Standards-Version up to 3.8.3 (no changes). + + -- Franck Joncourt Thu, 24 Sep 2009 19:29:07 +0200 + +signing-party (1.1.1-1) unstable; urgency=low + + [ Christoph Berg ] + * gpg-key2ps: assume gpg output to be in utf-8, instead of depending on the + current locale. + + [ Franck Joncourt ] + * caff: + + Take the CONFIG{'mail'} variable from .caffrc into count. + (Closes: #520387) + + Update caff's manpage to mention a keyid specified with -u requires to + be listed in the configuration file through the keyid variable. + Add a note in caffrc.sample about using the -u option to select which + keyid from the CONFIG{'keyid'} as to be used for signing. + (Closes: #482693) + * keyanalyze/top50.pl: Fix the error message when a line from stdin does not + match. + * keyanalyze/analyze.sh: + + Make the entries in the msd-sorted.txt file sorted. + + Used msd.txt file as input for top50.pl. The current pattern in top50.pl + does not match data from the msd-sorted.txt file. + + Allowed the top1000 report to report the first 1000 ranks by passing + *-n 1000* to top50.pl. Set to 50 by default. + + [ Thijs Kinkhorst ] + * Make pool.sks-keyservers.net the default keyserver (closes: #527941). + * Checked for policy 3.8.1, no changes necessary. + + -- Thijs Kinkhorst Fri, 12 Jun 2009 08:50:33 +0200 + +signing-party (1.1-2) unstable; urgency=low + + * Fix build error when only building the binary package + by fixing the build-arch target (Closes: #516804). + + -- Thijs Kinkhorst Mon, 23 Feb 2009 21:37:20 +0100 + +signing-party (1.1-1) unstable; urgency=low + + [ Franck Joncourt ] + * Imported gpgdir. (Closes: #498167) + * Imported gpgwrap. (Closes: #454074) + Added Quilt framework/README.source to handle gpgwrap. + * Refreshed debian/control and README files with the new descriptions. + * Added new dependencies required by gpgdir: + libterm-readkey-perl, libclass-methodmaker-perl + * Added wipe as suggested package (useful with gpgdir). + + [ Thijs Kinkhorst ] + * Checked for policy 3.8.0, no changes. + * caff: Fix pod syntax problems (Closes: #485653). + * gpg-key2ps: no longer waste paper on the subkey information by + default. It's not relevant to the keysigning process, but added + option to enable if you want it. + * Remove obsolete transitional packages sig2dot, springgraph. + * Upgrade packaging to debhelper level 7. + + [ Christoph Berg ] + * Import keyanalyze into signing-party. Thanks to Matthew Wilcox for the + permission. Provide a transitional package. + + Add patch to flatten output structure for small keyrings. + (Closes: #309101) + + Update config.{sub,guess}. (Closes: #365148) + + Add patch by Stephan Beyer to improve process_keys' input parsing, + remedying the need of weird grep and sed commands. (Closes: #370571) + + Add -h option to keyanalyze, and update manpage. (Closes: #370570) + * Put examples in .../examples/$prog, not the other way round. + * Use dh_lintian. + + -- Thijs Kinkhorst Sun, 22 Feb 2009 17:58:09 +0100 + +signing-party (1.0-2) unstable; urgency=low * gpg-mailkeys: Fix parameter escaping of printf, thanks Olivier Tetard (Closes: #478151). * springgraph: clarify help text (Closes: 474351). + * Switch dependency libmime-perl to libmime-tools-perl (renamed). + * Put springgraph and sig2dot in section graphics. - -- Thijs Kinkhorst Wed, 30 Apr 2008 21:37:41 +0200 + -- Thijs Kinkhorst Tue, 20 May 2008 12:23:52 +0200 signing-party (1.0-1) unstable; urgency=low @@ -281,6 +460,27 @@ signing-party (0.3.0-1) unstable; urgency=low -- Thijs Kinkhorst Sat, 5 Mar 2005 14:39:24 +0100 +keyanalyze (0.0.200204-1) unstable; urgency=low + + * Initial release (Closes: #238140) + * pgpring: + - Fixed key ID generation for ElGamal primary keys + - Enabled -W -Wall -g -O2 CFLAGS + - Fixed type-punning problems + - Fixed implicit declaration of exit() + - Wrote manpage + * process_keys: + - Deleted two unused variables + - Wrote manpage + * keyanalyze: + - Rewrote list handling to solve off-by-one problems + - Used an array of structs instead of a lot of arrays + - Made it accept -i and -o arguments to override the input and output + names. + - Wrote manpage + + -- Matthew Wilcox Sat, 19 Jun 2004 13:07:48 -0400 + signing-party (0.2.3-2) unstable; urgency=low * Added handling for 'tru' packets