diff options
author | jlam <jlam@pkgsrc.org> | 2000-10-15 02:30:33 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-10-15 02:30:33 +0000 |
commit | 39a647d8f7f1add29466b582bc87a527d04bba8e (patch) | |
tree | f7933baa0e9f57dcebb9c8f04621d85c588ef233 /security/p5-Digest-MD5 | |
parent | dca9a90b30ae04e0972d7f0f5b9ddddad48b3728 (diff) | |
download | pkgsrc-39a647d8f7f1add29466b582bc87a527d04bba8e.tar.gz |
Update p5-Digest-MD5 to 2.12. Changes from version 2.09:
Digest::MD5 will now try to fallback to the pure perl
implementation of Digest::Perl::MD5 if bootstrap fails.
Added a bit internal paranoia about casting the IV
in the Digest::MD5 object to the MD5_CTX* pointer.
Diffstat (limited to 'security/p5-Digest-MD5')
-rw-r--r-- | security/p5-Digest-MD5/Makefile | 4 | ||||
-rw-r--r-- | security/p5-Digest-MD5/files/md5 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/p5-Digest-MD5/Makefile b/security/p5-Digest-MD5/Makefile index 04d0bbc90c1..c8c210cff05 100644 --- a/security/p5-Digest-MD5/Makefile +++ b/security/p5-Digest-MD5/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2000/08/27 07:11:19 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2000/10/15 02:30:33 jlam Exp $ # -DISTNAME= Digest-MD5-2.09 +DISTNAME= Digest-MD5-2.12 PKGNAME= p5-${DISTNAME} CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/} diff --git a/security/p5-Digest-MD5/files/md5 b/security/p5-Digest-MD5/files/md5 index cced258eb12..1ae468ab1d3 100644 --- a/security/p5-Digest-MD5/files/md5 +++ b/security/p5-Digest-MD5/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.1.1.1 1999/12/02 14:31:00 rh Exp $ +$NetBSD: md5,v 1.2 2000/10/15 02:30:35 jlam Exp $ -MD5 (Digest-MD5-2.09.tar.gz) = 8be0b95a2803bb9ddca19eaeefb43bb2 +MD5 (Digest-MD5-2.12.tar.gz) = 91225a9ea3b708db6557d0559b509af5 |