From 827d4ee01b00a8cabe9cdc3488648c269356a08d Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 15 Jan 2013 10:47:15 +0000 Subject: Update to 5.81: 5.81 Mon Jan 14 05:17:08 MST 2013 - corrected load subroutine (SHA.pm) to prevent double-free -- Bug #82655: Security issue - segfault -- thanks to Victor Efimov and Nicholas Clark for technical expertise and suggestions 5.80 Mon Dec 10 14:15:26 MST 2012 - obtained noticeable speedup on Intel/gcc -- by setting -O1 and -fomit-frame-pointer -- SHA-1 about 63% faster, SHA-2 improves 11-20% 5.74 Sat Nov 24 03:10:18 MST 2012 - handle wide-string input by converting to bytes first -- viz. use SvPVbyte instead of SvPV in SHA.xs -- thanks to Eric Brine for summary and code 5.73 Wed Oct 31 04:32:44 MST 2012 - provided workaround for DEC compiler bug (ref. Makefile.PL) --- security/p5-Digest-SHA/Makefile | 4 ++-- security/p5-Digest-SHA/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'security') diff --git a/security/p5-Digest-SHA/Makefile b/security/p5-Digest-SHA/Makefile index 926e9797bdd..6882636f068 100644 --- a/security/p5-Digest-SHA/Makefile +++ b/security/p5-Digest-SHA/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.24 2012/10/23 18:16:45 asau Exp $ +# $NetBSD: Makefile,v 1.25 2013/01/15 10:47:15 wiz Exp $ -DISTNAME= Digest-SHA-5.72 +DISTNAME= Digest-SHA-5.81 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 60d93ac0f3c..f347185e325 100644 --- a/security/p5-Digest-SHA/distinfo +++ b/security/p5-Digest-SHA/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.13 2012/10/21 22:20:40 wiz Exp $ +$NetBSD: distinfo,v 1.14 2013/01/15 10:47:16 wiz Exp $ -SHA1 (Digest-SHA-5.72.tar.gz) = 7a664444cbf57800b476dfec5e3e6793444db446 -RMD160 (Digest-SHA-5.72.tar.gz) = fed5940847742761cbdee8bde3e3466a4e1a218a -Size (Digest-SHA-5.72.tar.gz) = 42416 bytes +SHA1 (Digest-SHA-5.81.tar.gz) = 341fd50ef766d7ef8af6b7de4d0c8cd4bd09745c +RMD160 (Digest-SHA-5.81.tar.gz) = f38290f7e3e3d6d9a27e71bd7e10301f0db2d724 +Size (Digest-SHA-5.81.tar.gz) = 42954 bytes -- cgit v1.2.3