pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Update security/p5-Digest-MD5 to 2.27. Changes from v...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bda81d4dd03e
branches:  trunk
changeset: 461235:bda81d4dd03e
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Fri Sep 12 23:11:03 2003 +0000

description:
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:

 doc/CHANGES                     |  3 ++-
 security/p5-Digest-MD5/Makefile |  4 ++--
 security/p5-Digest-MD5/distinfo |  6 +++---
 3 files changed, 7 insertions(+), 6 deletions(-)

diffs (38 lines):

diff -r 26a7327d58dd -r bda81d4dd03e doc/CHANGES
--- a/doc/CHANGES       Fri Sep 12 23:10:03 2003 +0000
+++ b/doc/CHANGES       Fri Sep 12 23:11:03 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.3349 2003/09/12 22:17:54 wiz Exp $
+$NetBSD: CHANGES,v 1.3350 2003/09/12 23:11:07 jlam Exp $
 
 Changes to the packages collection and infrastructure in 2003:
 
@@ -3663,3 +3663,4 @@
        Updated gwave to 20030804 [dmcmahill 2003-09-12]
        Updated p5-Digest-SHA1 to 2.04 [jlam 2003-09-12]
        Removed bsdpak [wiz 2003-09-12]
+       Updated p5-Digest-MD5 to 2.27 [jlam 2003-09-12]
diff -r 26a7327d58dd -r bda81d4dd03e security/p5-Digest-MD5/Makefile
--- a/security/p5-Digest-MD5/Makefile   Fri Sep 12 23:10:03 2003 +0000
+++ b/security/p5-Digest-MD5/Makefile   Fri Sep 12 23:11:03 2003 +0000
@@ -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 -r 26a7327d58dd -r bda81d4dd03e security/p5-Digest-MD5/distinfo
--- a/security/p5-Digest-MD5/distinfo   Fri Sep 12 23:10:03 2003 +0000
+++ b/security/p5-Digest-MD5/distinfo   Fri Sep 12 23:11:03 2003 +0000
@@ -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



Home | Main Index | Thread Index | Old Index