summaryrefslogtreecommitdiff
path: root/www/p5-CGI
diff options
context:
space:
mode:
authorheinz <heinz@pkgsrc.org>2004-05-15 13:22:03 +0000
committerheinz <heinz@pkgsrc.org>2004-05-15 13:22:03 +0000
commit63525aa6d5b75fa571ea7e7dab4c3e0ea9946880 (patch)
treeaa3ebe36c84364deddcc9e37b168e204152846b2 /www/p5-CGI
parent2de193b0bf55cded4b82300171a47c94888b97e0 (diff)
downloadpkgsrc-63525aa6d5b75fa571ea7e7dab4c3e0ea9946880.tar.gz
Update to version 3.05.
Revision History Version 3.05 1. Fixed uninitialized variable warning on start_form() when running from command line. 2. Fixed CGI::_set_attributes so that attributes with a - are handled correctly. 3. Fixed CGI::Carp::die() so as to avoid problems from _longmess() clobbering @_. 4. If HTTP_X_FORWARDED_HOST is defined (i.e. running under a proxy), the various functions that return HOST will use that instead. 5. Fix for undefined utf8() call in CGI::Util. 6. Changed the call to warningsToBrowser() in CGI::Carp::fatalsToBrowser to call only after HTTP header is sent (thanks to Didier Lebrun for noticing). 7. Patches from Dan Harkless to make CGI.pm validatable against HTML 3.2. 8. Fixed an extraneous "foo=bar" appearing when extra style parameters passed to start_html; 9. Fixed potential cross-site scripting bug in startform(). 10. Fixed documentation to discuss list context behavior of form-element generators explicitly. 11. Fixed incorrect results from end_form() when called in OO manner. 12. Fixed query string stripping in order to handle URLs containing escaped newlines. 13. During server push, set NPH to 0 rather than 1. This is supposed to fix problems with Apache. 14. Fixed incorrect processing of multipart form fields that contain embedded quotes. There's still the issue of how to handle ones that contain embedded semicolons, but no one has complained (yet). 15. Fixed documentation bug in -style argument to start_html() 16. Added -status argument to redirect(). Version 3.04 1. Fixed the problem with mod_perl crashing when "defaults" button pressed. Version 3.03 1. Fix upload hook functionality 2. Workaround for CGI->unescape_html() 3. Bumped version numbers in CGI::Fast and CGI::Util for 5.8.3-tobe Version 3.02 1. Bring in Apache::Response just in case. 2. File upload on EBCDIC systems now works. Version 3.01 1. No fix yet for upload failures when running on EBCDIC server. 2. Fixed uninitialized glob warnings that appeared when file uploading under perl 5.8.2. 3. Added patch from Schlomi Fish to allow debugging of PATH_INFO from command line. 4. Added patch from Steve Hay to correctly unlink tmp files under mod_perl/windows 5. Added upload_hook functionality from Jamie LeTaul 6. Workarounds for mod_perl 2 IO issues. Check that file upload and state saving still working. 7. Added code for underreads. 8. Fixed misleading description of redirect() and relative URLs in the POD docs. 9. Workaround for weird interaction of CGI::Carp with Safe module reported by William McKee. 10. Added patches from Ilmari Karonen to improve behavior of CGI::Carp. 11. Fixed documentation error in -style argument. 12. Added virtual_port() method for finding out what port server is listening on in a virtual-host aware fashion. Version 3.00 1. Patch from Randal Schwartz to fix bug introduced by cross-site scripting vulnerability "fix." 2. Patch from JFreeman to replace UTF-8 escape constant of 0xfe with 0xfc. Hope this is right! Version 2.99 1. Patch from Steve Hay to fix extra Content-type: appearing on browser screen when FatalsToBrowser invoked. 2. Patch from Ewann Corvellec to fix cross-site scripting vulnerability. 3. Fixed tmpdir routine for file uploading to solve problem that occurs under mod_perl when tmpdir is writable at startup time, but not at session time.
Diffstat (limited to 'www/p5-CGI')
-rw-r--r--www/p5-CGI/Makefile4
-rw-r--r--www/p5-CGI/distinfo6
2 files changed, 5 insertions, 5 deletions
diff --git a/www/p5-CGI/Makefile b/www/p5-CGI/Makefile
index fd7eb93d3f6..72a451cc44e 100644
--- a/www/p5-CGI/Makefile
+++ b/www/p5-CGI/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.27 2004/04/25 06:07:02 minskim Exp $
+# $NetBSD: Makefile,v 1.28 2004/05/15 13:22:03 heinz Exp $
#
-VERS= 2.98
+VERS= 3.05
DISTNAME= CGI.pm-${VERS}
PKGNAME= p5-CGI-${VERS}
SVR4_PKGNAME= p5cgi
diff --git a/www/p5-CGI/distinfo b/www/p5-CGI/distinfo
index 30bdcb94f54..999adafa421 100644
--- a/www/p5-CGI/distinfo
+++ b/www/p5-CGI/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.8 2003/09/14 05:33:29 kim Exp $
+$NetBSD: distinfo,v 1.9 2004/05/15 13:22:03 heinz Exp $
-SHA1 (CGI.pm-2.98.tar.gz) = 202ca46080dbf1a42b15127a90908d986ed10cd8
-Size (CGI.pm-2.98.tar.gz) = 202747 bytes
+SHA1 (CGI.pm-3.05.tar.gz) = c091fc8a087f8e1df8902cd6af4fb46b0de19264
+Size (CGI.pm-3.05.tar.gz) = 206163 bytes