summaryrefslogtreecommitdiff
path: root/security/p5-Digest-MD5
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2003-09-12 23:11:03 +0000
committerjlam <jlam@pkgsrc.org>2003-09-12 23:11:03 +0000
commit4f81faa05b379a26a52054a13235ca2fe2fdbed2 (patch)
tree11d598fc183eed25ee4d6a66275a3fc99e5d0bd6 /security/p5-Digest-MD5
parent08146e6b1cc9fbe7348cc35ac3286e9215bf70d0 (diff)
downloadpkgsrc-4f81faa05b379a26a52054a13235ca2fe2fdbed2.tar.gz
Update security/p5-Digest-MD5 to 2.27. Changes from version 2.24 include:
Don't assume PerlIO_read() works like fread() even though it was documented like that for perl 5.6. It returns negative on read failure. The $md5->addfile method now croaks if it discovers errors on the handle after reading from it. This should make it more difficult to end up with the wrong digest just because you are to lazy to check the error status on your file handles after reading from them. Improved documentation.
Diffstat (limited to 'security/p5-Digest-MD5')
-rw-r--r--security/p5-Digest-MD5/Makefile4
-rw-r--r--security/p5-Digest-MD5/distinfo6
2 files changed, 5 insertions, 5 deletions
diff --git a/security/p5-Digest-MD5/Makefile b/security/p5-Digest-MD5/Makefile
index e0c033a635e..5c93c692f43 100644
--- a/security/p5-Digest-MD5/Makefile
+++ b/security/p5-Digest-MD5/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2003/07/17 22:53:07 grant Exp $
+# $NetBSD: Makefile,v 1.19 2003/09/12 23:11:03 jlam Exp $
#
-DISTNAME= Digest-MD5-2.24
+DISTNAME= Digest-MD5-2.27
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5md5
CATEGORIES= security perl5
diff --git a/security/p5-Digest-MD5/distinfo b/security/p5-Digest-MD5/distinfo
index 7d4d845b59c..705246e9cc3 100644
--- a/security/p5-Digest-MD5/distinfo
+++ b/security/p5-Digest-MD5/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.7 2003/07/12 09:41:52 zuntum Exp $
+$NetBSD: distinfo,v 1.8 2003/09/12 23:11:04 jlam Exp $
-SHA1 (Digest-MD5-2.24.tar.gz) = 0eaea7cfce3d208b7ad084b1b9e4489e5e1fc854
-Size (Digest-MD5-2.24.tar.gz) = 42303 bytes
+SHA1 (Digest-MD5-2.27.tar.gz) = d20e4c1bab9c10b590870780c4a0ba194007bf98
+Size (Digest-MD5-2.27.tar.gz) = 43612 bytes