diff options
author | wiz <wiz@pkgsrc.org> | 2005-11-23 22:40:48 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-11-23 22:40:48 +0000 |
commit | 9ef3264b2a11dfe9ddc8720e6da80c95d366a557 (patch) | |
tree | 70c162d8051ecf8e3ce8beeffbb07d411d3d9f1d | |
parent | 060cbb60457624ca45753739fdd2d446a502bda1 (diff) | |
download | pkgsrc-9ef3264b2a11dfe9ddc8720e6da80c95d366a557.tar.gz |
Update to 5.31:
5.31 Mon Sep 5 00:52:42 MST 2005
- added standard tests for pod and pod-coverage checking
- inserted subtest to check for failure when using
unrecognized SHA algorithm
5.30 Sat Aug 20 16:46:08 MST 2005
- updated docs with recent NIST statement on SHA-1
-- advises use of larger and stronger hash functions
(i.e. SHA-224/256/384/512) for new developments
5.29 Sun Aug 14 04:48:34 MST 2005
- added explicit casts in "shaload" routine (ref. "ldvals")
-- thanks to E. Allen Smith for pointing out SGI compiler
warnings on IPxx-irix platforms
- updated docs with cautionary note about SHA-1
-rw-r--r-- | security/p5-Digest-SHA/Makefile | 6 | ||||
-rw-r--r-- | security/p5-Digest-SHA/distinfo | 8 |
2 files changed, 6 insertions, 8 deletions
diff --git a/security/p5-Digest-SHA/Makefile b/security/p5-Digest-SHA/Makefile index 6a16d6550a0..3aba2350aee 100644 --- a/security/p5-Digest-SHA/Makefile +++ b/security/p5-Digest-SHA/Makefile @@ -1,10 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2005/08/06 06:19:30 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2005/11/23 22:40:48 wiz Exp $ # -DISTNAME= Digest-SHA-5.28 +DISTNAME= Digest-SHA-5.31 PKGNAME= p5-${DISTNAME} -#SVR4_PKGNAME= -PKGREVISION= 2 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 3e70f3b9b1b..98e81789308 100644 --- a/security/p5-Digest-SHA/distinfo +++ b/security/p5-Digest-SHA/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2005/02/24 13:10:11 agc Exp $ +$NetBSD: distinfo,v 1.4 2005/11/23 22:40:48 wiz Exp $ -SHA1 (Digest-SHA-5.28.tar.gz) = fef4c6d6792188644088dcfa1933ff2892404f0d -RMD160 (Digest-SHA-5.28.tar.gz) = c35a5b15d9861423ab42d5b50a7b9509333447b1 -Size (Digest-SHA-5.28.tar.gz) = 44154 bytes +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 |