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.30.
details: https://anonhg.NetBSD.org/pkgsrc/rev/252ad9ab228b
branches: trunk
changeset: 348333:252ad9ab228b
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Jun 12 08:00:38 2016 +0000
description:
Updated p5-CGI to 4.30.
4.30 2016-06-08
[ 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
diffstat:
www/p5-CGI/Makefile | 5 ++---
www/p5-CGI/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 8 deletions(-)
diffs (29 lines):
diff -r 0152f9fa2e7b -r 252ad9ab228b www/p5-CGI/Makefile
--- a/www/p5-CGI/Makefile Sun Jun 12 07:59:29 2016 +0000
+++ b/www/p5-CGI/Makefile Sun Jun 12 08:00:38 2016 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.85 2016/06/08 19:24:55 wiz Exp $
+# $NetBSD: Makefile,v 1.86 2016/06/12 08:00:38 wiz Exp $
-DISTNAME= CGI-4.28
+DISTNAME= CGI-4.30
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= www perl5
MASTER_SITES+= ${MASTER_SITE_PERL_CPAN:=CGI/}
diff -r 0152f9fa2e7b -r 252ad9ab228b www/p5-CGI/distinfo
--- a/www/p5-CGI/distinfo Sun Jun 12 07:59:29 2016 +0000
+++ b/www/p5-CGI/distinfo Sun Jun 12 08:00:38 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.44 2016/04/08 14:44:22 wiz Exp $
+$NetBSD: distinfo,v 1.45 2016/06/12 08:00:38 wiz Exp $
-SHA1 (CGI-4.28.tar.gz) = bda8fc34a6a24d3413e9b83c9f748d0a3ba799db
-RMD160 (CGI-4.28.tar.gz) = c9e79e50672cf842b29d324ce2ba5a470fd975ae
-SHA512 (CGI-4.28.tar.gz) = fa03904d4ebe97d4d69dd3e40975f24ad539d8c82010d4250fd13c14af995451c7583e5531e12c6acd84fab14f081726a0dc769856b93e94f198da98f05f1108
-Size (CGI-4.28.tar.gz) = 195800 bytes
+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
Home |
Main Index |
Thread Index |
Old Index