pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/p5-CGI



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Jun 15 07:38:01 UTC 2016

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 pkgsrc/www/p5-CGI/Makefile
cvs rdiff -u -r1.45 -r1.46 pkgsrc/www/p5-CGI/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/Makefile
diff -u pkgsrc/www/p5-CGI/Makefile:1.86 pkgsrc/www/p5-CGI/Makefile:1.87
--- pkgsrc/www/p5-CGI/Makefile:1.86     Sun Jun 12 08:00:38 2016
+++ pkgsrc/www/p5-CGI/Makefile  Wed Jun 15 07:38:01 2016
@@ -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/}

Index: pkgsrc/www/p5-CGI/distinfo
diff -u pkgsrc/www/p5-CGI/distinfo:1.45 pkgsrc/www/p5-CGI/distinfo:1.46
--- pkgsrc/www/p5-CGI/distinfo:1.45     Sun Jun 12 08:00:38 2016
+++ pkgsrc/www/p5-CGI/distinfo  Wed Jun 15 07:38:01 2016
@@ -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