From 271b3606c951690b5f1bf0c85ac9de8a572fe472 Mon Sep 17 00:00:00 2001 From: kink-guest Date: Wed, 27 Jul 2005 10:09:51 +0000 Subject: [PATCH] + Create unique attachment filenames, thanks Robin H. Johnson (Closes: #318469). git-svn-id: svn://svn.debian.org/pgp-tools/trunk@147 b513b33f-fedd-0310-b452-c3deb5f4c849 --- caff/caff | 4 ++-- debian/changelog | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/caff/caff b/caff/caff index dd74de7..5c75332 100755 --- a/caff/caff +++ b/caff/caff @@ -588,9 +588,9 @@ sub send_mail($$$@) { Type => "application/pgp-keys", Disposition => 'attachment', Encoding => "7bit", - Description => "PGP Key 0x$key_id, uid ".($key->{'text'}).' ('.($key->{'serial'}).')', + Description => "PGP Key 0x$key_id, uid ".($key->{'text'}).' ('.($key->{'serial'}).'), signed by 0x'.$CONFIG{'keyid'}[0], Data => $key->{'key'}, - Filename => "0x$key_id.".$key->{'serial'}.".asc"); + Filename => "0x$key_id.".$key->{'serial'}.".signed-by-0x".$CONFIG{'keyid'}[0].".asc"); }; if ($can_encrypt) { diff --git a/debian/changelog b/debian/changelog index e2da248..5c3f25a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,8 @@ signing-party (0.4.1-XXX) unreleased; urgency=low + allows to BCC the signer, thanks Joost van Baal (Closes: #316176). + new option to pause before continuing to the signing step, thanks Christof Douma (Closes: #316129). + + Create unique attachment filenames, thanks Robin H. Johnson + (Closes: #318469). * Depend on libtext-template-perl as caff needs it. * Update to Standards-Version 3.6.2, no changes necessary. -- 2.30.2