diff options
author | wiz <wiz@pkgsrc.org> | 2013-01-15 10:47:15 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-01-15 10:47:15 +0000 |
commit | 827d4ee01b00a8cabe9cdc3488648c269356a08d (patch) | |
tree | e2851c9646fd695f9b905658bb9e4f6bd29ac8f2 /security | |
parent | 28eabe1a8e8f24bc9092bb662abb26ca98b6ca54 (diff) | |
download | pkgsrc-827d4ee01b00a8cabe9cdc3488648c269356a08d.tar.gz |
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)
Diffstat (limited to 'security')
-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 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 |