diff options
author | shell <shell@pkgsrc.org> | 2003-01-31 10:48:41 +0000 |
---|---|---|
committer | shell <shell@pkgsrc.org> | 2003-01-31 10:48:41 +0000 |
commit | 65269ab93ee9067785955c9d0cd2a37b8aaaa4c4 (patch) | |
tree | 6df68bbfbadfcc4cca1932d5c3e093b381f8fb27 /security | |
parent | 0708557e6e8ca1c9b3c48b4ffd8b9c7424f0f588 (diff) | |
download | pkgsrc-65269ab93ee9067785955c9d0cd2a37b8aaaa4c4.tar.gz |
Updated to p5-Digest-SHA1-2.02
Changes :
- Make it work when there is a mismatch between the
sizeof(BYTEORDER) and sizeof(long). Based on patch
Allen Smith <easmith@beatrice.rutgers.edu>.
- Support UTF8 strings in newer versions of Perl.
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Digest-SHA1/Makefile | 4 | ||||
-rw-r--r-- | security/p5-Digest-SHA1/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/security/p5-Digest-SHA1/Makefile b/security/p5-Digest-SHA1/Makefile index 72e98b79c4f..cb3986e24b6 100644 --- a/security/p5-Digest-SHA1/Makefile +++ b/security/p5-Digest-SHA1/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2002/10/07 22:34:25 seb Exp $ +# $NetBSD: Makefile,v 1.5 2003/01/31 10:48:41 shell Exp $ # -DISTNAME= Digest-SHA1-2.00 +DISTNAME= Digest-SHA1-2.02 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5sh2 CATEGORIES= security perl5 diff --git a/security/p5-Digest-SHA1/distinfo b/security/p5-Digest-SHA1/distinfo index 4c23e465fff..56031d3bf9e 100644 --- a/security/p5-Digest-SHA1/distinfo +++ b/security/p5-Digest-SHA1/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2001/09/19 03:11:02 mjl Exp $ +$NetBSD: distinfo,v 1.2 2003/01/31 10:48:41 shell Exp $ -SHA1 (Digest-SHA1-2.00.tar.gz) = eb8a0de27d989974b90ef55f7c86736cd46ab63b -Size (Digest-SHA1-2.00.tar.gz) = 33945 bytes +SHA1 (Digest-SHA1-2.02.tar.gz) = f9749b8845240510af5915e9f914b3ba990acbfc +Size (Digest-SHA1-2.02.tar.gz) = 35241 bytes |