r32160 - in /trunk/libauthen-sasl-cyrus-perl/debian: changelog patches/encode-no-more-than-MAX_OUTBUF patches/encode-no-more-than-MAX_OUTBUF.patch patches/series

rra at users.alioth.debian.org rra at users.alioth.debian.org
Tue Mar 17 21:34:30 UTC 2009


Author: rra
Date: Tue Mar 17 21:34:26 2009
New Revision: 32160

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=32160
Log:
* Remove extraneous *.patch extension from the output encoding patch and
  add an explanatory introductory comment.

Added:
    trunk/libauthen-sasl-cyrus-perl/debian/patches/encode-no-more-than-MAX_OUTBUF
      - copied, changed from r32157, trunk/libauthen-sasl-cyrus-perl/debian/patches/encode-no-more-than-MAX_OUTBUF.patch
Removed:
    trunk/libauthen-sasl-cyrus-perl/debian/patches/encode-no-more-than-MAX_OUTBUF.patch
Modified:
    trunk/libauthen-sasl-cyrus-perl/debian/changelog
    trunk/libauthen-sasl-cyrus-perl/debian/patches/series

Modified: trunk/libauthen-sasl-cyrus-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libauthen-sasl-cyrus-perl/debian/changelog?rev=32160&op=diff
==============================================================================
--- trunk/libauthen-sasl-cyrus-perl/debian/changelog (original)
+++ trunk/libauthen-sasl-cyrus-perl/debian/changelog Tue Mar 17 21:34:26 2009
@@ -13,6 +13,8 @@
     This is always 1, and WRITE is supposed to behave like syswrite and
     return the number of octets written.  Patch from Sergio Gelato.
     (Closes: #486698)
+  * Remove extraneous *.patch extension from the output encoding patch and
+    add an explanatory introductory comment.
 
  -- gregor herrmann <gregoa at debian.org>  Wed, 06 Aug 2008 21:33:23 -0300
 

Copied: trunk/libauthen-sasl-cyrus-perl/debian/patches/encode-no-more-than-MAX_OUTBUF (from r32157, trunk/libauthen-sasl-cyrus-perl/debian/patches/encode-no-more-than-MAX_OUTBUF.patch)
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libauthen-sasl-cyrus-perl/debian/patches/encode-no-more-than-MAX_OUTBUF?rev=32160&op=diff
==============================================================================
--- trunk/libauthen-sasl-cyrus-perl/debian/patches/encode-no-more-than-MAX_OUTBUF.patch (original)
+++ trunk/libauthen-sasl-cyrus-perl/debian/patches/encode-no-more-than-MAX_OUTBUF Tue Mar 17 21:34:26 2009
@@ -1,3 +1,7 @@
+SASL may impose limitations on the maximum buffer size that can be
+encoded using the SASL privacy layer.  Honor that properly and encode
+data in chunks of at most SASL_MAXOUTBUF in length.
+
 --- a/lib/Authen/SASL/Cyrus/Security.pm
 +++ b/lib/Authen/SASL/Cyrus/Security.pm
 @@ -73,11 +73,27 @@ sub READ {

Modified: trunk/libauthen-sasl-cyrus-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libauthen-sasl-cyrus-perl/debian/patches/series?rev=32160&op=diff
==============================================================================
--- trunk/libauthen-sasl-cyrus-perl/debian/patches/series (original)
+++ trunk/libauthen-sasl-cyrus-perl/debian/patches/series Tue Mar 17 21:34:26 2009
@@ -1,2 +1,2 @@
-encode-no-more-than-MAX_OUTBUF.patch
+encode-no-more-than-MAX_OUTBUF
 correct-write-return-value




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