pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/p5-Digest-SHA Updated to version 5.43.
details: https://anonhg.NetBSD.org/pkgsrc/rev/afe3fa00e653
branches: trunk
changeset: 518460:afe3fa00e653
user: heinz <heinz%pkgsrc.org@localhost>
date: Sun Sep 10 13:18:21 2006 +0000
description:
Updated to version 5.43.
This resolves PR pkg/34407 by Martin Wilke.
Pkgsrc changes:
- took maintainership
Changes since version 5.41:
===========================
5.43 Sat Aug 5 02:36:18 MST 2006
- undid Perl Best Practice of favoring 3-argument "open"
-- 3-arg version uses different semantics for "-"
causing bugs in addfile and shasum
- modified underlying C functions to use ANSI prototypes
-- requested by Steve Hay (ref. Smoke [5.9.4] 28630)
-- K&R style was causing numerous warnings from
Borland compiler
5.42 Mon Jul 24 04:04:40 MST 2006
- minor code changes suggested by Perl::Critic
-- e.g. no bareword filehandles, no 2-argument open's
- updated public key (ref. B538C51C)
-- previous one (0AF563FE) expired July 2, 2006
- added documentation to warn that Base64 digests are NOT padded
-- padding must be done by user if interoperability
with other software is required
diffstat:
security/p5-Digest-SHA/Makefile | 6 +++---
security/p5-Digest-SHA/distinfo | 8 ++++----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (32 lines):
diff -r 5f7132c5cda8 -r afe3fa00e653 security/p5-Digest-SHA/Makefile
--- a/security/p5-Digest-SHA/Makefile Sun Sep 10 13:17:22 2006 +0000
+++ b/security/p5-Digest-SHA/Makefile Sun Sep 10 13:18:21 2006 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.10 2006/06/07 20:14:23 heinz Exp $
+# $NetBSD: Makefile,v 1.11 2006/09/10 13:18:21 heinz Exp $
#
-DISTNAME= Digest-SHA-5.41
+DISTNAME= Digest-SHA-5.43
PKGNAME= p5-${DISTNAME}
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/}
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+MAINTAINER= heinz%NetBSD.org@localhost
HOMEPAGE= http://search.cpan.org/dist/Digest-SHA/
COMMENT= Perl module for SHA-1/224/256/384/512 algorithms
diff -r 5f7132c5cda8 -r afe3fa00e653 security/p5-Digest-SHA/distinfo
--- a/security/p5-Digest-SHA/distinfo Sun Sep 10 13:17:22 2006 +0000
+++ b/security/p5-Digest-SHA/distinfo Sun Sep 10 13:18:21 2006 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2006/06/07 20:14:23 heinz Exp $
+$NetBSD: distinfo,v 1.6 2006/09/10 13:18:21 heinz Exp $
-SHA1 (Digest-SHA-5.41.tar.gz) = 8885c15a627bebc9bd860575af2c8e276e40c3b2
-RMD160 (Digest-SHA-5.41.tar.gz) = 53d6b81978bc9715f868cda7cff8f04978aa388c
-Size (Digest-SHA-5.41.tar.gz) = 72872 bytes
+SHA1 (Digest-SHA-5.43.tar.gz) = c51964090e9ed64634236b7f59412bb1d5cc5149
+RMD160 (Digest-SHA-5.43.tar.gz) = 02e117d6e262979f4cfe032855433ef3acb8c8fc
+Size (Digest-SHA-5.43.tar.gz) = 73534 bytes
Home |
Main Index |
Thread Index |
Old Index