Hello community, here is the log from the commit of package perl-Crypt-CBC for openSUSE:Factory checked in at 2013-08-13 10:18:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Crypt-CBC (Old) and /work/SRC/openSUSE:Factory/.perl-Crypt-CBC.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Crypt-CBC" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Crypt-CBC/perl-Crypt-CBC.changes 2013-06-05 17:50:40.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Crypt-CBC.new/perl-Crypt-CBC.changes 2013-08-13 10:18:36.000000000 +0200 @@ -1,0 +2,6 @@ +Tue Aug 6 17:49:08 UTC 2013 - [email protected] + +- updated to 2.33 + - Fix minor RT bugs 83175 and 86455. + +------------------------------------------------------------------- Old: ---- Crypt-CBC-2.32.tar.gz New: ---- Crypt-CBC-2.33.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Crypt-CBC.spec ++++++ --- /var/tmp/diff_new_pack.heC8Y7/_old 2013-08-13 10:18:37.000000000 +0200 +++ /var/tmp/diff_new_pack.heC8Y7/_new 2013-08-13 10:18:37.000000000 +0200 @@ -17,7 +17,7 @@ Name: perl-Crypt-CBC -Version: 2.32 +Version: 2.33 Release: 0 %define cpan_name Crypt-CBC Summary: Encrypt Data with Cipher Block Chaining Mode ++++++ Crypt-CBC-2.32.tar.gz -> Crypt-CBC-2.33.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Crypt-CBC-2.32/CBC.pm new/Crypt-CBC-2.33/CBC.pm --- old/Crypt-CBC-2.32/CBC.pm 2012-12-14 20:18:00.000000000 +0100 +++ new/Crypt-CBC-2.33/CBC.pm 2013-07-30 22:01:55.000000000 +0200 @@ -5,7 +5,7 @@ use strict; use bytes; use vars qw($VERSION); -$VERSION = '2.32'; +$VERSION = '2.33'; use constant RANDOM_DEVICE => '/dev/urandom'; @@ -861,7 +861,7 @@ $ciphertext = $cipher->finish(); -The CBC algorithm must buffer data blocks inernally until they are +The CBC algorithm must buffer data blocks internally until they are even multiples of the encryption algorithm's blocksize (typically 8 bytes). After the last call to crypt() you should call finish(). This flushes the internal buffer and returns any leftover ciphertext. @@ -959,7 +959,7 @@ This gets or sets the value of the B<key> passed to new() when B<literal_key> is false. -=head2 $data = get_random_bytes($numbytes) +=head2 $data = random_bytes($numbytes) Return $numbytes worth of random data. On systems that support the "/dev/urandom" device file, this data will be read from the diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Crypt-CBC-2.32/Changes new/Crypt-CBC-2.33/Changes --- old/Crypt-CBC-2.32/Changes 2012-12-14 20:20:24.000000000 +0100 +++ new/Crypt-CBC-2.33/Changes 2013-07-30 22:02:41.000000000 +0200 @@ -1,6 +1,9 @@ Revision history for Perl extension Crypt::CBC. +2.33 Tue Jul 30 16:02:04 EDT 2013 + - Fix minor RT bugs 83175 and 86455. + 2.32 Fri Dec 14 14:20:17 EST 2012 - - Fixes "Taint checks are turned on and your key is tainted" error when autogenerating salt and IV. + - Fix "Taint checks are turned on and your key is tainted" error when autogenerating salt and IV. 2.31 Tue Oct 30 07:03:40 EDT 2012 - Fixes to regular expressions to avoid rare failures to diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Crypt-CBC-2.32/META.json new/Crypt-CBC-2.33/META.json --- old/Crypt-CBC-2.32/META.json 2012-12-14 20:25:16.000000000 +0100 +++ new/Crypt-CBC-2.33/META.json 2013-07-30 22:03:18.000000000 +0200 @@ -4,7 +4,7 @@ "unknown" ], "dynamic_config" : 1, - "generated_by" : "ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter version 2.112150", + "generated_by" : "ExtUtils::MakeMaker version 6.68, CPAN::Meta::Converter version 2.112621", "license" : [ "unknown" ], @@ -37,5 +37,5 @@ } }, "release_status" : "stable", - "version" : "2.32" + "version" : "2.33" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Crypt-CBC-2.32/META.yml new/Crypt-CBC-2.33/META.yml --- old/Crypt-CBC-2.32/META.yml 2012-12-14 20:25:16.000000000 +0100 +++ new/Crypt-CBC-2.33/META.yml 2013-07-30 22:03:18.000000000 +0200 @@ -7,7 +7,7 @@ configure_requires: ExtUtils::MakeMaker: 0 dynamic_config: 1 -generated_by: 'ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter version 2.112150' +generated_by: 'ExtUtils::MakeMaker version 6.68, CPAN::Meta::Converter version 2.112621' license: unknown meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -19,4 +19,4 @@ - inc requires: Digest::MD5: 2.00 -version: 2.32 +version: 2.33 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
