summaryrefslogtreecommitdiff
path: root/www/p5-CGI
diff options
context:
space:
mode:
authorheinz <heinz@pkgsrc.org>2006-07-12 17:03:43 +0000
committerheinz <heinz@pkgsrc.org>2006-07-12 17:03:43 +0000
commite0f9e7a1dbec1a355eef03ca278f3f8023badefc (patch)
tree712d40181d3419ab9b857e7917be869010a3145b /www/p5-CGI
parent79e07cd1f24ee0fbcb155c8e90bc582c001922bb (diff)
downloadpkgsrc-e0f9e7a1dbec1a355eef03ca278f3f8023badefc.tar.gz
Updated to version 3.20.
Pkgsrc changes: - none Relevant changes since version 3.11: ==================================== Version 3.20 1. Patch from David Wheeler for CGI::Cookie->bake(). Uses mod_perl headers_out->add() rather than headers_out->set(). 2. Fixed problem identified by Andrei Voronkov in which start_form() output was screwed up when initial argument begins with a dash and subsequent arguments do not. 3. Quashed uninitialized variable warnings coming from script_name(), url() and other functions that require access to the PATH_INFO environment variable. Version 3.19 1. Added patch from Stephen Frost that allows one to suppress use of the temp file that is created during uploads. 2. Fixed problem noted by Martin Foster in which regular expression meta-character terms in the path information were not quoted, causing URL parsing to fail on URLs that contained metacharacters (such as +). 3. More fixes to the url() method. 4. Removed "hack to fix broken PATH_INFO in MSII". Version 3.18 1. Doc typo fixes. 2. Patch from Steve Peters to default the document type to match the charset. 3. Fixed param() so that param(-name=>'foo',-values=>[]) sets the parameter to empty list. Version 3.17 Fri Feb 24 14:01:27 EST 2006 1. Added patch from Mike Hanafey which caused 0 arguments to CGI::Cookie->new() to be treated as empty. 2. Patch to CGI::Carp from Peter Whaite to fix the unfixable problem of CGI::Carp not behaving correctly in an eval() context. 3. CGI::Fast->new() calls CGI->_reset_globals to avoid contamination of one session with another's variables. 4. Fixed upload failure on files that contain semicolons in their names. Version 3.16 Wed Feb 8 13:29:11 EST 2006 1. header() -charset option now works even when the MIME type is not "text". 2. Fixed documentation for cookie() function and fastCGI. 3. Upload filehandles now only closed automatically on Windows systems. 4. Apache::Cookie compatibility fix from David Wheeler 5. CGI::Carp->fatalsToBrowser() does not work correctly with mod_perl 2. No workaround is known. 6. Fixed text status code associated with 302 redirects. Should be "Found" but was "Moved". 7. Fixed charset in start_html() and header() to be in synch. Version 3.14 Tue Dec 6 17:12:03 EST 2005 1. Fixed broken scrolling_list() select attribute. Version 3.14 Tue Dec 6 17:12:03 EST 2005 1. Fixed broken scrolling_list() select attribute. Version 3.13 1. Removed extraneous empty "?" from end of self_url(). Version 3.12 1. Fixed virtual_port so that it works properly with https protocol. 2. Fixed documentation for upload_hook(). 3. Added POSTDATA documentation. 4. Made upload_hook() work in function-oriented mode. 5. Fixed POST_MAX behavior so that it doesn't cause client to hang. 6. Disabled automatic tab indexes and added new -tabindex pragma to turn automatic indexes back on. 7. The url() and self_url() methods now work better in the context of Apache mod_rewrite. Be advised that path_info() may give you confusing results when mod_rewrite is active because Apache calculates the path info *after* rewriting. This is mostly worked around in url() and self_url(), but you may notice some anomalies. 8. Removed empty (and non-validating) <div> from code emitted by end_form(). 9. Fixed CGI::Carp to work correctly with Mod_perl 1.29 in an Apache 2 environment. 10. Setting $CGI::TMPDIRECTORY should now be effective. none
Diffstat (limited to 'www/p5-CGI')
-rw-r--r--www/p5-CGI/Makefile4
-rw-r--r--www/p5-CGI/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/www/p5-CGI/Makefile b/www/p5-CGI/Makefile
index 60b3f4d3870..770ea3f30e7 100644
--- a/www/p5-CGI/Makefile
+++ b/www/p5-CGI/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.37 2006/03/04 21:31:01 jlam Exp $
+# $NetBSD: Makefile,v 1.38 2006/07/12 17:03:43 heinz Exp $
#
-VERS= 3.11
+VERS= 3.20
DISTNAME= CGI.pm-${VERS}
PKGNAME= p5-CGI-${VERS}
SVR4_PKGNAME= p5cgi
diff --git a/www/p5-CGI/distinfo b/www/p5-CGI/distinfo
index 4f8e832f9d1..343d0d96d7b 100644
--- a/www/p5-CGI/distinfo
+++ b/www/p5-CGI/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2005/10/20 17:33:04 abs Exp $
+$NetBSD: distinfo,v 1.13 2006/07/12 17:03:43 heinz Exp $
-SHA1 (CGI.pm-3.11.tar.gz) = 16471fcb39a3a106cccc58b7759d821deb0397ce
-RMD160 (CGI.pm-3.11.tar.gz) = 9336f2b75684c47ec377256f71608ad4486d46d2
-Size (CGI.pm-3.11.tar.gz) = 226277 bytes
+SHA1 (CGI.pm-3.20.tar.gz) = eb22ac95aa6958f51de1003285ca8969fc8e628c
+RMD160 (CGI.pm-3.20.tar.gz) = b33a14d56529465aeb62372d880de2a12bde2e0f
+Size (CGI.pm-3.20.tar.gz) = 229568 bytes