diff options
author | mjl <mjl@pkgsrc.org> | 2002-05-16 21:28:23 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2002-05-16 21:28:23 +0000 |
commit | 7810573ae83e325cc34e18ba5a4a85b7716ac4c9 (patch) | |
tree | f0060d8666dd7c1c9696518d157829aca46b0076 /security/p5-Digest-MD5 | |
parent | 808c0fc1cde5d84b1c3a8a5914055d84f72c57c1 (diff) | |
download | pkgsrc-7810573ae83e325cc34e18ba5a4a85b7716ac4c9.tar.gz |
Update p5-Digest-MD5 to 2.20
More synchronization with tweaks Jarkko have done to the
bleadperl test suite. This time various EBCDIC hacks.
Outside PERL_CORE the md5-aaa.t test loaded the wrong version of
the module (and would fail if no previous Digest::MD5 was installed).
One more test suite update from Jarkko to sync it
even better with bleadperl.
Changes #12954 and #16173 from bleadperl. Documentation typo fix
and some signed/unsigned mismatches that Microsoft's C compiler
complained about.
The EBCDIC-aware md5-aaa.t from bleadperl.
Diffstat (limited to 'security/p5-Digest-MD5')
-rw-r--r-- | security/p5-Digest-MD5/Makefile | 4 | ||||
-rw-r--r-- | security/p5-Digest-MD5/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/security/p5-Digest-MD5/Makefile b/security/p5-Digest-MD5/Makefile index b47d2a601a8..4acc3deeb76 100644 --- a/security/p5-Digest-MD5/Makefile +++ b/security/p5-Digest-MD5/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2002/04/27 19:07:35 shell Exp $ +# $NetBSD: Makefile,v 1.12 2002/05/16 21:28:23 mjl Exp $ # -DISTNAME= Digest-MD5-2.17 +DISTNAME= Digest-MD5-2.20 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5md5 CATEGORIES= security perl5 diff --git a/security/p5-Digest-MD5/distinfo b/security/p5-Digest-MD5/distinfo index 75f6fc7af35..53986973f07 100644 --- a/security/p5-Digest-MD5/distinfo +++ b/security/p5-Digest-MD5/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.4 2002/04/27 19:07:35 shell Exp $ +$NetBSD: distinfo,v 1.5 2002/05/16 21:28:23 mjl Exp $ -SHA1 (Digest-MD5-2.17.tar.gz) = 84edd6600bf0e5a11433e4817ef1bab7a2b1a2d9 -Size (Digest-MD5-2.17.tar.gz) = 33893 bytes +SHA1 (Digest-MD5-2.20.tar.gz) = a19489b8c88d50bf4d6b045e71b47781eb115e52 +Size (Digest-MD5-2.20.tar.gz) = 41113 bytes |