summaryrefslogtreecommitdiff
path: root/security/p5-Crypt-CBC/Makefile
diff options
context:
space:
mode:
authorheinz <heinz@pkgsrc.org>2006-02-12 00:52:20 +0000
committerheinz <heinz@pkgsrc.org>2006-02-12 00:52:20 +0000
commite87f1bec7fc702bb31233c429c0024844a562181 (patch)
treeb4b333a9cbd7fbccbd750e4b91138b7f6498c9fd /security/p5-Crypt-CBC/Makefile
parentcea95e0a66b0b1dd3ff5366b823123594895d5ec (diff)
downloadpkgsrc-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
Diffstat (limited to 'security/p5-Crypt-CBC/Makefile')
-rw-r--r--security/p5-Crypt-CBC/Makefile5
1 files changed, 2 insertions, 3 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/}