[Pgp-tools-commit] r340 - in trunk: caff debian

thijs at alioth.debian.org thijs at alioth.debian.org
Mon Jul 9 13:01:46 UTC 2007


Author: thijs
Date: 2007-07-09 13:01:46 +0000 (Mon, 09 Jul 2007)
New Revision: 340

Modified:
   trunk/caff/caff
   trunk/debian/changelog
Log:
Add filename to one of the MIME parts as its absence breaks certain
(broken) virus scanners. Reported by Soren Hansen from Ubuntu, thanks!


Modified: trunk/caff/caff
===================================================================
--- trunk/caff/caff	2007-07-03 14:10:07 UTC (rev 339)
+++ trunk/caff/caff	2007-07-09 13:01:46 UTC (rev 340)
@@ -798,6 +798,7 @@
 
 		$message_entity->attach(
 			Type        => "application/pgp-encrypted",
+			Filename    => "signedkey.msg",
 			Disposition => 'attachment',
 			Encoding    => "7bit",
 			Data        => "Version: 1\n");

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2007-07-03 14:10:07 UTC (rev 339)
+++ trunk/debian/changelog	2007-07-09 13:01:46 UTC (rev 340)
@@ -6,11 +6,17 @@
   * Replaces: keylookup.
 
   [ Peter Palfrader ]
-  * Fix a warning message in caff when encrypting fails.
-  * Try to handle expired keys specified in also-encrypt-to better
+  * caff:
+    + Fix a warning message when encrypting fails.
+    + Try to handle expired keys specified in also-encrypt-to better.
 
- -- Peter Palfrader <weasel at debian.org>  Tue,  3 Jul 2007 15:53:27 +0200
+  [ Thijs Kinkhorst ]
+  * caff:
+    + Add filename to one of the MIME parts as its absence breaks certain virus
+      scanners.
 
+ -- Thijs Kinkhorst <thijs at debian.org>  Mon,  9 Jul 2007 14:53:13 +0200
+
 signing-party (0.4.11-1) unstable; urgency=low
 
   The "Debconf 7" release.




More information about the Pgp-tools-commit mailing list