summaryrefslogtreecommitdiff
path: root/security/p5-Digest-SHA
diff options
context:
space:
mode:
authorwen <wen@pkgsrc.org>2014-04-20 02:46:00 +0000
committerwen <wen@pkgsrc.org>2014-04-20 02:46:00 +0000
commit50e5c2e9e1d0316f7d72409f1e937a15aef6c97d (patch)
tree3e43d66dca2bf252de936d2969143aa410bb06a3 /security/p5-Digest-SHA
parent1824f43118484e87a5ed1a2322e63fbc5e10235b (diff)
downloadpkgsrc-50e5c2e9e1d0316f7d72409f1e937a15aef6c97d.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
Diffstat (limited to 'security/p5-Digest-SHA')
-rw-r--r--security/p5-Digest-SHA/Makefile4
-rw-r--r--security/p5-Digest-SHA/distinfo8
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