summaryrefslogtreecommitdiff
path: root/security/p5-Digest-SHA/Makefile
diff options
context:
space:
mode:
authorheinz <heinz@pkgsrc.org>2006-09-10 13:18:21 +0000
committerheinz <heinz@pkgsrc.org>2006-09-10 13:18:21 +0000
commit306d2d10c987a6b06246bcac3bbd3a7f9c0ed08e (patch)
treeefa622f65e090526b809f4bfd0a3e46861cc0911 /security/p5-Digest-SHA/Makefile
parent47ccd8adfe9a98915c98d91cc96c418f45a28b50 (diff)
downloadpkgsrc-306d2d10c987a6b06246bcac3bbd3a7f9c0ed08e.tar.gz
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 (limited to 'security/p5-Digest-SHA/Makefile')
-rw-r--r--security/p5-Digest-SHA/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/p5-Digest-SHA/Makefile b/security/p5-Digest-SHA/Makefile
index 25d21271070..1af79a7e2de 100644
--- a/security/p5-Digest-SHA/Makefile
+++ b/security/p5-Digest-SHA/Makefile
@@ -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
+MAINTAINER= heinz@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Digest-SHA/
COMMENT= Perl module for SHA-1/224/256/384/512 algorithms