r4983 - in /packages/libmail-gnupg-perl/trunk: GnuPG.pm debian/changelog

ntyni-guest at users.alioth.debian.org ntyni-guest at users.alioth.debian.org
Tue Apr 10 19:19:11 UTC 2007


Author: ntyni-guest
Date: Tue Apr 10 19:19:11 2007
New Revision: 4983

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=4983
Log:
fix #415088

Modified:
    packages/libmail-gnupg-perl/trunk/GnuPG.pm
    packages/libmail-gnupg-perl/trunk/debian/changelog

Modified: packages/libmail-gnupg-perl/trunk/GnuPG.pm
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmail-gnupg-perl/trunk/GnuPG.pm?rev=4983&op=diff
==============================================================================
--- packages/libmail-gnupg-perl/trunk/GnuPG.pm (original)
+++ packages/libmail-gnupg-perl/trunk/GnuPG.pm Tue Apr 10 19:19:11 2007
@@ -337,6 +337,12 @@
 
   The message can either be in RFC compliant-ish multipart/signed
   format, or just a single part ascii armored message.
+
+  Note that MIME-encoded data should be supplied unmodified inside
+  the MIME::Entity input message, otherwise the signature will be 
+  broken. Since MIME-tools version 5.419, this can be achieved with
+  the C<decode_bodies> method of MIME::Parser. See the MIME::Parser
+  documentation for more information.
 
  Output:
   On error:

Modified: packages/libmail-gnupg-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmail-gnupg-perl/trunk/debian/changelog?rev=4983&op=diff
==============================================================================
--- packages/libmail-gnupg-perl/trunk/debian/changelog (original)
+++ packages/libmail-gnupg-perl/trunk/debian/changelog Tue Apr 10 19:19:11 2007
@@ -1,3 +1,10 @@
+libmail-gnupg-perl (0.08-3) unstable; urgency=low
+
+  * Document how MIME-encoded signatures should be verified. 
+    (Closes: #415088)
+
+ -- Niko Tyni <ntyni at iki.fi>  Tue, 10 Apr 2007 22:16:43 +0300
+
 libmail-gnupg-perl (0.08-2) unstable; urgency=low
 
   * Initial upload to the Debian archive. (Closes: #351470)




More information about the Pkg-perl-cvs-commits mailing list