From 45567f9cf8a2239065cb8e61b89fe801afb89c21 Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 9 Aug 2011 07:22:02 +0000 Subject: Changes 5.62: * removed unnecessary loading of MIME::Base64 module Changes 5.61: * corrected bug in 'algorithm' method * fixed -x option in Makefile.PL -- not often used since it deliberately excludes all 64-bit SHA transforms * addressed minor documentation oversights Changes 5.60: * added new SHA-512/224 and SHA-512/256 transforms -- ref. NIST Draft FIPS 180-4 (February 2011) * simplified shasum by removing duplicative text * improved efficiency of Addfile -- expensive -T test now occurs only in portable mode Changes 5.50: * adopted convention that '-' always means STDIN -- actual filename '-' accessed as './-' -- accords with behavior of sha1sum/md5sum * corrected undefined subroutine oversight in shasum -- inadvertent migration of _bail() from SHA.pm --- security/p5-Digest-SHA/Makefile | 21 +++++++++------------ security/p5-Digest-SHA/distinfo | 8 ++++---- 2 files changed, 13 insertions(+), 16 deletions(-) (limited to 'security/p5-Digest-SHA') diff --git a/security/p5-Digest-SHA/Makefile b/security/p5-Digest-SHA/Makefile index a61015e5bf5..069c72b293a 100644 --- a/security/p5-Digest-SHA/Makefile +++ b/security/p5-Digest-SHA/Makefile @@ -1,21 +1,18 @@ -# $NetBSD: Makefile,v 1.19 2010/08/21 16:35:43 seb Exp $ -# +# $NetBSD: Makefile,v 1.20 2011/08/09 07:22:02 adam Exp $ -DISTNAME= Digest-SHA-5.48 -PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 -CATEGORIES= security perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/} +DISTNAME= Digest-SHA-5.62 +PKGNAME= p5-${DISTNAME} +CATEGORIES= security perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/} -MAINTAINER= heinz@NetBSD.org -HOMEPAGE= http://search.cpan.org/dist/Digest-SHA/ -COMMENT= Perl module for SHA-1/224/256/384/512 algorithms -LICENSE= ${PERL5_LICENSE} +MAINTAINER= heinz@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Digest-SHA/ +COMMENT= Perl module for SHA-1/224/256/384/512 algorithms +LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= c - PERL5_PACKLIST= auto/Digest/SHA/.packlist .include "../../lang/perl5/module.mk" diff --git a/security/p5-Digest-SHA/distinfo b/security/p5-Digest-SHA/distinfo index 1da23ad94bb..cece9f309dd 100644 --- a/security/p5-Digest-SHA/distinfo +++ b/security/p5-Digest-SHA/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2010/01/20 14:54:58 wiz Exp $ +$NetBSD: distinfo,v 1.11 2011/08/09 07:22:02 adam Exp $ -SHA1 (Digest-SHA-5.48.tar.gz) = fb6585dd578033167b03e424502b548864db6671 -RMD160 (Digest-SHA-5.48.tar.gz) = a0ff58c33ef8a7446e199dddc7ba0eae95c99618 -Size (Digest-SHA-5.48.tar.gz) = 40002 bytes +SHA1 (Digest-SHA-5.62.tar.gz) = 8f7f8dd001be0880feff582124521fd4af6d5e66 +RMD160 (Digest-SHA-5.62.tar.gz) = b38180fd0917c97935969f3c6a53f8b46a68c8e8 +Size (Digest-SHA-5.62.tar.gz) = 42104 bytes -- cgit v1.2.3