Subject: CVS commit: pkgsrc/security/p5-Crypt-Blowfish
To: None <pkgsrc-changes@netbsd.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 11/23/2001 21:48:13
Module Name: pkgsrc
Committed By: wiz
Date: Fri Nov 23 19:48:13 UTC 2001
Modified Files:
pkgsrc/security/p5-Crypt-Blowfish: DESCR Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 pkgsrc/security/p5-Crypt-Blowfish/DESCR
cvs rdiff -r1.4 -r1.5 pkgsrc/security/p5-Crypt-Blowfish/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/security/p5-Crypt-Blowfish/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.