[libcrypt-cbc-perl] 01/01: Imported Upstream version 2.33
Salvatore Bonaccorso
carnil at debian.org
Fri Aug 9 18:36:51 UTC 2013
This is an automated email from the git hooks/post-receive script.
carnil pushed a commit to annotated tag upstream/2.33
in repository libcrypt-cbc-perl.
commit aca621c48c9d08aa415500b39168f32341e10a72
Author: Salvatore Bonaccorso <carnil at debian.org>
Date: Fri Aug 9 20:31:22 2013 +0200
Imported Upstream version 2.33
---
CBC.pm | 6 +++---
Changes | 5 ++++-
META.json | 4 ++--
META.yml | 4 ++--
4 files changed, 11 insertions(+), 8 deletions(-)
diff --git a/CBC.pm b/CBC.pm
index 1a3b885..39ff251 100644
--- a/CBC.pm
+++ b/CBC.pm
@@ -5,7 +5,7 @@ use Carp;
use strict;
use bytes;
use vars qw($VERSION);
-$VERSION = '2.32';
+$VERSION = '2.33';
use constant RANDOM_DEVICE => '/dev/urandom';
@@ -861,7 +861,7 @@ necessary to encrypt the desired data.
$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 @@ in OpenSSL compatibility mode.
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 --git a/Changes b/Changes
index 2cc295d..235dec5 100644
--- a/Changes
+++ b/Changes
@@ -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 --git a/META.json b/META.json
index 24cce25..eb6e6e9 100644
--- a/META.json
+++ b/META.json
@@ -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 --git a/META.yml b/META.yml
index 3ad1444..a28a3ef 100644
--- a/META.yml
+++ b/META.yml
@@ -7,7 +7,7 @@ build_requires:
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 @@ no_index:
- inc
requires:
Digest::MD5: 2.00
-version: 2.32
+version: 2.33
diff --git a/eg/aes.pl b/eg/aes.pl
old mode 100755
new mode 100644
diff --git a/eg/des.pl b/eg/des.pl
old mode 100755
new mode 100644
diff --git a/eg/idea.pl b/eg/idea.pl
old mode 100755
new mode 100644
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcrypt-cbc-perl.git
More information about the Pkg-perl-cvs-commits
mailing list