pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/p5-Crypt-CBC Updated to version 2.29.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/438696574447
branches:  trunk
changeset: 544683:438696574447
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Thu Jul 17 20:28:08 2008 +0000

description:
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:

 security/p5-Crypt-CBC/Makefile |  4 ++--
 security/p5-Crypt-CBC/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r bb5cbe3dd4ef -r 438696574447 security/p5-Crypt-CBC/Makefile
--- a/security/p5-Crypt-CBC/Makefile    Thu Jul 17 20:09:30 2008 +0000
+++ b/security/p5-Crypt-CBC/Makefile    Thu Jul 17 20:28:08 2008 +0000
@@ -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 -r bb5cbe3dd4ef -r 438696574447 security/p5-Crypt-CBC/distinfo
--- a/security/p5-Crypt-CBC/distinfo    Thu Jul 17 20:09:30 2008 +0000
+++ b/security/p5-Crypt-CBC/distinfo    Thu Jul 17 20:28:08 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index