From ef6626dc42e605c923efdf4002972d8278774e41 Mon Sep 17 00:00:00 2001 From: he Date: Thu, 1 Dec 2011 22:35:13 +0000 Subject: Update to version 1.17. Upstream changes: Gisle Aas (6): Less noisy 'git status' output Merge pull request #1 from schwern/bug/require_eval Don't clobber $@ in Digest->new [RT#50663] More meta info added to Makefile.PL Fix typo in RIPEMD160 [RT#50629] Add schwern's test files Michael G. Schwern (5): Turn on strict. Convert tests to use Test::More Untabify Turn Digest::Dummy into a real file which exercises the Digest->new() require logic. Close the eval "require $module" security hole in Digest->new($algorithm) --- security/p5-Digest/Makefile | 5 ++--- security/p5-Digest/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 7 deletions(-) (limited to 'security') diff --git a/security/p5-Digest/Makefile b/security/p5-Digest/Makefile index d59908fdc3a..2deec4baa67 100644 --- a/security/p5-Digest/Makefile +++ b/security/p5-Digest/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.22 2011/08/09 07:18:14 adam Exp $ +# $NetBSD: Makefile,v 1.23 2011/12/01 22:35:13 he Exp $ -DISTNAME= Digest-1.16 +DISTNAME= Digest-1.17 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 SVR4_PKGNAME= p5dig CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/} diff --git a/security/p5-Digest/distinfo b/security/p5-Digest/distinfo index 03a877c5d82..2ae4d690bfa 100644 --- a/security/p5-Digest/distinfo +++ b/security/p5-Digest/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2009/06/14 20:05:36 sno Exp $ +$NetBSD: distinfo,v 1.10 2011/12/01 22:35:13 he Exp $ -SHA1 (Digest-1.16.tar.gz) = 0e0ff9e6ec19c9bba352a715b0dac587edb3163f -RMD160 (Digest-1.16.tar.gz) = 6f48499c5405c3e8db962a6c9224ad8fff3fc876 -Size (Digest-1.16.tar.gz) = 8262 bytes +SHA1 (Digest-1.17.tar.gz) = 7f06ec78496a8a865313be75d1905d73ced602e9 +RMD160 (Digest-1.17.tar.gz) = 1cd735f7abca83bf23a7c0771a95948ea32f1293 +Size (Digest-1.17.tar.gz) = 9034 bytes -- cgit v1.2.3