diff options
author | wiz <wiz> | 2010-01-20 14:54:58 +0000 |
---|---|---|
committer | wiz <wiz> | 2010-01-20 14:54:58 +0000 |
commit | 9108869bf7a125e9edc97f780dae49d44c7be73f (patch) | |
tree | 0076d008815219030630c3fb25bb8a2a3638be79 /security | |
parent | ee53e6b3b539b7eab2dc27cec2f41b5b2fe79ec6 (diff) | |
download | pkgsrc-9108869bf7a125e9edc97f780dae49d44c7be73f.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')
-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 |