r19066 - in /trunk/libcrypt-cbc-perl: CBC.pm Changes META.yml debian/changelog

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Wed Apr 23 15:19:34 UTC 2008


Author: gregoa
Date: Wed Apr 23 15:19:33 2008
New Revision: 19066

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=19066
Log:
New upstream release.

Modified:
    trunk/libcrypt-cbc-perl/CBC.pm
    trunk/libcrypt-cbc-perl/Changes
    trunk/libcrypt-cbc-perl/META.yml
    trunk/libcrypt-cbc-perl/debian/changelog

Modified: trunk/libcrypt-cbc-perl/CBC.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcrypt-cbc-perl/CBC.pm?rev=19066&op=diff
==============================================================================
--- trunk/libcrypt-cbc-perl/CBC.pm (original)
+++ trunk/libcrypt-cbc-perl/CBC.pm Wed Apr 23 15:19:33 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: trunk/libcrypt-cbc-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcrypt-cbc-perl/Changes?rev=19066&op=diff
==============================================================================
--- trunk/libcrypt-cbc-perl/Changes (original)
+++ trunk/libcrypt-cbc-perl/Changes Wed Apr 23 15:19:33 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: trunk/libcrypt-cbc-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcrypt-cbc-perl/META.yml?rev=19066&op=diff
==============================================================================
--- trunk/libcrypt-cbc-perl/META.yml (original)
+++ trunk/libcrypt-cbc-perl/META.yml Wed Apr 23 15:19:33 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

Modified: trunk/libcrypt-cbc-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcrypt-cbc-perl/debian/changelog?rev=19066&op=diff
==============================================================================
--- trunk/libcrypt-cbc-perl/debian/changelog (original)
+++ trunk/libcrypt-cbc-perl/debian/changelog Wed Apr 23 15:19:33 2008
@@ -1,3 +1,9 @@
+libcrypt-cbc-perl (2.29-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+
+ -- gregor herrmann <gregoa at debian.org>  Wed, 23 Apr 2008 17:17:57 +0200
+
 libcrypt-cbc-perl (2.28-1) unstable; urgency=low
 
   * New upstream release.




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