From a2aea3b25927d75500b6c967be9310f5d8de3887 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 4 Mar 2018 16:01:53 +0000 Subject: [PATCH] p5-CGI-Simple: update to 1.15. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1.15 2018-03-04 MANWAR - Resolved issue RT #124646 (use vars → our), thanks @SREZIC. 1.14 2018-03-03 MANWAR - Resolved issue RT #124645 (undeclared dependencies), thanks @SREZIC. 1.13 2018-03-01 MANWAR - Merged PR #1, thanks @level420. - Tidied Changes file. - Tidied up Makefile.PL script. 1.12 - add 'use warnings' to code and tests. - use File::Temp to create temporary directory for testing. RT #92833 - Test of RT #64160 (CVE-2010-4410 -- CRLF injection and response splitting via header()) added. - depend on Test::Exception --- www/p5-CGI-Simple/Makefile | 7 ++++--- www/p5-CGI-Simple/distinfo | 10 +++++----- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/www/p5-CGI-Simple/Makefile b/www/p5-CGI-Simple/Makefile index 576c50e61005..26800f31d791 100644 --- a/www/p5-CGI-Simple/Makefile +++ b/www/p5-CGI-Simple/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2017/06/05 14:25:11 ryoon Exp $ +# $NetBSD: Makefile,v 1.18 2018/03/04 16:01:53 wiz Exp $ -DISTNAME= CGI-Simple-1.115 +DISTNAME= CGI-Simple-1.15 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CGI/} @@ -12,6 +11,8 @@ COMMENT= Simple totally OO CGI interface that is CGI.pm compliant LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-IO-stringy-[0-9]*:../../devel/p5-IO-stringy +BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception +BUILD_DEPENDS+= p5-Test-NoWarnings-[0-9]*:../../devel/p5-Test-NoWarnings USE_LANGUAGES= # empty PERL5_PACKLIST= auto/CGI/Simple/.packlist diff --git a/www/p5-CGI-Simple/distinfo b/www/p5-CGI-Simple/distinfo index be61820dfcdf..4707676e0075 100644 --- a/www/p5-CGI-Simple/distinfo +++ b/www/p5-CGI-Simple/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2015/11/04 02:47:02 agc Exp $ +$NetBSD: distinfo,v 1.8 2018/03/04 16:01:53 wiz Exp $ -SHA1 (CGI-Simple-1.115.tar.gz) = 9ccf8daaf8b19f174725e0c4fdd43c448c8051c6 -RMD160 (CGI-Simple-1.115.tar.gz) = 2a1ae38f0ee911cc35d2c68517fe8cb2e64a42d5 -SHA512 (CGI-Simple-1.115.tar.gz) = 1b2531fde88c4544d17717fd80599fcc4e90a618839c352d1812ba2bf4dd6c3295637d6fe5f9604cb5da943f0d361972b75083c5967b3ab818254729793751e4 -Size (CGI-Simple-1.115.tar.gz) = 85165 bytes +SHA1 (CGI-Simple-1.15.tar.gz) = c721e73cb244a50ee7ce9ce5d347b48b5b1f7523 +RMD160 (CGI-Simple-1.15.tar.gz) = 043320783dbadec214227c3d809d5fab2341de4c +SHA512 (CGI-Simple-1.15.tar.gz) = 5246293e1819bc10d97dfb7f269f27105065969aea8daaf893f173ca0f60eefc7c10620930d2515aca1c769151e60d24874a0bac13d40549ae282dafb7ba355c +Size (CGI-Simple-1.15.tar.gz) = 86318 bytes