diff options
author | wiz <wiz@pkgsrc.org> | 2014-10-12 14:39:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-10-12 14:39:49 +0000 |
commit | 4741163100f5675db8a11c6b0be48862082b7d93 (patch) | |
tree | 2233a60b9311062139ade3088570fc7e18352267 | |
parent | a4a700710d6fa97b1d00c37cbc6e1c555b28521a (diff) | |
download | pkgsrc-4741163100f5675db8a11c6b0be48862082b7d93.tar.gz |
Update to 4.06:
4.06 2014-10-10
- make warning on list context call of ->param more lenient and don't
warn if called with no arguments
4.05 2014-10-08
[ RELEASE NOTES ]
- this release includes *significant* refactoring of temporary file
handling in CGI.pm. See "Changes in temporary file handling" in perldoc
- this release adds a warning for when the param method is called
in list context, see the Warning in the perldoc for the section
"Fetching the value or values of a single named parameter" for why
this has been added and how to disable this warning
[ DOCUMENTATION ]
- change AUTHOR INFORMATION to LICENSE to please Kwalitee
[ TESTING ]
- t/arbitrary_handles.t to check need for patch in RT #54055, it
turns out there is no need - the first argument to CGI->new can
be an arbitrary handle
- add test case for incorrect unescaping of redirect headers
(RT #61120)
- add tests for the handle method (RT #85074, thanks to TONYC@cpan.org)
[ SPEC / BUG FIXES ]
- don't set binmode on STDOUT/STDERR/STDIN if a none standard layer
is already set on them on none UNIX platforms (RT #57524)
- make XForms:Model data accesible through POSTDATA/PUTDATA param
(RT #75628)
- prevent corruption of POSTDATA/PUTDATA when -utf8 flag is used and use
tempfiles to handle this data (RT #79102, thanks anonymous)
- unescape request URI *after* having removed the query string to prevent
removal of ? chars that are part of the original URI (and were encoded)
(RT #83265)
- fix q( to qq( in CGI::Carp so $@ is correct interpolated (RT #83360)
- don't call ->query_string in url unless -query is passed (RT #87790)
(optimisation and fits the current documented behaviour)
-rw-r--r-- | www/p5-CGI/Makefile | 5 | ||||
-rw-r--r-- | www/p5-CGI/distinfo | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/www/p5-CGI/Makefile b/www/p5-CGI/Makefile index 471b2e04ea6..600e25dbde0 100644 --- a/www/p5-CGI/Makefile +++ b/www/p5-CGI/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.67 2014/10/09 13:45:03 wiz Exp $ +# $NetBSD: Makefile,v 1.68 2014/10/12 14:39:49 wiz Exp $ -DISTNAME= CGI-4.04 +DISTNAME= CGI-4.06 PKGNAME= p5-${DISTNAME} CATEGORIES= www perl5 MASTER_SITES+= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/L/LE/LEEJO/} @@ -11,6 +11,7 @@ COMMENT= Perl5 module for writing forms-based CGI programs LICENSE= gnu-gpl-v2 OR artistic-2.0 BUILD_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep +BUILD_DEPENDS+= p5-Test-Warn-[0-9]*:../../devel/p5-Test-Warn USE_LANGUAGES= # empty USE_TOOLS+= perl diff --git a/www/p5-CGI/distinfo b/www/p5-CGI/distinfo index d5f2e19c2f9..bf9ba6a2ee3 100644 --- a/www/p5-CGI/distinfo +++ b/www/p5-CGI/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.30 2014/10/01 11:05:27 wiz Exp $ +$NetBSD: distinfo,v 1.31 2014/10/12 14:39:49 wiz Exp $ -SHA1 (CGI-4.04.tar.gz) = a3d2c3fb9ceed409c2240a42d387719cfc74e698 -RMD160 (CGI-4.04.tar.gz) = fb4f77ec7f0ae2f93645c4eb6b5789427e472ec7 -Size (CGI-4.04.tar.gz) = 176740 bytes +SHA1 (CGI-4.06.tar.gz) = 6cea4eca10f0c9a5827c7f5ecbee079f975db407 +RMD160 (CGI-4.06.tar.gz) = 585b511d4fbc4496b23ab34dbd5f86ded2da1d66 +Size (CGI-4.06.tar.gz) = 180308 bytes |