summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorwiz <wiz>2016-06-15 07:38:01 +0000
committerwiz <wiz>2016-06-15 07:38:01 +0000
commit3678a2c26f74aea0edf0b0a61fc5b9fa0a332b5f (patch)
tree5fda9f9f6b1697275550e11cf94ff6b6b0d2a871 /www
parent317a6980ac86653a3233edfcbf8b3cc8d40fe140 (diff)
downloadpkgsrc-3678a2c26f74aea0edf0b0a61fc5b9fa0a332b5f.tar.gz
Updated p5-CGI to 4.31.
4.31 2016-06-14 [ FEATURES ] - Add SameSite support to Cookie handling (thanks to pangyre) [ INTERNALS ] - The MultipartBuffer package has been renamed to CGI::MultipartBuffer. This has been done in a way to ensure any $MultipartBuffer package variables are still set correctly in CGI::MultipartBuffer. if you are explicitly using MultipartBuffer in a form such as: MultipartBuffer->new your code will break. you should be calling: CGI->new->new_MultipartBuffer( $boundary,$length ); to ensure the correctly package is called. if you are extending the MultipartBuffer package though use of ISA or base (or parent) then you will need to update your code to use CGI::MultipartBuffer - fake using strict and warnings to appease CPANTS Kwalitee - require File::Temp v0.17+ to get seekable file handles (GH #204)
Diffstat (limited to 'www')
-rw-r--r--www/p5-CGI/Makefile4
-rw-r--r--www/p5-CGI/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/www/p5-CGI/Makefile b/www/p5-CGI/Makefile
index 9a7cbf07104..463616726cf 100644
--- a/www/p5-CGI/Makefile
+++ b/www/p5-CGI/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.86 2016/06/12 08:00:38 wiz Exp $
+# $NetBSD: Makefile,v 1.87 2016/06/15 07:38:01 wiz Exp $
-DISTNAME= CGI-4.30
+DISTNAME= CGI-4.31
PKGNAME= p5-${DISTNAME}
CATEGORIES= www perl5
MASTER_SITES+= ${MASTER_SITE_PERL_CPAN:=CGI/}
diff --git a/www/p5-CGI/distinfo b/www/p5-CGI/distinfo
index 00caa2d4dfb..bc315d6e836 100644
--- a/www/p5-CGI/distinfo
+++ b/www/p5-CGI/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.45 2016/06/12 08:00:38 wiz Exp $
+$NetBSD: distinfo,v 1.46 2016/06/15 07:38:01 wiz Exp $
-SHA1 (CGI-4.30.tar.gz) = 435e0cb5919a527fb66530fcfcfb5cdbf00d64a5
-RMD160 (CGI-4.30.tar.gz) = 958a97f85b957e1e8a72ffccaf8a118cebceaf5b
-SHA512 (CGI-4.30.tar.gz) = 5071381e362d3475500390a0b43a14d297b24d7d50af705899e746ab11b9cc08db6005c37670c8dfca0b03238f77018da9833b76c85e60130323b351d444ab47
-Size (CGI-4.30.tar.gz) = 196945 bytes
+SHA1 (CGI-4.31.tar.gz) = 2dc320c08283d3a13b32ae1085d21374a9a095bf
+RMD160 (CGI-4.31.tar.gz) = 1b509c2647b28cc154d1e99df67ad81b5a5fb190
+SHA512 (CGI-4.31.tar.gz) = a3fc6a88bed4b86f5763c07ec0961d2b06754e0a2bc9112e87b12025975618d97f626895c7d8b3a2f85a2ba5adcf99a132801a52d54652cd09ae3f053457c411
+Size (CGI-4.31.tar.gz) = 197018 bytes