Problems found locating distfiles:
Package f-prot-antivirus6-fs-bin: missing distfile fp-NetBSD.x86.32-fs-6.2.3.tar.gz
Package f-prot-antivirus6-ws-bin: missing distfile fp-NetBSD.x86.32-ws-6.2.3.tar.gz
Package libidea: missing distfile libidea-0.8.2b.tar.gz
Package openssh: missing distfile openssh-7.1p1-hpn-20150822.diff.bz2
Package uvscan: missing distfile vlp4510e.tar.Z
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
pkgsrc changes:
- Add recommeded minimum version for Crypt::CBC dependency
Upstream changes:
2.12 04 Mar 2010
- updated Changes to mesh with revision.
2.11 Feb 2010
- patched _blowfish.c to stop spurious warnings.
- updated POD
This resolves PR pkg/34394 by Martin Wilke.
Pkgsrc changes:
- none
Changes since version 2.09:
===========================
2.10 Fri Dec 02 07:36:18 EST 2005
- updated the README file to remove the reference
to CBC_R - no longer available.
- updated the README file to include performance
results for G4/1.2GHz PPC Mac OS X 10.4.X
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.