Sun Jan 11 03:57:53 2015 UTC ()
Update to 5.95

Upstream changes:
5.95  Sat Jan 10 12:15:36 MST 2015
	- modified the bit-ordering test (ref. t/bitorder.t)
		-- supplied directory-change preamble for CORE builds

5.94  Sat Jan 10 00:45:28 MST 2015
	- added support for threaded builds
		-- PERL_GET_NO_CONTEXT, pTHX_, aTHX_, etc.
		-- employed 'const' storage class where possible
		-- ref. rt.cpan.org #101260
	- simplified shabits() routine (bitwise input buffering)
		-- slightly less efficient but easier to understand
		-- ref. rt.cpan.org #101344
	- minor documentation tweaks and additions


(wen)
diff -r1.34 -r1.35 pkgsrc/security/p5-Digest-SHA/Makefile
diff -r1.20 -r1.21 pkgsrc/security/p5-Digest-SHA/distinfo

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

--- pkgsrc/security/p5-Digest-SHA/Attic/Makefile 2014/10/27 13:29:03 1.34
+++ pkgsrc/security/p5-Digest-SHA/Attic/Makefile 2015/01/11 03:57:53 1.35
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.34 2014/10/27 13:29:03 wen Exp $ 1# $NetBSD: Makefile,v 1.35 2015/01/11 03:57:53 wen Exp $
2 2
3DISTNAME= Digest-SHA-5.93 3DISTNAME= Digest-SHA-5.95
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= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@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
13USE_LANGUAGES= c 13USE_LANGUAGES= c
14PERL5_PACKLIST= auto/Digest/SHA/.packlist 14PERL5_PACKLIST= auto/Digest/SHA/.packlist
15 15
16.include "../../lang/perl5/module.mk" 16.include "../../lang/perl5/module.mk"

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

--- pkgsrc/security/p5-Digest-SHA/Attic/distinfo 2014/10/27 13:29:03 1.20
+++ pkgsrc/security/p5-Digest-SHA/Attic/distinfo 2015/01/11 03:57:53 1.21
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.20 2014/10/27 13:29:03 wen Exp $ 1$NetBSD: distinfo,v 1.21 2015/01/11 03:57:53 wen Exp $
2 2
3SHA1 (Digest-SHA-5.93.tar.gz) = 94329908c99fd3f7d96d7ae015330b26119274e5 3SHA1 (Digest-SHA-5.95.tar.gz) = ad8fdc2c1a2453b3e9f7efb27340f8faa17942f9
4RMD160 (Digest-SHA-5.93.tar.gz) = 0bf0175f98ce11e66c3e860373a9b1286fe7d93b 4RMD160 (Digest-SHA-5.95.tar.gz) = ca0c9d6d37cc5bf3e646a9985a2bd81ef5d4678c
5Size (Digest-SHA-5.93.tar.gz) = 45216 bytes 5Size (Digest-SHA-5.95.tar.gz) = 46054 bytes