diff options
author | wiz <wiz@pkgsrc.org> | 2010-01-20 14:54:58 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-01-20 14:54:58 +0000 |
commit | 7f1b5a8a029f0ca4cd14bc3cdc516163cc043274 (patch) | |
tree | 0076d008815219030630c3fb25bb8a2a3638be79 /security/p5-Digest-SHA | |
parent | b71b80fbd522c2ddda04db0df43507d966a11278 (diff) | |
download | pkgsrc-7f1b5a8a029f0ca4cd14bc3cdc516163cc043274.tar.gz |
Update to 5.48:
5.48 Mon Jan 4 16:32:52 MST 2010
- fixed "shasum -a0" option (ref. rt.cpan.org #53319)
-- incorrectly accepted 0 as a valid algorithm
-- thanks to Zefram for patch
- updated URL for NIST test vectors
-- ref. files t/nistbit.t, t/nistbyte.t
-- thanks to Leon Brocard for patch
Diffstat (limited to 'security/p5-Digest-SHA')
-rw-r--r-- | security/p5-Digest-SHA/Makefile | 5 | ||||
-rw-r--r-- | security/p5-Digest-SHA/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/security/p5-Digest-SHA/Makefile b/security/p5-Digest-SHA/Makefile index 42ce52c8319..958eed74aa2 100644 --- a/security/p5-Digest-SHA/Makefile +++ b/security/p5-Digest-SHA/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.17 2010/01/16 19:27:17 heinz Exp $ +# $NetBSD: Makefile,v 1.18 2010/01/20 14:54:58 wiz Exp $ # -DISTNAME= Digest-SHA-5.47 +DISTNAME= Digest-SHA-5.48 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 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 2acc86b870f..1da23ad94bb 100644 --- a/security/p5-Digest-SHA/distinfo +++ b/security/p5-Digest-SHA/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2008/07/17 19:02:32 heinz Exp $ +$NetBSD: distinfo,v 1.10 2010/01/20 14:54:58 wiz Exp $ -SHA1 (Digest-SHA-5.47.tar.gz) = eaf4d3cdd4f35b6ede4d56b52e3d5b816b3e432e -RMD160 (Digest-SHA-5.47.tar.gz) = fd57e3595bd196726b0ff47ddf9d0c8d72ae637e -Size (Digest-SHA-5.47.tar.gz) = 39864 bytes +SHA1 (Digest-SHA-5.48.tar.gz) = fb6585dd578033167b03e424502b548864db6671 +RMD160 (Digest-SHA-5.48.tar.gz) = a0ff58c33ef8a7446e199dddc7ba0eae95c99618 +Size (Digest-SHA-5.48.tar.gz) = 40002 bytes |