diff options
author | wiz <wiz@pkgsrc.org> | 2014-10-26 11:56:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-10-26 11:56:05 +0000 |
commit | 4e6e9f35c8568211023895048b843b5c7f00ba70 (patch) | |
tree | 0fb3641c05f5e941955e0bdf644c3cc4b2854b31 /www/p5-CGI | |
parent | 5b00c01a7271835009686d64ae0d86b5d8f0f63d (diff) | |
download | pkgsrc-4e6e9f35c8568211023895048b843b5c7f00ba70.tar.gz |
Update to 4.09:
4.09 2014-10-21
[ RELEASE NOTES ]
- with this release the large backlog of issues against CGI.pm has been
cleared. All fixes have been made in the versions 4.00 and above so if
you are upgrading from 3.* you should thoroughly test your code against
recent versions of CGI.pm
- an effort has been made to retain back compatibility against previous
versions of CGI.pm for any fixes made, however some changes related to
the handling of temporary files may have consequences for your code
- please refer to the RELEASE NOTES for version 4.00 and above for all
recent changes and file an issue on github if there has been a regression.
- please do *NOT* file issues regarding HTML generating functions, these
are no longer being maintained (see perldoc for rational)
[ SPEC / BUG FIXES ]
- tweak url to DTRT when the web server is IIS (RT #89827 / GH #152)
- fix temporary file handling when dealing with multiple files in MIME uploads
(GH #154, thanks to GeJ for the test case)
4.08 2014-10-18
[ DOCUMENTATION ]
- note that calling headers without a -charset may lead to a nonsensical
charset being added to certain content types due to the default and the
workaround
- remove documentation stating that calls to escapeHTML with a changed
charset force numeric encoding of all characters, because that does not
happen
- documentation tweaks for calling param() in list context and the addition
of multi_param()
[ SPEC / BUG FIXES ]
- don't sub out PATH_INFO in url if PATH_INFO is the same as SCRIPT_NAME
(RT #89827)
- add multi_param() method to allow calling of param() in list context
without having to disable the $LIST_CONTEXT_WARN flag (see RELEASE NOTES
for version 4.05 on why calling param() in list context could be a bad
thing)
4.07 2014-10-12
[ RELEASE NOTES ]
- please see changes for v4.05
[ TESTING ]
- typo and POD fixes, add test to check POD and compiles
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 600e25dbde0..c1cad3feb02 100644 --- a/www/p5-CGI/Makefile +++ b/www/p5-CGI/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.68 2014/10/12 14:39:49 wiz Exp $ +# $NetBSD: Makefile,v 1.69 2014/10/26 11:56:05 wiz Exp $ -DISTNAME= CGI-4.06 +DISTNAME= CGI-4.09 PKGNAME= p5-${DISTNAME} CATEGORIES= www perl5 MASTER_SITES+= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/L/LE/LEEJO/} diff --git a/www/p5-CGI/distinfo b/www/p5-CGI/distinfo index bf9ba6a2ee3..d54f442638b 100644 --- a/www/p5-CGI/distinfo +++ b/www/p5-CGI/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.31 2014/10/12 14:39:49 wiz Exp $ +$NetBSD: distinfo,v 1.32 2014/10/26 11:56:05 wiz Exp $ -SHA1 (CGI-4.06.tar.gz) = 6cea4eca10f0c9a5827c7f5ecbee079f975db407 -RMD160 (CGI-4.06.tar.gz) = 585b511d4fbc4496b23ab34dbd5f86ded2da1d66 -Size (CGI-4.06.tar.gz) = 180308 bytes +SHA1 (CGI-4.09.tar.gz) = 924e625fbca073f0d891ca03a81458ab464afd97 +RMD160 (CGI-4.09.tar.gz) = 37ad3832699df53b4b21a8020c3a1f542b78a064 +Size (CGI-4.09.tar.gz) = 182709 bytes |