pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/p5-CGI Update to 3.63. From the changelog:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e1bb30bdeda1
branches:  trunk
changeset: 621515:e1bb30bdeda1
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Wed Jul 10 02:54:04 2013 +0000

description:
Update to 3.63. From the changelog:

[SECURITY]
- CR escaping for Set-Cookie and P3P headers was improved. There was potential
  for newline injection in these headers.
  (Thanks to anazawa, https://github.com/markstos/CGI.pm/pull/23)

[INTERNALS]
- Changed how the  deprecated endform function was defined for compatibilty
  with the development version of Perl.
- Fix failures in t/tmpdir.t when run as root
  https://github.com/markstos/CGI.pm/issues/22, RT#80659)

- Made it possible to force a sorted order for things like hash
  attributes so that tests are not dependent on a particular hash
  ordering. This will be required in modern perls which will
  change the ordering per process. (Yves, RT#80659)

- formatting of CGI::Carp documentation was improved. Thanks to benkasminbullock.
- un-TODO some tests in t/tmpdir.t that were passing in most cases.
  More on this:
    https://github.com/markstos/CGI.pm/issues/19#
    https://github.com/markstos/CGI.pm/commit/cc73dc9807b0fabb56b3cdf1a9726588b2eda0f7

diffstat:

 www/p5-CGI/Makefile |  5 ++---
 www/p5-CGI/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r 6a9907a35925 -r e1bb30bdeda1 www/p5-CGI/Makefile
--- a/www/p5-CGI/Makefile       Wed Jul 10 02:52:02 2013 +0000
+++ b/www/p5-CGI/Makefile       Wed Jul 10 02:54:04 2013 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.61 2013/05/31 12:42:35 wiz Exp $
+# $NetBSD: Makefile,v 1.62 2013/07/10 02:54:04 schmonz Exp $
 
-VERS=          3.60
+VERS=          3.63
 DISTNAME=      CGI.pm-${VERS}
 PKGNAME=       p5-CGI-${VERS}
-PKGREVISION=   2
 SVR4_PKGNAME=  p5cgi
 CATEGORIES=    www perl5
 MASTER_SITES+= ${MASTER_SITE_PERL_CPAN:=CGI/}
diff -r 6a9907a35925 -r e1bb30bdeda1 www/p5-CGI/distinfo
--- a/www/p5-CGI/distinfo       Wed Jul 10 02:52:02 2013 +0000
+++ b/www/p5-CGI/distinfo       Wed Jul 10 02:54:04 2013 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.27 2012/09/11 07:43:53 sno Exp $
+$NetBSD: distinfo,v 1.28 2013/07/10 02:54:04 schmonz Exp $
 
-SHA1 (CGI.pm-3.60.tar.gz) = 43e381b3d97fc89248224f6cceabb15323b7320c
-RMD160 (CGI.pm-3.60.tar.gz) = c53847de496cc9684a44706d3d512d3fad09fd25
-Size (CGI.pm-3.60.tar.gz) = 246131 bytes
+SHA1 (CGI.pm-3.63.tar.gz) = 9ff0b86a0d8597056968a71933b072efd36453eb
+RMD160 (CGI.pm-3.63.tar.gz) = 658b2f9a1a810c8f6ec189bf0f0dca9be014ddc0
+Size (CGI.pm-3.63.tar.gz) = 247277 bytes



Home | Main Index | Thread Index | Old Index