diff options
author | wiz <wiz@pkgsrc.org> | 2016-06-12 08:00:38 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-06-12 08:00:38 +0000 |
commit | 866845d4ee7fea0ea5faffd7832a79178dab0a09 (patch) | |
tree | f9b268cca548966514d93995b5b3b63895e75c77 /www | |
parent | 8a9836b5745deec95e9113d768164325411c544f (diff) | |
download | pkgsrc-866845d4ee7fea0ea5faffd7832a79178dab0a09.tar.gz |
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 (limited to 'www')
-rw-r--r-- | www/p5-CGI/Makefile | 5 | ||||
-rw-r--r-- | www/p5-CGI/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/www/p5-CGI/Makefile b/www/p5-CGI/Makefile index ff5ffd7f2fd..9a7cbf07104 100644 --- a/www/p5-CGI/Makefile +++ b/www/p5-CGI/Makefile @@ -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 --git a/www/p5-CGI/distinfo b/www/p5-CGI/distinfo index 01103fe4b19..00caa2d4dfb 100644 --- a/www/p5-CGI/distinfo +++ b/www/p5-CGI/distinfo @@ -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 |