r19064 - in /branches/upstream/libcrypt-cbc-perl/current: CBC.pm Changes META.yml

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Wed Apr 23 15:17:24 UTC 2008


Author: gregoa
Date: Wed Apr 23 15:17:23 2008
New Revision: 19064

URL: http://svn.debian.org/wsvn/?sc=1&rev=19064
Log:
[svn-upgrade] Integrating new upstream version, libcrypt-cbc-perl (2.29)

Modified:
    branches/upstream/libcrypt-cbc-perl/current/CBC.pm
    branches/upstream/libcrypt-cbc-perl/current/Changes
    branches/upstream/libcrypt-cbc-perl/current/META.yml

Modified: branches/upstream/libcrypt-cbc-perl/current/CBC.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libcrypt-cbc-perl/current/CBC.pm?rev=19064&op=diff
==============================================================================
--- branches/upstream/libcrypt-cbc-perl/current/CBC.pm (original)
+++ branches/upstream/libcrypt-cbc-perl/current/CBC.pm Wed Apr 23 15:17:23 2008
@@ -3,8 +3,9 @@
 use Digest::MD5 'md5';
 use Carp;
 use strict;
+use bytes;
 use vars qw($VERSION);
-$VERSION = '2.28';
+$VERSION = '2.29';
 
 use constant RANDOM_DEVICE => '/dev/urandom';
 

Modified: branches/upstream/libcrypt-cbc-perl/current/Changes
URL: http://svn.debian.org/wsvn/branches/upstream/libcrypt-cbc-perl/current/Changes?rev=19064&op=diff
==============================================================================
--- branches/upstream/libcrypt-cbc-perl/current/Changes (original)
+++ branches/upstream/libcrypt-cbc-perl/current/Changes Wed Apr 23 15:17:23 2008
@@ -1,4 +1,8 @@
 Revision history for Perl extension Crypt::CBC.
+2.29	 Tue Apr 22 10:22:37 EDT 2008
+	 - Fixed errors that occurred when encrypting/decrypting utf8 strings
+	 in Perl's more recent than 5.8.8.
+
 2.28	 Mon Mar 31 10:46:25 EDT 2008
 	 - Fixed bug in onesandzeroes test that causes it to fail with Rijndael module
  	 is not installed.

Modified: branches/upstream/libcrypt-cbc-perl/current/META.yml
URL: http://svn.debian.org/wsvn/branches/upstream/libcrypt-cbc-perl/current/META.yml?rev=19064&op=diff
==============================================================================
--- branches/upstream/libcrypt-cbc-perl/current/META.yml (original)
+++ branches/upstream/libcrypt-cbc-perl/current/META.yml Wed Apr 23 15:17:23 2008
@@ -1,11 +1,13 @@
-# 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.28
-version_from: CBC.pm
-installdirs:  site
-requires:
+--- #YAML:1.0
+name:                Crypt-CBC
+version:             2.29
+abstract:            ~
+license:             ~
+author:              ~
+generated_by:        ExtUtils::MakeMaker version 6.44
+distribution_type:   module
+requires:     
     Digest::MD5:                   2.00
-
-distribution_type: module
-generated_by: ExtUtils::MakeMaker version 6.30_01
+meta-spec:
+    url:     http://module-build.sourceforge.net/META-spec-v1.3.html
+    version: 1.3




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