diff options
author | wen <wen> | 2014-04-20 02:46:00 +0000 |
---|---|---|
committer | wen <wen> | 2014-04-20 02:46:00 +0000 |
commit | 2b6ff8b651a63893bf47d6a5ebcb8c5ba193e7f9 (patch) | |
tree | 4afc13b368702f70a350a6bef04ce6d11ed28b42 | |
parent | 32d520a8586dfa9386442e98e960cefde6a9a069 (diff) | |
download | pkgsrc-2b6ff8b651a63893bf47d6a5ebcb8c5ba193e7f9.tar.gz |
Update to 5.89
Upstream changes:
5.89 Sat Apr 19 05:14:48 MST 2014
- added universal newlines mode ("U") to addfile and shasum
-- based on Python Universal Newlines concept
-- newlines identical across MacOS, DOS, and UNIX
-- will deprecate portable mode ("p") in future
-- "U" mode is cleaner and more efficient
- enhanced performance
-- reduced number of dynamic memory allocations
-- sped up addfile method with use of C code
-- ref. SHA.xs (_addfilebin and _addfileuniv)
- eliminated experimental -M option in favor of new -R option
-- reverses order of digest module preference
-- undocumented: for test and development use only
- sealed memory leak in SHA.xs
-- arose only with SvPVbyte exceptions during eval
- patched inheritence bug (ref: rt.cpan.org #94830)
-- use sv_isobject/sv_derived_from instead of sv_isa
- added 'allocated' flag to SHA structure (ref. src/sha.h)
-- to guard against Perl double frees
-rw-r--r-- | security/p5-Digest-SHA/Makefile | 4 | ||||
-rw-r--r-- | security/p5-Digest-SHA/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/security/p5-Digest-SHA/Makefile b/security/p5-Digest-SHA/Makefile index 62bccb17542..5b496e61fa2 100644 --- a/security/p5-Digest-SHA/Makefile +++ b/security/p5-Digest-SHA/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.30 2014/04/13 09:01:45 wen Exp $ +# $NetBSD: Makefile,v 1.31 2014/04/20 02:46:00 wen Exp $ -DISTNAME= Digest-SHA-5.88 +DISTNAME= Digest-SHA-5.89 PKGNAME= p5-${DISTNAME} 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 af5c802489b..ee1b6aa8437 100644 --- a/security/p5-Digest-SHA/distinfo +++ b/security/p5-Digest-SHA/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.17 2014/04/13 09:01:45 wen Exp $ +$NetBSD: distinfo,v 1.18 2014/04/20 02:46:00 wen Exp $ -SHA1 (Digest-SHA-5.88.tar.gz) = 27195da32194531bfe13d7cd4f06b69e7aebbdc8 -RMD160 (Digest-SHA-5.88.tar.gz) = 2f679847830a22a1db9e47f21e8fcb38d3abeb12 -Size (Digest-SHA-5.88.tar.gz) = 42494 bytes +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 |