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.15.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/63db9ece64ce
branches:  trunk
changeset: 507969:63db9ece64ce
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Sun Feb 12 00:52:20 2006 +0000

description:
Updated to version 2.15.

Relevant changes since version 2.08:
=====================================
- RandomIV in message header overrides manually-supplied -salt, as one
  would expect it should.
- Added OpenSSL compatibility
- Salt and IV generators take advantage of /dev/urandom device, if available
- Added regression test for PCBC mode
- Fixed bug reported by Joshua Brown that caused certain length
  strings to not encrypt properly if ending in a "0" character.
- Fixed Rijndael compat problems

diffstat:

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

diffs (28 lines):

diff -r 318fa7324390 -r 63db9ece64ce security/p5-Crypt-CBC/Makefile
--- a/security/p5-Crypt-CBC/Makefile    Sun Feb 12 00:23:23 2006 +0000
+++ b/security/p5-Crypt-CBC/Makefile    Sun Feb 12 00:52:20 2006 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.18 2005/08/06 06:19:29 jlam Exp $
+# $NetBSD: Makefile,v 1.19 2006/02/12 00:52:20 heinz Exp $
 
-DISTNAME=              Crypt-CBC-2.08
+DISTNAME=              Crypt-CBC-2.15
 PKGNAME=               p5-${DISTNAME}
 SVR4_PKGNAME=          p5cbc
-PKGREVISION=           2
 CATEGORIES=            security perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Crypt/}
 
diff -r 318fa7324390 -r 63db9ece64ce security/p5-Crypt-CBC/distinfo
--- a/security/p5-Crypt-CBC/distinfo    Sun Feb 12 00:23:23 2006 +0000
+++ b/security/p5-Crypt-CBC/distinfo    Sun Feb 12 00:52:20 2006 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2005/02/24 13:10:09 agc Exp $
+$NetBSD: distinfo,v 1.8 2006/02/12 00:52:20 heinz Exp $
 
-SHA1 (Crypt-CBC-2.08.tar.gz) = 5abf0363834f54d1d41642e79d16becd1ba12fdc
-RMD160 (Crypt-CBC-2.08.tar.gz) = 676aaae2cce4cc51436e1fb4b21db7b771285573
-Size (Crypt-CBC-2.08.tar.gz) = 9495 bytes
+SHA1 (Crypt-CBC-2.15.tar.gz) = c57abf8be7af065e3ba69d87a6efcfcdd3057e0b
+RMD160 (Crypt-CBC-2.15.tar.gz) = 721fed9fc9e3f025a825e51cc9bf7b14def1eb7f
+Size (Crypt-CBC-2.15.tar.gz) = 14344 bytes



Home | Main Index | Thread Index | Old Index