diff options
author | heinz <heinz@pkgsrc.org> | 2006-02-12 00:52:20 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2006-02-12 00:52:20 +0000 |
commit | e87f1bec7fc702bb31233c429c0024844a562181 (patch) | |
tree | b4b333a9cbd7fbccbd750e4b91138b7f6498c9fd | |
parent | cea95e0a66b0b1dd3ff5366b823123594895d5ec (diff) | |
download | pkgsrc-e87f1bec7fc702bb31233c429c0024844a562181.tar.gz |
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
-rw-r--r-- | security/p5-Crypt-CBC/Makefile | 5 | ||||
-rw-r--r-- | security/p5-Crypt-CBC/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/security/p5-Crypt-CBC/Makefile b/security/p5-Crypt-CBC/Makefile index 5259b441020..84847d3a6b4 100644 --- a/security/p5-Crypt-CBC/Makefile +++ b/security/p5-Crypt-CBC/Makefile @@ -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 --git a/security/p5-Crypt-CBC/distinfo b/security/p5-Crypt-CBC/distinfo index ffc01523879..97f7b72d9c2 100644 --- a/security/p5-Crypt-CBC/distinfo +++ b/security/p5-Crypt-CBC/distinfo @@ -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 |