diff options
author | wen <wen@pkgsrc.org> | 2014-07-17 13:00:13 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2014-07-17 13:00:13 +0000 |
commit | f41b8dfce730735bc0f1179e43b9df5d8c24e802 (patch) | |
tree | 1227eaada2ca790a8a5ed190b8af54eefb2ba56b /security/p5-Digest-SHA | |
parent | b59904ed678e4160d91a948b94a5d3481bf72883 (diff) | |
download | pkgsrc-f41b8dfce730735bc0f1179e43b9df5d8c24e802.tar.gz |
Update to 5.92
Upstream changes:
5.92 Sun Jun 1 00:15:44 MST 2014
- fixed reserved-word clash when compiling with C++
-- use 'classname' instead of 'class'
-- ref. SHA.xs (rt.cpan.org #96090)
- silenced MSC compiler warning about signed/unsigned comparison
-- ref. SHA.xs (rt.cpan.org #95830)
5.91 Fri May 16 10:21:44 MST 2014
- restored original 'addfile' for use on opened file handles
-- allows callbacks in place of actual files
-- ref. IO::Callback (rt.cpan.org #95643)
- re-established inheritance from Digest::base
-- to pick up future Digest enhancements automatically
- cleaned up documentation
5.90 Wed May 7 07:57:08 MST 2014
- consolidated all dynamic memory allocation into XSUBs
-- streamlines referencing of SHA objects
-- simplifies DESTROYing of objects
- enhanced Makefile.PL to allow 'use warnings'
-- automatically reverts to $^W for early Perls
- scrubbed C and Perl code to remove all compiler warnings
Diffstat (limited to 'security/p5-Digest-SHA')
-rw-r--r-- | security/p5-Digest-SHA/Makefile | 5 | ||||
-rw-r--r-- | security/p5-Digest-SHA/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/security/p5-Digest-SHA/Makefile b/security/p5-Digest-SHA/Makefile index d4b5b77988b..edb5889f163 100644 --- a/security/p5-Digest-SHA/Makefile +++ b/security/p5-Digest-SHA/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.32 2014/05/29 23:37:24 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2014/07/17 13:00:13 wen Exp $ -DISTNAME= Digest-SHA-5.89 +DISTNAME= Digest-SHA-5.92 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/} diff --git a/security/p5-Digest-SHA/distinfo b/security/p5-Digest-SHA/distinfo index ee1b6aa8437..77afdd8a817 100644 --- a/security/p5-Digest-SHA/distinfo +++ b/security/p5-Digest-SHA/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.18 2014/04/20 02:46:00 wen Exp $ +$NetBSD: distinfo,v 1.19 2014/07/17 13:00:13 wen Exp $ -SHA1 (Digest-SHA-5.89.tar.gz) = 920d8013d466b5ed6c53ebff714443936fde124a -RMD160 (Digest-SHA-5.89.tar.gz) = 60bc23548b2fee3061f4643cedf7406ca7630e19 -Size (Digest-SHA-5.89.tar.gz) = 44624 bytes +SHA1 (Digest-SHA-5.92.tar.gz) = b9bb3a9b4f30bab8d71228d3ab1898738cc2f2d8 +RMD160 (Digest-SHA-5.92.tar.gz) = b03740bc8977195db8c145e83245c7dfcf888bf9 +Size (Digest-SHA-5.92.tar.gz) = 44906 bytes |