diff options
author | heinz <heinz> | 2006-06-07 20:14:23 +0000 |
---|---|---|
committer | heinz <heinz> | 2006-06-07 20:14:23 +0000 |
commit | b1a7a6f31e4aee6559e86687426d594487edd33f (patch) | |
tree | 8e9f1e6cfaf5b6124240737b3aab362ae74d89d2 /security | |
parent | 83ea9724fc760b58c981b331e9c0072e4c843ba5 (diff) | |
download | pkgsrc-b1a7a6f31e4aee6559e86687426d594487edd33f.tar.gz |
Updated to version 5.41.
Pkgsrc changes:
- none
Relevant changes since version 5.31:
====================================
- modified addfile to accept indirect filehandles
-- ref. rt.cpan.org #19627 and #19641
- modified shasum to warn rather than die for file errors
-- to follow conventions of GNU sha1sum/md5sum
- added new capabilities to the "addfile" method
-- now able to accept file names as well as handles
-- includes mode for portable digest calculation
-- thanks to Adam Kennedy for emails and ideas
ref. File::LocalizeNewlines
- used expanded addfile interface to simplify shasum (sumfile)
-- regex a tad less general than 5.37, but handles all
known newline variants in UNIX/Windows/MacOS
- enhanced WARNING messages from shasum checkfile processing
-- to mimic behavior of md5sum
- improved error handling of checksum files in shasum
-- to better mimic the behavior of md5sum
- refined line-break regex in shasum (ref. sub sumfile)
-- catches multiple CR's preceding LF
thanks to Gisle Aas for suggested patch
- changed loop vars to signed int's in shadump (ref. src/sha.c)
-- to prevent type mismatch warnings
- added "portable" option to shasum
-- to make digests match across Windows/Unix/MacOS
- enabled bundling of shasum command line options
-- to mimic behavior of md5sum
- removed \r's from text files in t/nist directory
-- resolves SIGNATURE clashes (rt.cpan.org #18983)
- changed suffix on SHA64_MAX (src/sha.h) to ULL
-- eliminates gcc warnings (rt.cpan.org #18988)
- specified minimum Perl version for module and Makefile.PL
-- closes rt.cpan.org #18984
- made minor code changes to silence compiler warnings
-- resulting from signed/unsigned integer mixing
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Digest-SHA/Makefile | 4 | ||||
-rw-r--r-- | security/p5-Digest-SHA/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/security/p5-Digest-SHA/Makefile b/security/p5-Digest-SHA/Makefile index 4ed89c72901..25d21271070 100644 --- a/security/p5-Digest-SHA/Makefile +++ b/security/p5-Digest-SHA/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2006/03/04 21:30:37 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2006/06/07 20:14:23 heinz Exp $ # -DISTNAME= Digest-SHA-5.31 +DISTNAME= Digest-SHA-5.41 PKGNAME= p5-${DISTNAME} CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/} diff --git a/security/p5-Digest-SHA/distinfo b/security/p5-Digest-SHA/distinfo index 98e81789308..e2953331e76 100644 --- a/security/p5-Digest-SHA/distinfo +++ b/security/p5-Digest-SHA/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2005/11/23 22:40:48 wiz Exp $ +$NetBSD: distinfo,v 1.5 2006/06/07 20:14:23 heinz Exp $ -SHA1 (Digest-SHA-5.31.tar.gz) = d907785b1b3db8607f6522b875734362504ec2fa -RMD160 (Digest-SHA-5.31.tar.gz) = 133bf61e35a1c60686b048438976b052d902fc0e -Size (Digest-SHA-5.31.tar.gz) = 45152 bytes +SHA1 (Digest-SHA-5.41.tar.gz) = 8885c15a627bebc9bd860575af2c8e276e40c3b2 +RMD160 (Digest-SHA-5.41.tar.gz) = 53d6b81978bc9715f868cda7cff8f04978aa388c +Size (Digest-SHA-5.41.tar.gz) = 72872 bytes |