pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/p5-CGI-Simple



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Mar  4 16:01:53 UTC 2018

Modified Files:
        pkgsrc/www/p5-CGI-Simple: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/www/p5-CGI-Simple/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/p5-CGI-Simple/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/p5-CGI-Simple/Makefile
diff -u pkgsrc/www/p5-CGI-Simple/Makefile:1.17 pkgsrc/www/p5-CGI-Simple/Makefile:1.18
--- pkgsrc/www/p5-CGI-Simple/Makefile:1.17      Mon Jun  5 14:25:11 2017
+++ pkgsrc/www/p5-CGI-Simple/Makefile   Sun Mar  4 16:01:53 2018
@@ -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
 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

Index: pkgsrc/www/p5-CGI-Simple/distinfo
diff -u pkgsrc/www/p5-CGI-Simple/distinfo:1.7 pkgsrc/www/p5-CGI-Simple/distinfo:1.8
--- pkgsrc/www/p5-CGI-Simple/distinfo:1.7       Wed Nov  4 02:47:02 2015
+++ pkgsrc/www/p5-CGI-Simple/distinfo   Sun Mar  4 16:01:53 2018
@@ -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



Home | Main Index | Thread Index | Old Index