diff options
author | shell <shell@pkgsrc.org> | 2003-01-31 10:50:49 +0000 |
---|---|---|
committer | shell <shell@pkgsrc.org> | 2003-01-31 10:50:49 +0000 |
commit | 6bf2be9ec2902de2788c2d17dc39cd954f31f1a3 (patch) | |
tree | b189e3dc49c1c9b09d4e3f2a2f74d4584561b3d8 /security | |
parent | 65269ab93ee9067785955c9d0cd2a37b8aaaa4c4 (diff) | |
download | pkgsrc-6bf2be9ec2902de2788c2d17dc39cd954f31f1a3.tar.gz |
Updated to p5-Digest-MD2-2.01
Changes :
- Support UTF8 strings in newer versions of Perl.
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Digest-MD2/DESCR | 8 | ||||
-rw-r--r-- | security/p5-Digest-MD2/Makefile | 4 | ||||
-rw-r--r-- | security/p5-Digest-MD2/distinfo | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/security/p5-Digest-MD2/DESCR b/security/p5-Digest-MD2/DESCR index f88b1811bb5..d64420b9fc2 100644 --- a/security/p5-Digest-MD2/DESCR +++ b/security/p5-Digest-MD2/DESCR @@ -1,4 +1,4 @@ -The Digest::MD2 module allows you to use the RSA Data Security -Inc. MD2 Message Digest algorithm from within Perl programs. The -algorithm takes as input a message of arbitrary length and produces as -output a 128-bit "fingerprint" or "message digest" of the input. +The Digest::MD2 module allows you to use the RSA Data Security Inc. +MD2 Message Digest algorithm from within Perl programs. The +algorithm takes as input a message of arbitrary length and produces +as output a 128-bit "fingerprint" or "message digest" of the input. diff --git a/security/p5-Digest-MD2/Makefile b/security/p5-Digest-MD2/Makefile index f84f3ee3cb9..62dc3a0b457 100644 --- a/security/p5-Digest-MD2/Makefile +++ b/security/p5-Digest-MD2/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2002/10/06 22:31:07 seb Exp $ +# $NetBSD: Makefile,v 1.6 2003/01/31 10:50:49 shell Exp $ # -DISTNAME= Digest-MD2-2.00 +DISTNAME= Digest-MD2-2.01 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5md2 CATEGORIES= security perl5 diff --git a/security/p5-Digest-MD2/distinfo b/security/p5-Digest-MD2/distinfo index b7cbad468eb..d25f76830cf 100644 --- a/security/p5-Digest-MD2/distinfo +++ b/security/p5-Digest-MD2/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2001/09/19 03:07:00 mjl Exp $ +$NetBSD: distinfo,v 1.2 2003/01/31 10:50:49 shell Exp $ -SHA1 (Digest-MD2-2.00.tar.gz) = 81de73b367d481d0a29f1c7a276266dc37bc6d32 -Size (Digest-MD2-2.00.tar.gz) = 16105 bytes +SHA1 (Digest-MD2-2.01.tar.gz) = f705604651d19fc5eab2f7efc3631f5c6921a4d9 +Size (Digest-MD2-2.01.tar.gz) = 16353 bytes |