diff options
author | jlam <jlam@pkgsrc.org> | 2003-09-12 21:22:32 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2003-09-12 21:22:32 +0000 |
commit | 4375042f7c43c121c444f6ddbe1a3cf5d7f0b5bb (patch) | |
tree | 0ca1b8824881e57c770a7ba59d0cbc88081166ca /doc | |
parent | 1103b0b319b6338db78fa0581e4052d15de4ce30 (diff) | |
download | pkgsrc-4375042f7c43c121c444f6ddbe1a3cf5d7f0b5bb.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/CHANGES | 3 |
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] |