Skip to content

Commit a2aea3b

Browse files
committed
p5-CGI-Simple: update to 1.15.
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
1 parent 4cdff25 commit a2aea3b

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

www/p5-CGI-Simple/Makefile

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
# $NetBSD: Makefile,v 1.17 2017/06/05 14:25:11 ryoon Exp $
1+
# $NetBSD: Makefile,v 1.18 2018/03/04 16:01:53 wiz Exp $
22

3-
DISTNAME= CGI-Simple-1.115
3+
DISTNAME= CGI-Simple-1.15
44
PKGNAME= p5-${DISTNAME}
5-
PKGREVISION= 3
65
CATEGORIES= www perl5
76
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CGI/}
87

@@ -12,6 +11,8 @@ COMMENT= Simple totally OO CGI interface that is CGI.pm compliant
1211
LICENSE= ${PERL5_LICENSE}
1312

1413
DEPENDS+= p5-IO-stringy-[0-9]*:../../devel/p5-IO-stringy
14+
BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
15+
BUILD_DEPENDS+= p5-Test-NoWarnings-[0-9]*:../../devel/p5-Test-NoWarnings
1516

1617
USE_LANGUAGES= # empty
1718
PERL5_PACKLIST= auto/CGI/Simple/.packlist

www/p5-CGI-Simple/distinfo

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
$NetBSD: distinfo,v 1.7 2015/11/04 02:47:02 agc Exp $
1+
$NetBSD: distinfo,v 1.8 2018/03/04 16:01:53 wiz Exp $
22

3-
SHA1 (CGI-Simple-1.115.tar.gz) = 9ccf8daaf8b19f174725e0c4fdd43c448c8051c6
4-
RMD160 (CGI-Simple-1.115.tar.gz) = 2a1ae38f0ee911cc35d2c68517fe8cb2e64a42d5
5-
SHA512 (CGI-Simple-1.115.tar.gz) = 1b2531fde88c4544d17717fd80599fcc4e90a618839c352d1812ba2bf4dd6c3295637d6fe5f9604cb5da943f0d361972b75083c5967b3ab818254729793751e4
6-
Size (CGI-Simple-1.115.tar.gz) = 85165 bytes
3+
SHA1 (CGI-Simple-1.15.tar.gz) = c721e73cb244a50ee7ce9ce5d347b48b5b1f7523
4+
RMD160 (CGI-Simple-1.15.tar.gz) = 043320783dbadec214227c3d809d5fab2341de4c
5+
SHA512 (CGI-Simple-1.15.tar.gz) = 5246293e1819bc10d97dfb7f269f27105065969aea8daaf893f173ca0f60eefc7c10620930d2515aca1c769151e60d24874a0bac13d40549ae282dafb7ba355c
6+
Size (CGI-Simple-1.15.tar.gz) = 86318 bytes

0 commit comments

Comments
 (0)