Sun Apr 22 11:47:06 2012 UTC ()
Update to 5.71:

5.71  Wed Feb 29 04:06:10 MST 2012
	- prevented $! from getting clobbered in _bail() routine
		-- thanks to Zefram for patch
	- added example of BITS mode usage to shasum documentation

5.70  Wed Dec 14 02:32:10 MST 2011
	- added BITS mode to addfile method and shasum
		-- partial-byte inputs now possible via files/STDIN
		-- allows shasum to check all 8074 NIST Msg vectors
			-- previously required special programming

5.63  Tue Nov  8 02:36:42 MST 2011
	- added code to allow very large data inputs all at once
		-- previously limited to several hundred MB at a time
		-- many thanks to Thomas Drugeon for his elegant patch
	- removed outdated reference URLs from several test scripts
		-- these URLs aren't essential, and often go stale
		-- thanks to Leon Brocard for spotting this
			-- ref. rt.cpan.org #68740


(wiz)
diff -r1.20 -r1.21 pkgsrc/security/p5-Digest-SHA/Makefile
diff -r1.11 -r1.12 pkgsrc/security/p5-Digest-SHA/distinfo

cvs diff -r1.20 -r1.21 pkgsrc/security/p5-Digest-SHA/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/security/p5-Digest-SHA/Attic/Makefile 2011/08/09 07:22:02 1.20
+++ pkgsrc/security/p5-Digest-SHA/Attic/Makefile 2012/04/22 11:47:05 1.21
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.20 2011/08/09 07:22:02 adam Exp $ 1# $NetBSD: Makefile,v 1.21 2012/04/22 11:47:05 wiz Exp $
2 2
3DISTNAME= Digest-SHA-5.62 3DISTNAME= Digest-SHA-5.71
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= security perl5 5CATEGORIES= security perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/}
7 7
8MAINTAINER= heinz@NetBSD.org 8MAINTAINER= heinz@NetBSD.org
9HOMEPAGE= http://search.cpan.org/dist/Digest-SHA/ 9HOMEPAGE= http://search.cpan.org/dist/Digest-SHA/
10COMMENT= Perl module for SHA-1/224/256/384/512 algorithms 10COMMENT= Perl module for SHA-1/224/256/384/512 algorithms
11LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
12 12
13PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
14 14
15USE_LANGUAGES= c 15USE_LANGUAGES= c
16PERL5_PACKLIST= auto/Digest/SHA/.packlist 16PERL5_PACKLIST= auto/Digest/SHA/.packlist

cvs diff -r1.11 -r1.12 pkgsrc/security/p5-Digest-SHA/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/security/p5-Digest-SHA/Attic/distinfo 2011/08/09 07:22:02 1.11
+++ pkgsrc/security/p5-Digest-SHA/Attic/distinfo 2012/04/22 11:47:05 1.12
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.11 2011/08/09 07:22:02 adam Exp $ 1$NetBSD: distinfo,v 1.12 2012/04/22 11:47:05 wiz Exp $
2 2
3SHA1 (Digest-SHA-5.62.tar.gz) = 8f7f8dd001be0880feff582124521fd4af6d5e66 3SHA1 (Digest-SHA-5.71.tar.gz) = b8b440c54626e8856e69dde5cd72fa316ead041b
4RMD160 (Digest-SHA-5.62.tar.gz) = b38180fd0917c97935969f3c6a53f8b46a68c8e8 4RMD160 (Digest-SHA-5.71.tar.gz) = 577bb96dd585c225cb39851e4ad37ee048726907
5Size (Digest-SHA-5.62.tar.gz) = 42104 bytes 5Size (Digest-SHA-5.71.tar.gz) = 42360 bytes