2004-01-05 23:16:25 by Johnny C. Lam | Files touched by this commit (27) |
Log message:
bl3ify
|
2003-12-10 23:12:32 by Klaus Heinz | Files touched by this commit (2) |
Log message:
Update to version 2.07
Take maintainership.
Add HOMEPAGE.
Changes since 2.06:
2003-12-05 Gisle Aas <gisle@ActiveState.com>
Release 2.07
Inherit add_bits() from Digest::base if available.
|
2003-11-27 17:33:31 by grant beattie | Files touched by this commit (2) |
Log message:
Updated p5-Digest-SHA1 to 2.06.
changes since 2.04:
Release 2.06
The sha1_transform() function did not check that it was actually
passed any arguments.
Complete self-contained documentation included (copied from
Digest::MD5), since the Digest.pm manpage is not always available.
Release 2.05
Added missing cast to support C++ compilation. Patch by Jan Dubois.
Document that the sha1_base64 function and the b64digest method
does not pad their result.
|
2003-09-12 23:22:33 by Johnny C. Lam | Files touched by this commit (2) |
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.
|
2003-07-18 00:57:07 by grant beattie | Files touched by this commit (1065) |
Log message:
s/netbsd.org/NetBSD.org/
|
2003-06-02 03:21:53 by Jan Schaumann | Files touched by this commit (1131) |
Log message:
Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
|
2003-01-31 11:48:42 by Shell Hung | Files touched by this commit (2) |
Log message:
Updated to p5-Digest-SHA1-2.02
Changes :
- Make it work when there is a mismatch between the
sizeof(BYTEORDER) and sizeof(long). Based on patch
Allen Smith <easmith@beatrice.rutgers.edu>.
- Support UTF8 strings in newer versions of Perl.
|
2002-10-08 00:34:27 by Stoned Elipot | Files touched by this commit (18) |
Log message:
Convert to buildlink2. Use perl5/module.mk.
|