summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2003-09-12 21:22:32 +0000
committerjlam <jlam@pkgsrc.org>2003-09-12 21:22:32 +0000
commitcb520649642bef5c9193e89bb6a1c7fb4307e300 (patch)
tree0ca1b8824881e57c770a7ba59d0cbc88081166ca /doc
parenta038afcc2047c2604b7adf3df2d194c58f56b5aa (diff)
downloadpkgsrc-cb520649642bef5c9193e89bb6a1c7fb4307e300.tar.gz
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.
Diffstat (limited to 'doc')
-rw-r--r--doc/CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index 4c7e4df6d43..efa1494cdfb 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.3346 2003/09/12 20:48:47 dmcmahill Exp $
+$NetBSD: CHANGES,v 1.3347 2003/09/12 21:22:33 jlam Exp $
Changes to the packages collection and infrastructure in 2003:
@@ -3662,3 +3662,4 @@ Changes to the packages collection and infrastructure in 2003:
Updated pico to 4.6nb1 [tron 2003-09-12]
Updated scilab to 2.7nb2 [dmcmahill 2003-09-12]
Updated gwave to 20030804 [dmcmahill 2003-09-12]
+ Updated p5-Digest-SHA1 to 2.04 [jlam 2003-09-12]