diff options
author | rhaen <rhaen> | 2008-07-23 22:52:39 +0000 |
---|---|---|
committer | rhaen <rhaen> | 2008-07-23 22:52:39 +0000 |
commit | c215789cd7d55a4f49d853353f2710963b8a0134 (patch) | |
tree | 31367b784e40ce6f2177a784ff4b60a66418f58c /security | |
parent | 48b5a32011a17d7de815552c50e7df66f7c6cf3c (diff) | |
download | pkgsrc-c215789cd7d55a4f49d853353f2710963b8a0134.tar.gz |
updated to 2.01
- no complete ChangeLog from upstream -
ChangeLog:
2000-03-13 Gisle Aas <gisle@ActiveState.com>
Release 2.01
Broken out of the Digest-MD5-2.12 distribution and made into
a separate dist.
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-SHA/Makefile | 7 | ||||
-rw-r--r-- | security/p5-SHA/distinfo | 9 | ||||
-rw-r--r-- | security/p5-SHA/patches/patch-aa | 8 |
3 files changed, 7 insertions, 17 deletions
diff --git a/security/p5-SHA/Makefile b/security/p5-SHA/Makefile index e54fb622e6a..c57f65228f7 100644 --- a/security/p5-SHA/Makefile +++ b/security/p5-SHA/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.15 2008/06/12 02:14:44 joerg Exp $ +# $NetBSD: Makefile,v 1.16 2008/07/23 22:52:39 rhaen Exp $ # -DISTNAME= SHA-1.2 -PKGNAME= p5-SHA-1.2 +DISTNAME= SHA-2.01 +PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5sha -PKGREVISION= 2 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SHA/} diff --git a/security/p5-SHA/distinfo b/security/p5-SHA/distinfo index 1075b318835..74c75198b9a 100644 --- a/security/p5-SHA/distinfo +++ b/security/p5-SHA/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.3 2005/02/24 13:10:11 agc Exp $ +$NetBSD: distinfo,v 1.4 2008/07/23 22:52:39 rhaen Exp $ -SHA1 (SHA-1.2.tar.gz) = df20767163b4f2a58b8e8e5818f6e3d6b79bd276 -RMD160 (SHA-1.2.tar.gz) = ad4e296d1915e52c8aa3a4d3833f334b8765fcd0 -Size (SHA-1.2.tar.gz) = 8966 bytes -SHA1 (patch-aa) = b1a130f5bdccc14b3acb5560532cf8b231cce917 +SHA1 (SHA-2.01.tar.gz) = 6ccbf1b53be8044780bcfd2c4245ad3adaf8f889 +RMD160 (SHA-2.01.tar.gz) = 548807f4c0d52eb5e0420aae0bf83cad96fb0d1a +Size (SHA-2.01.tar.gz) = 2282 bytes diff --git a/security/p5-SHA/patches/patch-aa b/security/p5-SHA/patches/patch-aa deleted file mode 100644 index b6c3aeb0a9b..00000000000 --- a/security/p5-SHA/patches/patch-aa +++ /dev/null @@ -1,8 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 2000/10/15 17:23:44 itojun Exp $ ---- Makefile.PL- Sat Oct 7 21:47:26 2000 -+++ Makefile.PL Sat Oct 7 21:47:33 2000 -@@ -22,3 +22,3 @@ - print "Do you want to use the original SHA or the new standard SHA-1?\nEnter 0 for the original or 1 for the new standard. [1]"; -- $resp = <STDIN>; -+ $resp = '1'; - if (defined($resp)) { |