Skip to content

Commit

Permalink
p5-CGI-Simple: update to 1.15.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
wiz committed Mar 4, 2018
1 parent 4cdff25 commit a2aea3b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
7 changes: 4 additions & 3 deletions www/p5-CGI-Simple/Makefile
Original file line number Diff line number Diff line change
@@ -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/}

Expand All @@ -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
Expand Down
10 changes: 5 additions & 5 deletions www/p5-CGI-Simple/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a2aea3b

Please sign in to comment.