diff options
author | sno <sno@pkgsrc.org> | 2012-09-11 07:43:53 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2012-09-11 07:43:53 +0000 |
commit | 2018cd8555acbb02f09fc200850613524614d4e3 (patch) | |
tree | 1240777ddd0b4954ed5a51c287d5d4c37f7c9ed3 /www/p5-CGI | |
parent | 1086fade7c3861c561583704cfda8d5a82858796 (diff) | |
download | pkgsrc-2018cd8555acbb02f09fc200850613524614d4e3.tar.gz |
Updating package for CPAN module CGI(.pm) in www/p5-CGI from 3.58 to 3.60.
upstream changes:
Version 3.60 Aug 15th, 2012
[BUG FIXES]
- In some caes, When unescapeHTML() hit something it didn't recognize with an ampersand and
and semicolon, it would throw away the semicolon and ampersand. It now does a better job.
of preserving content it doesn't recognize. Thanks to CEBJYRE@cpan.org (RT#75595)
- Remove trailing newline after <form> tag inserted by startform and start_form. It can
cause rendering problems in some cases. Thanks to SJOHNSTON@cpan.org (RT#67719)
- Workaround "Insecure Dependency" warning generated by some versions of Perl (RT#53733).
Thanks to degatcpan@ntlworld.com, klchu@lbl.gov and Anonymous Monk
[DOCUMENTATION]
- Clarify that when -status is used, the human-readable phase should be included, per RFC 2616.
Thanks to SREZIC@cpan.org (RT#76691).
[INTERNALS]
- More tests for header(), thanks to Ryo Anazawa.
- t/url.t has been fixed on VMS. Thanks to cberry@cpan.org (RT#72380)
- MANIFEST patched so that t/multipart_init.t is included again. Thanks to shay@cpan.org (RT#76189)
Version 3.59 Dec 29th, 2011
[BUG FIXES]
- We no longer read from STDIN when the Content-Length is not set, preventing
requests with no Content-Length from freezing in some cases. This is consistent
with the CGI RFC 3875, and is also consistent with CGI::Simple. However, the old
behavior may have been expected by some command-line uses of CGI.pm.
Thanks to Philip Potter and Yanick Champoux. See RT#52469 for details:
https://rt.cpan.org/Public/Bug/Display.html?id=52469
[INTERNALS]
- remove tmpdirs more aggressively. Thanks to rjbs (RT#73288)
- use Text::ParseWords instead of ancient shellwords.pl. Thanks to AlexBio.
- remove use of define(@arr). Thanks to rjbs.
- spelling fixes. Thanks to Gregor Herrmann and Alessandro Ghedini.
- fix test count and warning in t/fast.t. Thanks to Yanick.
Diffstat (limited to 'www/p5-CGI')
-rw-r--r-- | www/p5-CGI/Makefile | 4 | ||||
-rw-r--r-- | www/p5-CGI/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/p5-CGI/Makefile b/www/p5-CGI/Makefile index 9327b6ab6b4..6d91708d782 100644 --- a/www/p5-CGI/Makefile +++ b/www/p5-CGI/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.57 2011/11/22 03:38:25 hiramatsu Exp $ +# $NetBSD: Makefile,v 1.58 2012/09/11 07:43:53 sno Exp $ -VERS= 3.58 +VERS= 3.60 DISTNAME= CGI.pm-${VERS} PKGNAME= p5-CGI-${VERS} SVR4_PKGNAME= p5cgi diff --git a/www/p5-CGI/distinfo b/www/p5-CGI/distinfo index 8d12a7a9c57..29420b6ac09 100644 --- a/www/p5-CGI/distinfo +++ b/www/p5-CGI/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.26 2011/11/22 03:38:25 hiramatsu Exp $ +$NetBSD: distinfo,v 1.27 2012/09/11 07:43:53 sno Exp $ -SHA1 (CGI.pm-3.58.tar.gz) = b870180d13ee8ce93b7b5456ae55f241668d3fe5 -RMD160 (CGI.pm-3.58.tar.gz) = 74bb3ce6df59d8384d2961d7375f1973800585e4 -Size (CGI.pm-3.58.tar.gz) = 244996 bytes +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 |