From e87f1bec7fc702bb31233c429c0024844a562181 Mon Sep 17 00:00:00 2001 From: heinz Date: Sun, 12 Feb 2006 00:52:20 +0000 Subject: 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 --- security/p5-Crypt-CBC/Makefile | 5 ++--- 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 -- cgit v1.2.3