diff options
author | heinz <heinz@pkgsrc.org> | 2008-07-17 20:28:08 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2008-07-17 20:28:08 +0000 |
commit | 8a79320f1f9189ff8eab7b6a4d3bec8c696ccd04 (patch) | |
tree | b5b7bff886582fac52c567f79de632c5f0345ee9 /security | |
parent | 6f17f04ea89849336a20838b30148f1f5579b6fc (diff) | |
download | pkgsrc-8a79320f1f9189ff8eab7b6a4d3bec8c696ccd04.tar.gz |
Updated to version 2.29.
Pkgsrc changes:
- none
Changes since version 2.24:
===========================
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.
2.27 Fri Mar 28 10:13:32 EDT 2008
- When taint mode is turned on and user is using a tainted key,
explicitly check tainting of key in order to avoid "cryptic"
failure messages from some crypt modules.
2.26 Thu Mar 20 16:41:23 EDT 2008
- Fixed onezeropadding test, which was not reporting its test count
properly.
2.25 Fri Jan 11 15:26:27 EST 2008
- Fixed failure of oneandzeroes padding when plaintext size is
an even multiple of blocksize.
- Added new "rijndael_compat" padding method, which is compatible
with the oneandzeroes padding method used by Crypt::Rijndael in
CBC mode.
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Crypt-CBC/Makefile | 4 | ||||
-rw-r--r-- | security/p5-Crypt-CBC/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/security/p5-Crypt-CBC/Makefile b/security/p5-Crypt-CBC/Makefile index e568a4b1269..57185929404 100644 --- a/security/p5-Crypt-CBC/Makefile +++ b/security/p5-Crypt-CBC/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.22 2008/02/07 20:46:04 heinz Exp $ +# $NetBSD: Makefile,v 1.23 2008/07/17 20:28:08 heinz Exp $ -DISTNAME= Crypt-CBC-2.24 +DISTNAME= Crypt-CBC-2.29 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5cbc CATEGORIES= security perl5 diff --git a/security/p5-Crypt-CBC/distinfo b/security/p5-Crypt-CBC/distinfo index a4a9463ac3c..d70a5cfa281 100644 --- a/security/p5-Crypt-CBC/distinfo +++ b/security/p5-Crypt-CBC/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2008/02/07 20:46:04 heinz Exp $ +$NetBSD: distinfo,v 1.12 2008/07/17 20:28:08 heinz Exp $ -SHA1 (Crypt-CBC-2.24.tar.gz) = e259cd0101bf8d1cac9cfd55556cf5391f458fc1 -RMD160 (Crypt-CBC-2.24.tar.gz) = 55681afd60cbd0fa91185ef87b1f7981b11ea6ca -Size (Crypt-CBC-2.24.tar.gz) = 22249 bytes +SHA1 (Crypt-CBC-2.29.tar.gz) = 669b263f737a117f572004b794e97d94a763a09e +RMD160 (Crypt-CBC-2.29.tar.gz) = 446ad31d463f1ade162c28038668d1984e0fc81e +Size (Crypt-CBC-2.29.tar.gz) = 22613 bytes |