Your message dated Wed, 03 May 2006 15:02:20 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#361316: fixed in signing-party 0.4.6-1 has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---Package: signing-party Severity: wishlist Tags: patch Submitter: "Michael C. Toren" <[EMAIL PROTECTED]> ----- Forwarded message from "Michael C. Toren" <[EMAIL PROTECTED]> ----- Date: Fri, 7 Apr 2006 16:23:31 -0400 From: "Michael C. Toren" <[EMAIL PROTECTED]> To: Christoph Berg <[EMAIL PROTECTED]> Subject: caff patch to add "local-user" configuration file option X-Greylist: delayed 398 seconds by postgrey-1.21 at meitner; Fri, 07 Apr 2006 22:30:11 CEST X-Moon: The Moon is Waxing Gibbous (72% of Full) X-IMAPbase: 1116947860 46050 Hi, Attached is a patch against caff revision 239 to add support for a "local-user" configuration file option, which behaves the same as the "--local-user" or "-u" command line argument. Unfortunately I cannot provide a diff against the latest revision in svn, as svn.debian.org appears to be down at the moment. Thanks, -mct --- caff.orig 2006-04-07 16:05:11.000000000 -0400 +++ caff 2006-04-07 16:16:35.000000000 -0400 @@ -202,6 +202,10 @@ Don't export UIDs by default, on which your latest signature is older than this age. Default: B<24*60*60> (i.e. one day). +=item B<local-user> [string] + +Select the key that is used for signing, in case you have more than one key. + =head2 Mail settings =item B<mail> [boolean] @@ -843,10 +847,15 @@ }; usage(\*STDERR, 1) unless scalar @ARGV >= 1; +$CONFIG{'local-user'} = $params->{'local-user'} if defined $params->{'local-user'}; +$CONFIG{'no-download'} = $params->{'no-download'} if defined $params->{'no-download'}; +$CONFIG{'no-mail'} = $params->{'no-mail'} if defined $params->{'no-mail'}; +$CONFIG{'mail'} = $params->{'mail'} if defined $params->{'mail'}; +$CONFIG{'no-sign'} = $params->{'no-sign'} if defined $params->{'no-sign'}; +push @{$CONFIG{'key-files'}}, @{$params->{'key-files'}} if defined $params->{'key-files'}; - -if ($params->{'local-user'}) { - $USER = $params->{'local-user'}; +if ($CONFIG{'local-user'}) { + $USER = $CONFIG{'local-user'}; $USER =~ s/^0x//i; unless ($USER =~ /^([A-F0-9]{8}|[A-F0-9]{16}|[A-F0-9]{40})$/i) { print STDERR "-u $USER is not a keyid.\n"; @@ -868,13 +877,6 @@ push @KEYIDS, uc($keyid); }; -$CONFIG{'no-download'} = $params->{'no-download'} if defined $params->{'no-download'}; -$CONFIG{'no-mail'} = $params->{'no-mail'} if defined $params->{'no-mail'}; -$CONFIG{'mail'} = $params->{'mail'} if defined $params->{'mail'}; -$CONFIG{'no-sign'} = $params->{'no-sign'} if defined $params->{'no-sign'}; -push @{$CONFIG{'key-files'}}, @{$params->{'key-files'}} if defined $params->{'key-files'}; - - ################# # import own keys ################# ----- End forwarded message ----- Christoph -- [EMAIL PROTECTED] | http://www.df7cb.de/
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---Source: signing-party Source-Version: 0.4.6-1 We believe that the bug you reported is fixed in the latest version of signing-party, which is due to be installed in the Debian FTP archive: keylookup_3.0-0.4.6-1_all.deb to pool/main/s/signing-party/keylookup_3.0-0.4.6-1_all.deb signing-party_0.4.6-1.diff.gz to pool/main/s/signing-party/signing-party_0.4.6-1.diff.gz signing-party_0.4.6-1.dsc to pool/main/s/signing-party/signing-party_0.4.6-1.dsc signing-party_0.4.6-1_all.deb to pool/main/s/signing-party/signing-party_0.4.6-1_all.deb signing-party_0.4.6.orig.tar.gz to pool/main/s/signing-party/signing-party_0.4.6.orig.tar.gz A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Christoph Berg <[EMAIL PROTECTED]> (supplier of updated signing-party package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Wed, 3 May 2006 23:43:44 +0200 Source: signing-party Binary: keylookup signing-party Architecture: source all Version: 0.4.6-1 Distribution: unstable Urgency: low Maintainer: Thijs Kinkhorst <[EMAIL PROTECTED]> Changed-By: Christoph Berg <[EMAIL PROTECTED]> Description: keylookup - transitional package to pull in signing-party signing-party - Various OpenPGP related tools Closes: 325163 333832 356830 359698 361316 Changes: signing-party (0.4.6-1) unstable; urgency=low . * caff: + Try hostname without -f first to be compatible with BSD (Closes: #356830). + Make local-user a config option, thanks to Michael C. Toren for the patch (Closes: #361316). + Make local-user accept a list of keyids (Closes: #333832). + Make also-encrypt-to a list, add a commented stanza to the default config file (Closes: #325163). + Include mail-template in default config file, some minor syntax fixes. + Bump copyright, use URL in User-Agent header. * pgp-clean: + Import caff's getopt handling. + Add option to allow exporting subkeys (Closes: #359698). * Bump Standards-Version, no change. Files: d878dfda0e3a4c9f3fbb98c18ae587ca 710 misc extra signing-party_0.4.6-1.dsc 8ece5312f04f9ed3c3f45d19f7533ce5 44523 misc extra signing-party_0.4.6.orig.tar.gz 36b3edb72fd18a083ee40801cc891d7a 6511 misc extra signing-party_0.4.6-1.diff.gz baeb9664e5f48198ea743a829f9fbcb2 60412 misc extra signing-party_0.4.6-1_all.deb 66c34be492cbee62ab289bfb9ed8fe2d 1272 misc extra keylookup_3.0-0.4.6-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (GNU/Linux) iD8DBQFEWSWvxa93SlhRC1oRAjNpAJ48hIYoiACzAYevCp0Z2h2v0VkvEQCfTS8p KzSHrLSUNaiRlMbOI+7aXZE= =IGBB -----END PGP SIGNATURE-----
--- End Message ---

