diff options
author | he <he> | 2011-12-01 22:35:13 +0000 |
---|---|---|
committer | he <he> | 2011-12-01 22:35:13 +0000 |
commit | 46e6cd7c83cb8002dfdbfcc95988ed873460b019 (patch) | |
tree | 5a322a4f6fec243fa7ddbde6a039c2a50bcde522 /security/p5-Digest | |
parent | 66295bfcbd017e0fa3b26ef7f33a93ddfaf8a4cd (diff) | |
download | pkgsrc-46e6cd7c83cb8002dfdbfcc95988ed873460b019.tar.gz |
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)
Diffstat (limited to 'security/p5-Digest')
-rw-r--r-- | security/p5-Digest/Makefile | 5 | ||||
-rw-r--r-- | security/p5-Digest/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
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 |