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-SHA1 to 2.04. Changes from ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7658f0e5773b
branches:  trunk
changeset: 461225:7658f0e5773b
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Fri Sep 12 21:22:32 2003 +0000

description:
Update security/p5-Digest-SHA1 to 2.04.  Changes from version 2.02 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.

   Implemented sha1_transform, required to implement NIST FIPS 186-2.

   Make it build on 64-bit platforms with 32-bit longs.

   Sync up with the Digest::MD5 implementation:
      - added clone method
      - addfile croaks if it can't read
      - the sha1*() functions warn if called as method
        or with reference arguments.

diffstat:

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

diffs (38 lines):

diff -r d99752488874 -r 7658f0e5773b doc/CHANGES
--- a/doc/CHANGES       Fri Sep 12 21:02:10 2003 +0000
+++ b/doc/CHANGES       Fri Sep 12 21:22:32 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.3346 2003/09/12 20:48:47 dmcmahill Exp $
+$NetBSD: CHANGES,v 1.3347 2003/09/12 21:22:33 jlam Exp $
 
 Changes to the packages collection and infrastructure in 2003:
 
@@ -3662,3 +3662,4 @@
        Updated pico to 4.6nb1 [tron 2003-09-12]
        Updated scilab to 2.7nb2 [dmcmahill 2003-09-12]
        Updated gwave to 20030804 [dmcmahill 2003-09-12]
+       Updated p5-Digest-SHA1 to 2.04 [jlam 2003-09-12]
diff -r d99752488874 -r 7658f0e5773b security/p5-Digest-SHA1/Makefile
--- a/security/p5-Digest-SHA1/Makefile  Fri Sep 12 21:02:10 2003 +0000
+++ b/security/p5-Digest-SHA1/Makefile  Fri Sep 12 21:22:32 2003 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2003/07/21 17:20:22 martti Exp $
+# $NetBSD: Makefile,v 1.9 2003/09/12 21:22:32 jlam Exp $
 #
 
-DISTNAME=              Digest-SHA1-2.02
+DISTNAME=              Digest-SHA1-2.04
 PKGNAME=               p5-${DISTNAME}
 SVR4_PKGNAME=          p5sh2
 CATEGORIES=            security perl5
diff -r d99752488874 -r 7658f0e5773b security/p5-Digest-SHA1/distinfo
--- a/security/p5-Digest-SHA1/distinfo  Fri Sep 12 21:02:10 2003 +0000
+++ b/security/p5-Digest-SHA1/distinfo  Fri Sep 12 21:22:32 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2003/01/31 10:48:41 shell Exp $
+$NetBSD: distinfo,v 1.3 2003/09/12 21:22:32 jlam Exp $
 
-SHA1 (Digest-SHA1-2.02.tar.gz) = f9749b8845240510af5915e9f914b3ba990acbfc
-Size (Digest-SHA1-2.02.tar.gz) = 35241 bytes
+SHA1 (Digest-SHA1-2.04.tar.gz) = b4983af456b80d1fce41849d29e0315a0d12a13a
+Size (Digest-SHA1-2.04.tar.gz) = 36755 bytes



Home | Main Index | Thread Index | Old Index