pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/p5-CGI Updated p5-CGI to 4.31.
details: https://anonhg.NetBSD.org/pkgsrc/rev/4a6614978ff1
branches: trunk
changeset: 348500:4a6614978ff1
user: wiz <wiz%pkgsrc.org@localhost>
date: Wed Jun 15 07:38:01 2016 +0000
description:
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:
www/p5-CGI/Makefile | 4 ++--
www/p5-CGI/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (27 lines):
diff -r ee18b28f0286 -r 4a6614978ff1 www/p5-CGI/Makefile
--- a/www/p5-CGI/Makefile Wed Jun 15 05:40:31 2016 +0000
+++ b/www/p5-CGI/Makefile Wed Jun 15 07:38:01 2016 +0000
@@ -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 -r ee18b28f0286 -r 4a6614978ff1 www/p5-CGI/distinfo
--- a/www/p5-CGI/distinfo Wed Jun 15 05:40:31 2016 +0000
+++ b/www/p5-CGI/distinfo Wed Jun 15 07:38:01 2016 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index