Mon Oct 27 13:29:04 2014 UTC ()
Update to 5.93

Upstream changes:
5.93  Sun Oct 26 06:00:48 MST 2014
	- corrected alignment problem in SHA struct (src/sha.h)
		-- thanks to H. Merijn Brand and J. Hietaniemi for
			analysis and suggested patch
	- provided workaround in t/methods.t for unreliable -T test
		-- Some Perl 5.8's mistake text for binary


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

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

--- pkgsrc/security/p5-Digest-SHA/Attic/Makefile 2014/07/17 13:00:13 1.33
+++ pkgsrc/security/p5-Digest-SHA/Attic/Makefile 2014/10/27 13:29:03 1.34
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.33 2014/07/17 13:00:13 wen Exp $ 1# $NetBSD: Makefile,v 1.34 2014/10/27 13:29:03 wen Exp $
2 2
3DISTNAME= Digest-SHA-5.92 3DISTNAME= Digest-SHA-5.93
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.19 -r1.20 pkgsrc/security/p5-Digest-SHA/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/security/p5-Digest-SHA/Attic/distinfo 2014/07/17 13:00:13 1.19
+++ pkgsrc/security/p5-Digest-SHA/Attic/distinfo 2014/10/27 13:29:03 1.20
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.19 2014/07/17 13:00:13 wen Exp $ 1$NetBSD: distinfo,v 1.20 2014/10/27 13:29:03 wen Exp $
2 2
3SHA1 (Digest-SHA-5.92.tar.gz) = b9bb3a9b4f30bab8d71228d3ab1898738cc2f2d8 3SHA1 (Digest-SHA-5.93.tar.gz) = 94329908c99fd3f7d96d7ae015330b26119274e5
4RMD160 (Digest-SHA-5.92.tar.gz) = b03740bc8977195db8c145e83245c7dfcf888bf9 4RMD160 (Digest-SHA-5.93.tar.gz) = 0bf0175f98ce11e66c3e860373a9b1286fe7d93b
5Size (Digest-SHA-5.92.tar.gz) = 44906 bytes 5Size (Digest-SHA-5.93.tar.gz) = 45216 bytes