diff options
author | wen <wen> | 2015-10-04 11:35:42 +0000 |
---|---|---|
committer | wen <wen> | 2015-10-04 11:35:42 +0000 |
commit | 6ec3773c83287ad4dd7dd51f553a5f02fc3c8a3e (patch) | |
tree | 74b263f9b298c453a9c2ae244fdfafb82f29c793 | |
parent | c86e27476e2f0c5548827e0603e7616cc0c5d2cf (diff) | |
download | pkgsrc-6ec3773c83287ad4dd7dd51f553a5f02fc3c8a3e.tar.gz |
Update to 0.79
Upstream changes:
[Changes for 0.79 - Mon May 18 23:02:11 CST 2015]
* Restore "cpansign --skip" functionality.
Contributed by: CLOOS
[Changes for 0.78 - Thu Apr 9 16:58:27 CST 2015]
* Fix verify() use from cpanm and CPAN.pm.
Contributed by: ANDK
[Changes for 0.77 - Wed Apr 8 19:36:50 CST 2015]
* Include the latest public keys of PAUSE, ANDK and AUDREYT.
* Clarify scripts/cpansign copyright to CC0.
Reported by: @pghmcfc
[Changes for 0.76 - Wed Apr 8 18:05:48 CST 2015]
* Fix signature tests by defaulting to verify(skip=>1)
when $ENV{TEST_SIGNATURE} is true.
Reported by: @pghmcfc
[Changes for 0.75 - Tue Apr 7 04:56:09 CST 2015]
Two more issues reported by John Lightsey:
* Update ChangeLog.
* More protection of @INC from relative paths.
Fix various issues reported by John Lightsey:
[Changes for 0.74 - Tue Apr 7 02:39:14 CST 2015]
Fix various issues reported by John Lightsey:
* Fix GPG signature parsing logic.
* MANIFEST.SKIP is no longer consulted unless --skip is given.
* Properly use open() modes to avoid injection attacks.
-rw-r--r-- | security/p5-Module-Signature/Makefile | 5 | ||||
-rw-r--r-- | security/p5-Module-Signature/PLIST | 7 | ||||
-rw-r--r-- | security/p5-Module-Signature/distinfo | 8 |
3 files changed, 10 insertions, 10 deletions
diff --git a/security/p5-Module-Signature/Makefile b/security/p5-Module-Signature/Makefile index 780cd0cb123..66e3054ed03 100644 --- a/security/p5-Module-Signature/Makefile +++ b/security/p5-Module-Signature/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.30 2015/07/12 18:56:28 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2015/10/04 11:35:42 wen Exp $ -DISTNAME= Module-Signature-0.73 +DISTNAME= Module-Signature-0.79 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/} diff --git a/security/p5-Module-Signature/PLIST b/security/p5-Module-Signature/PLIST index d6a37202e29..8673f448d18 100644 --- a/security/p5-Module-Signature/PLIST +++ b/security/p5-Module-Signature/PLIST @@ -1,3 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2009/06/14 18:13:34 joerg Exp $ -share/Module-Signature/AUDREY2006.pub -share/Module-Signature/PAUSE2003.pub +@comment $NetBSD: PLIST,v 1.4 2015/10/04 11:35:42 wen Exp $ +share/Module-Signature/ANDK2015.pub +share/Module-Signature/AUDREYT2015.pub +share/Module-Signature/PAUSE2017.pub diff --git a/security/p5-Module-Signature/distinfo b/security/p5-Module-Signature/distinfo index 75d7cd076f9..93cde7e7d34 100644 --- a/security/p5-Module-Signature/distinfo +++ b/security/p5-Module-Signature/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2014/06/11 20:17:58 wiz Exp $ +$NetBSD: distinfo,v 1.11 2015/10/04 11:35:42 wen Exp $ -SHA1 (Module-Signature-0.73.tar.gz) = 0bb005a69aae5f7f7511f5d6b1a61762bca27173 -RMD160 (Module-Signature-0.73.tar.gz) = f3bdb440092f876d48ef550ccc6544630bb20f48 -Size (Module-Signature-0.73.tar.gz) = 77407 bytes +SHA1 (Module-Signature-0.79.tar.gz) = bee2a5f8e541ab2948a629ef64501764c0571449 +RMD160 (Module-Signature-0.79.tar.gz) = c4edf61737f205869e63e67ecc816eb928adbf38 +Size (Module-Signature-0.79.tar.gz) = 94207 bytes |