Subject: CVS commit: pkgsrc/security/p5-Digest-MD5
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 09/12/2003 23:11:05
Module Name: pkgsrc
Committed By: jlam
Date: Fri Sep 12 23:11:05 UTC 2003
Modified Files:
pkgsrc/security/p5-Digest-MD5: Makefile distinfo
Log Message:
Update security/p5-Digest-MD5 to 2.27. Changes from version 2.24 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.
The $md5->addfile method now croaks if it discovers
errors on the handle after reading from it. This should
make it more difficult to end up with the wrong digest
just because you are to lazy to check the error status
on your file handles after reading from them.
Improved documentation.
To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 pkgsrc/security/p5-Digest-MD5/Makefile
cvs rdiff -r1.7 -r1.8 pkgsrc/security/p5-Digest-MD5/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.