diff options
author | wiz <wiz> | 2001-11-23 19:48:12 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-11-23 19:48:12 +0000 |
commit | 65b4458f233946cbc09222b4d82e987a4a741e55 (patch) | |
tree | 5d945a4e72bef7a90b9395d839178575c73fc52f | |
parent | 5b2c7ce5f417b6a5128729a21ec703d78cfb0383 (diff) | |
download | pkgsrc-65b4458f233946cbc09222b4d82e987a4a741e55.tar.gz |
Update to 2.09, provided by Shell Hung in pkg/14695.
Changes since 2.06:
- changed keysize back to 0 apparently setting keysize to 8 triggered a bad
hack in Crypt::CBC which resulted in OpenSRS breaking.
the "bad hack" in question is:
$ks = $cipher =~ /blowfish/i ? 56 : 8 unless $ks > 0;
... anyway.. fixed.
- added two new functions: min_keysize and max_keysize
these allow modules like Crypt::CBC_IL and Crypt::CBC_R
to use variable key lengths with CBC modes.
- cleaned up test.pl
- updated README
- minor change in XS
- additions to reported platforms
Remove package version number from DESCR.
-rw-r--r-- | security/p5-Crypt-Blowfish/DESCR | 10 | ||||
-rw-r--r-- | security/p5-Crypt-Blowfish/Makefile | 7 | ||||
-rw-r--r-- | security/p5-Crypt-Blowfish/distinfo | 6 |
3 files changed, 12 insertions, 11 deletions
diff --git a/security/p5-Crypt-Blowfish/DESCR b/security/p5-Crypt-Blowfish/DESCR index aaf79ed9640..841e070082d 100644 --- a/security/p5-Crypt-Blowfish/DESCR +++ b/security/p5-Crypt-Blowfish/DESCR @@ -1,4 +1,6 @@ -This is Crypt::Blowfish version 2.06, an XS-based implementation of the -Blowfish cryptography algorithm designed by Bruce Schneier. It's designed -to take full advantage of Crypt::CBC when desired. Blowfish keys may be -up to 448 bits (56 bytes) long. +This is Crypt::Blowfish, an XS-based implementation of the Blowfish +cryptography algorithm designed by Bruce Schneier. It's designed +to take full advantage of Crypt::CBC when desired. Blowfish keys +may be up to 448 bits (56 bytes) long. + +Suggests to have Crypt::CBC module installed. diff --git a/security/p5-Crypt-Blowfish/Makefile b/security/p5-Crypt-Blowfish/Makefile index fad1252f13a..a27e434410e 100644 --- a/security/p5-Crypt-Blowfish/Makefile +++ b/security/p5-Crypt-Blowfish/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2001/10/18 15:20:35 veego Exp $ -# FreeBSD Id: Makefile,v 1.7 1997/06/24 18:43:23 jfitz Exp +# $NetBSD: Makefile,v 1.5 2001/11/23 19:48:12 wiz Exp $ # -DISTNAME= Crypt-Blowfish-2.06 -PKGNAME= p5-Crypt-Blowfish-2.06 +DISTNAME= Crypt-Blowfish-2.09 +PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5cbl CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/} diff --git a/security/p5-Crypt-Blowfish/distinfo b/security/p5-Crypt-Blowfish/distinfo index 39bea7e043a..218c1736a8d 100644 --- a/security/p5-Crypt-Blowfish/distinfo +++ b/security/p5-Crypt-Blowfish/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2001/04/19 15:40:35 agc Exp $ +$NetBSD: distinfo,v 1.3 2001/11/23 19:48:12 wiz Exp $ -SHA1 (Crypt-Blowfish-2.06.tar.gz) = 4b970861ff5046e96ddffde99866f74e183d98b3 -Size (Crypt-Blowfish-2.06.tar.gz) = 16415 bytes +SHA1 (Crypt-Blowfish-2.09.tar.gz) = 4cb4380e788833c62ea0b8e994883e76a0547dc3 +Size (Crypt-Blowfish-2.09.tar.gz) = 17497 bytes |