pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/p5-Digest-SHA1 Updated p5-Digest-SHA1 to 2.06.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3215a419f9e5
branches:  trunk
changeset: 463812:3215a419f9e5
user:      grant <grant%pkgsrc.org@localhost>
date:      Thu Nov 27 16:33:30 2003 +0000

description:
Updated p5-Digest-SHA1 to 2.06.

changes since 2.04:

   Release 2.06

   The sha1_transform() function did not check that it was actually
   passed any arguments.

   Complete self-contained documentation included (copied from
   Digest::MD5), since the Digest.pm manpage is not always available.

   Release 2.05

   Added missing cast to support C++ compilation.  Patch by Jan Dubois.

   Document that the sha1_base64 function and the b64digest method
   does not pad their result.

diffstat:

 security/p5-Digest-SHA1/Makefile |  4 ++--
 security/p5-Digest-SHA1/distinfo |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (24 lines):

diff -r bb03cd6fcaa6 -r 3215a419f9e5 security/p5-Digest-SHA1/Makefile
--- a/security/p5-Digest-SHA1/Makefile  Thu Nov 27 16:32:58 2003 +0000
+++ b/security/p5-Digest-SHA1/Makefile  Thu Nov 27 16:33:30 2003 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2003/09/12 21:22:32 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2003/11/27 16:33:30 grant Exp $
 #
 
-DISTNAME=              Digest-SHA1-2.04
+DISTNAME=              Digest-SHA1-2.06
 PKGNAME=               p5-${DISTNAME}
 SVR4_PKGNAME=          p5sh2
 CATEGORIES=            security perl5
diff -r bb03cd6fcaa6 -r 3215a419f9e5 security/p5-Digest-SHA1/distinfo
--- a/security/p5-Digest-SHA1/distinfo  Thu Nov 27 16:32:58 2003 +0000
+++ b/security/p5-Digest-SHA1/distinfo  Thu Nov 27 16:33:30 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2003/09/12 21:22:32 jlam Exp $
+$NetBSD: distinfo,v 1.4 2003/11/27 16:33:30 grant Exp $
 
-SHA1 (Digest-SHA1-2.04.tar.gz) = b4983af456b80d1fce41849d29e0315a0d12a13a
-Size (Digest-SHA1-2.04.tar.gz) = 36755 bytes
+SHA1 (Digest-SHA1-2.06.tar.gz) = 2647fdb63a7bb88ccdc53de1f24695b92200cbe9
+Size (Digest-SHA1-2.06.tar.gz) = 37832 bytes



Home | Main Index | Thread Index | Old Index