Updated to p5-Digest-MD2-2.01
Changes : - Support UTF8 strings in newer versions of Perl.
This commit is contained in:
parent
65269ab93e
commit
6bf2be9ec2
3 changed files with 9 additions and 9 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue