Subject: CVS commit: pkgsrc/security/p5-Digest-SHA1
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 09/12/2003 21:22:33
Module Name: pkgsrc
Committed By: jlam
Date: Fri Sep 12 21:22:33 UTC 2003
Modified Files:
pkgsrc/security/p5-Digest-SHA1: Makefile distinfo
Log Message:
Update security/p5-Digest-SHA1 to 2.04. Changes from version 2.02 include:
Don't assume PerlIO_read() works like fread() even though
it was documented like that for perl 5.6. It returns negative
on read failure.
Implemented sha1_transform, required to implement NIST FIPS 186-2.
Make it build on 64-bit platforms with 32-bit longs.
Sync up with the Digest::MD5 implementation:
- added clone method
- addfile croaks if it can't read
- the sha1*() functions warn if called as method
or with reference arguments.
To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 pkgsrc/security/p5-Digest-SHA1/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/security/p5-Digest-SHA1/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.