Wed Mar 13 14:56:35 2013 UTC ()
Updated to 5.84

Upstream changes:
5.84  Sat Mar  9 17:36:08 MST 2013
	- untweaked Makefile.PL to remove dependencies of SHA.c
		-- dependencies were breaking builds on VMS
		-- retaining dependencies provides too little benefit
			for cost of portable workaround

5.83  Mon Mar  4 08:12:00 MST 2013
	- removed code for standalone C operation (no longer used)
		-- eliminates need for external symbols
		-- consolidates SHA and HMAC code
		-- reduces size of object files
		-- thanks to Marc Lehmann for suggestions
	- tweaked Makefile.PL to show dependencies of SHA.c

5.82  Thu Jan 24 04:54:12 MST 2013
	- introduced workaround to SvPVbyte bug in Perl 5.6
		-- module behavior now consistent under all Perls 5.6+
			-- ref: new test script t/unicode.t
		-- SHA routines now always croak on wide chars (5.6+)
	- removed "static" message schedules from C code
		-- default "auto" is now just as fast
		-- thread-safe option (-t) no longer necessary
			-- still allowed, but ignored
		-- simplifies source and header files
			-- eliminates SHA_STO_CLASS and SHA_THREAD_SAFE
			-- ref. Bug #82784
		-- thanks to Steve Hay for initial patch
	- provided documentation to describe Unicode handling
		-- ref: Bug #82378
	- updated documentation of NIST statement on SHA-1


(wen)
diff -r1.26 -r1.27 pkgsrc/security/p5-Digest-SHA/Makefile
diff -r1.14 -r1.15 pkgsrc/security/p5-Digest-SHA/distinfo

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

--- pkgsrc/security/p5-Digest-SHA/Attic/Makefile 2013/03/02 10:44:42 1.26
+++ pkgsrc/security/p5-Digest-SHA/Attic/Makefile 2013/03/13 14:56:35 1.27
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.26 2013/03/02 10:44:42 tron Exp $ 1# $NetBSD: Makefile,v 1.27 2013/03/13 14:56:35 wen Exp $
2 2
3DISTNAME= Digest-SHA-5.81 3DISTNAME= Digest-SHA-5.84
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.14 -r1.15 pkgsrc/security/p5-Digest-SHA/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/security/p5-Digest-SHA/Attic/distinfo 2013/01/15 10:47:16 1.14
+++ pkgsrc/security/p5-Digest-SHA/Attic/distinfo 2013/03/13 14:56:35 1.15
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.14 2013/01/15 10:47:16 wiz Exp $ 1$NetBSD: distinfo,v 1.15 2013/03/13 14:56:35 wen Exp $
2 2
3SHA1 (Digest-SHA-5.81.tar.gz) = 341fd50ef766d7ef8af6b7de4d0c8cd4bd09745c 3SHA1 (Digest-SHA-5.84.tar.gz) = 474b2979de5dd044d0977db7ff3d9ae9659bc851
4RMD160 (Digest-SHA-5.81.tar.gz) = f38290f7e3e3d6d9a27e71bd7e10301f0db2d724 4RMD160 (Digest-SHA-5.84.tar.gz) = df47755f8d4f9eaede86b3129e49f4aed0c6b441
5Size (Digest-SHA-5.81.tar.gz) = 42954 bytes 5Size (Digest-SHA-5.84.tar.gz) = 42166 bytes