diff options
author | wen <wen@pkgsrc.org> | 2013-09-08 05:05:08 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2013-09-08 05:05:08 +0000 |
commit | daf6adcce273a3fc524bcf4634cde05ec030a005 (patch) | |
tree | 14231e9cdaa2f1cd17f949f1dcacf0f686d0ec3e /devel | |
parent | 86ba49eab894c622250cb5f7c8f64da1f7216ae4 (diff) | |
download | pkgsrc-daf6adcce273a3fc524bcf4634cde05ec030a005.tar.gz |
Update to 1.06
Add LICENSE
Upstream changes:
1.06 Fri Oct 19 11:30:31 CDT 2012
[ENHANCEMENTS]
tainted() now localizes $SIG{__DIE__} before performing the
taint check. If the calling program has its own $SIG{__DIE__},
we don't want to use it. Thanks, Pete Krawczyk.
https://rt.cpan.org/Ticket/Display.html?id=23507
[FIXES]
Checks for undef before opening files when trying to create
some taint. Thanks Fr茅d茅ric Buclin.
https://rt.cpan.org/Ticket/Display.html?id=51246
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Test-Taint/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-Test-Taint/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/p5-Test-Taint/Makefile b/devel/p5-Test-Taint/Makefile index 582cb19be63..e74ca8043d1 100644 --- a/devel/p5-Test-Taint/Makefile +++ b/devel/p5-Test-Taint/Makefile @@ -1,15 +1,15 @@ -# $NetBSD: Makefile,v 1.13 2013/05/31 12:40:51 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2013/09/08 05:05:08 wen Exp $ # -DISTNAME= Test-Taint-1.04 +DISTNAME= Test-Taint-1.06 PKGNAME= p5-${DISTNAME} -PKGREVISION= 6 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Test-Taint/ COMMENT= Tools to test taintedness +LICENSE= ${PERL5_LICENSE} USE_LANGUAGES= c PERL5_PACKLIST= auto/Test/Taint/.packlist diff --git a/devel/p5-Test-Taint/distinfo b/devel/p5-Test-Taint/distinfo index 7a5c4da7f7f..81331fc35ed 100644 --- a/devel/p5-Test-Taint/distinfo +++ b/devel/p5-Test-Taint/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2005/02/23 22:24:29 agc Exp $ +$NetBSD: distinfo,v 1.3 2013/09/08 05:05:08 wen Exp $ -SHA1 (Test-Taint-1.04.tar.gz) = a0b7f19be31fefb1a475466599903ee1e33f1191 -RMD160 (Test-Taint-1.04.tar.gz) = 83b768a0c49430261814c235181f677f9554abdf -Size (Test-Taint-1.04.tar.gz) = 12404 bytes +SHA1 (Test-Taint-1.06.tar.gz) = e128816a8a7eb0676e55ae82cc170ca3db50a601 +RMD160 (Test-Taint-1.06.tar.gz) = 20383bb673754569641e179bb2be45557ab71e61 +Size (Test-Taint-1.06.tar.gz) = 13346 bytes |