diff options
author | kim <kim> | 2003-09-14 05:33:29 +0000 |
---|---|---|
committer | kim <kim> | 2003-09-14 05:33:29 +0000 |
commit | d0a062443e07f4e7abb43f8c7730010a80033f00 (patch) | |
tree | b7126c153f48c771594efa119f431a3513544d62 /www | |
parent | 7a9034a47dd5afa4b99a5c0a93775b9586abb146 (diff) | |
download | pkgsrc-d0a062443e07f4e7abb43f8c7730010a80033f00.tar.gz |
Upgrade to p5-CGI-2.98
- Fixed crash in Dump() function.
- Removed warning from reset() method.
- Moved <area> and <map> tags into the :html3 group. Hope this removes
undefined CGI::Area errors.
- Changed CGI::Carp to play with mod_perl2 and to (hopefully) restore
reporting of compile-time errors.
- Fixed potential deadlock between web server and CGI.pm when aborting
a read due to POST_MAX (reported by Antti Lankila).
- Fixed issue with tag-generating function not incorporating content when
first variable undef.
- Fixed cross-site scripting bug reported by obscure.
- Fixed Dump() function to return correctly formed XHTML - bug reported by
Ralph Siemsen.
- Fix to be P3P compliant submitted from MPREWITT.
- Added CGI->r() API for mod_perl1/mod_perl2.
- Fixed bug in redirect() that was corrupting cookies.
- Minor fix to behavior of reset() button to make it consistent with
submit() button (first time this has been changed in 9 years).
- Patch from Dan Kogai to handle UTF-8 correctly in 5.8 and higher.
- Patch from Steve Hay to make CGI::Carp's error messages appear on MSIE
browsers.
- Added Yair Lenga's patch for non-urlencoded postings.
- Added Stas Bekman's patches for mod_perl 2 compatibility.
- Fixed uninitialized escape behavior submitted by William Campbell.
- Fixed tied behavior so that you can pass arguments to tie()
- Fixed incorrect generation of URLs when the path_info contains + and other
odd characters.
- Fixed redirect(-cookies=>$cookie) problem.
- Fixed tag generation bug that affects -javascript passed to start_html().
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-CGI/Makefile | 4 | ||||
-rw-r--r-- | www/p5-CGI/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/www/p5-CGI/Makefile b/www/p5-CGI/Makefile index 95ebb3f87bc..c3471eacd50 100644 --- a/www/p5-CGI/Makefile +++ b/www/p5-CGI/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.23 2003/07/22 04:14:28 martti Exp $ +# $NetBSD: Makefile,v 1.24 2003/09/14 05:33:29 kim Exp $ # -VERS= 2.91 +VERS= 2.98 DISTNAME= CGI.pm-${VERS} PKGNAME= p5-CGI-${VERS} SVR4_PKGNAME= p5cgi diff --git a/www/p5-CGI/distinfo b/www/p5-CGI/distinfo index bc5a01df69f..30bdcb94f54 100644 --- a/www/p5-CGI/distinfo +++ b/www/p5-CGI/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.7 2003/09/13 08:50:37 jlam Exp $ +$NetBSD: distinfo,v 1.8 2003/09/14 05:33:29 kim Exp $ -SHA1 (CGI.pm-2.91.tar.gz) = 77d8945864316210af83c2c9e5a3f902c3eb3a04 -Size (CGI.pm-2.91.tar.gz) = 199584 bytes +SHA1 (CGI.pm-2.98.tar.gz) = 202ca46080dbf1a42b15127a90908d986ed10cd8 +Size (CGI.pm-2.98.tar.gz) = 202747 bytes |