r3213 - in /packages/libcrypt-cbc-perl/trunk: CBC.pm Crypt::CBC-2.16-vulnerability.txt MANIFEST META.yml README README.compatibility debian/changelog debian/compat debian/control

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Sun Jul 2 15:24:42 UTC 2006


Author: gregoa-guest
Date: Sun Jul  2 15:24:41 2006
New Revision: 3213

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=3213
Log:
* New upstream release.
* Set debhelper compatibility level to 5.
* Set Standards-Version to 3.7.2 (no changes needed).
* Move debhelper to Build-Depends.
* Added libcrypt-blowfish-perl, libcrypt-des-perl, libcrypt-rijndael-perl 
  to Build-Depends-Indep.

Added:
    packages/libcrypt-cbc-perl/trunk/Crypt::CBC-2.16-vulnerability.txt
      - copied unchanged from r3212, packages/libcrypt-cbc-perl/branches/upstream/current/Crypt::CBC-2.16-vulnerability.txt
    packages/libcrypt-cbc-perl/trunk/README.compatibility
      - copied unchanged from r3212, packages/libcrypt-cbc-perl/branches/upstream/current/README.compatibility
Modified:
    packages/libcrypt-cbc-perl/trunk/CBC.pm
    packages/libcrypt-cbc-perl/trunk/MANIFEST
    packages/libcrypt-cbc-perl/trunk/META.yml
    packages/libcrypt-cbc-perl/trunk/README
    packages/libcrypt-cbc-perl/trunk/debian/changelog
    packages/libcrypt-cbc-perl/trunk/debian/compat
    packages/libcrypt-cbc-perl/trunk/debian/control

Modified: packages/libcrypt-cbc-perl/trunk/CBC.pm
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libcrypt-cbc-perl/trunk/CBC.pm?rev=3213&op=diff
==============================================================================
--- packages/libcrypt-cbc-perl/trunk/CBC.pm (original)
+++ packages/libcrypt-cbc-perl/trunk/CBC.pm Sun Jul  2 15:24:41 2006
@@ -4,7 +4,7 @@
 use Carp;
 use strict;
 use vars qw($VERSION);
-$VERSION = '2.17';
+$VERSION = '2.18';
 
 use constant RANDOM_DEVICE => '/dev/urandom';
 

Modified: packages/libcrypt-cbc-perl/trunk/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libcrypt-cbc-perl/trunk/MANIFEST?rev=3213&op=diff
==============================================================================
--- packages/libcrypt-cbc-perl/trunk/MANIFEST (original)
+++ packages/libcrypt-cbc-perl/trunk/MANIFEST Sun Jul  2 15:24:41 2006
@@ -4,6 +4,8 @@
 META.yml			Module meta-data (added by MakeMaker)
 Makefile.PL
 README
+README.compatibility
+Crypt::CBC-2.16-vulnerability.txt
 eg/aes.pl
 eg/des.pl
 eg/idea.pl

Modified: packages/libcrypt-cbc-perl/trunk/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libcrypt-cbc-perl/trunk/META.yml?rev=3213&op=diff
==============================================================================
--- packages/libcrypt-cbc-perl/trunk/META.yml (original)
+++ packages/libcrypt-cbc-perl/trunk/META.yml Sun Jul  2 15:24:41 2006
@@ -1,7 +1,7 @@
 # http://module-build.sourceforge.net/META-spec.html
 #XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
 name:         Crypt-CBC
-version:      2.17
+version:      2.18
 version_from: CBC.pm
 installdirs:  site
 requires:

Modified: packages/libcrypt-cbc-perl/trunk/README
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libcrypt-cbc-perl/trunk/README?rev=3213&op=diff
==============================================================================
--- packages/libcrypt-cbc-perl/trunk/README (original)
+++ packages/libcrypt-cbc-perl/trunk/README Sun Jul  2 15:24:41 2006
@@ -4,14 +4,10 @@
 messages of arbitrarily long length.  The encrypted messages are
 compatible with the encryption format used by B<SSLeay>.
 
-IMPORTANT NOTE: Versions of this module prior to 2.17 were incorrectly
-using 8 byte IVs when generating the old-style RandomIV style header
-(as opposed to the new-style random salt header). This affects the
-Rijndael algorithm, which has a 16 byte blocksize. The bug has been
-corrected in versions 2.17 and higher, but in order to read legacy
-encrypted data, you will have to pass the B<-legacy_iv> option to
-new() using a true value.
-
+WARNING: Crypt::CBC versions 2.17 and higher will not decrypt messages
+encrypted with versions 2.16 and lower unless you pass certain options
+to the new() call. This was done for very good reasons. Please see
+README.compatibility for details.
 
 Prerequisites
 -------------

Modified: packages/libcrypt-cbc-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libcrypt-cbc-perl/trunk/debian/changelog?rev=3213&op=diff
==============================================================================
--- packages/libcrypt-cbc-perl/trunk/debian/changelog (original)
+++ packages/libcrypt-cbc-perl/trunk/debian/changelog Sun Jul  2 15:24:41 2006
@@ -1,3 +1,14 @@
+libcrypt-cbc-perl (2.18-1) unstable; urgency=low
+
+  * New upstream release.
+  * Set debhelper compatibility level to 5.
+  * Set Standards-Version to 3.7.2 (no changes needed).
+  * Move debhelper to Build-Depends.
+  * Added libcrypt-blowfish-perl, libcrypt-des-perl, libcrypt-rijndael-perl 
+    to Build-Depends-Indep.
+
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Sun,  2 Jul 2006 17:20:21 +0200
+
 libcrypt-cbc-perl (2.17-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/libcrypt-cbc-perl/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libcrypt-cbc-perl/trunk/debian/compat?rev=3213&op=diff
==============================================================================
--- packages/libcrypt-cbc-perl/trunk/debian/compat (original)
+++ packages/libcrypt-cbc-perl/trunk/debian/compat Sun Jul  2 15:24:41 2006
@@ -1,1 +1,1 @@
-4
+5

Modified: packages/libcrypt-cbc-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libcrypt-cbc-perl/trunk/debian/control?rev=3213&op=diff
==============================================================================
--- packages/libcrypt-cbc-perl/trunk/debian/control (original)
+++ packages/libcrypt-cbc-perl/trunk/debian/control Sun Jul  2 15:24:41 2006
@@ -2,9 +2,10 @@
 Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org> 
-Uploaders: Gustavo Franco <stratus at debian.org>, Krzysztof Krzyzaniak (eloy) <eloy at debian.org>
-Build-Depends-Indep: debhelper (>> 4.0.0), perl (>= 5.8)
-Standards-Version: 3.6.2
+Uploaders: Gustavo Franco <stratus at debian.org>, Krzysztof Krzyzaniak (eloy) <eloy at debian.org>, gregor herrmann <gregor+debian at comodo.priv.at>
+Build-Depends: debhelper (>= 5.0.0)
+Build-Depends-Indep: perl (>= 5.8), libcrypt-blowfish-perl, libcrypt-des-perl, libcrypt-rijndael-perl
+Standards-Version: 3.7.2
 
 Package: libcrypt-cbc-perl
 Architecture: all 




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