diff options
author | abs <abs@pkgsrc.org> | 2005-10-20 17:36:32 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2005-10-20 17:36:32 +0000 |
commit | b954d0e6c627ee190a0a21091024c5a4818d2043 (patch) | |
tree | dc7d293292c2c5026cd76b8f59f0cc3c0ba5d834 /doc | |
parent | f87a85818243b6055592075584db017655dbcd79 (diff) | |
download | pkgsrc-b954d0e6c627ee190a0a21091024c5a4818d2043.tar.gz |
Update www/p5-CGI to 3.11:
Version 3.11
1. Killed warning in CGI::Cookie about MOD_PERL_API_VERSION
2. Fixed append() so that it works in function mode.
3. Workaround for a bug that appears in Apache2 versions through 2.0.54 in
which SCRIPT_NAME and PATH_INFO are incorrect if the additional path_info
contains a double slash. This workaround will handle the common case of
http://mysite.com/cgi-bin/log.cgi/http://www.some.other.site/args, but
will not handle the uncommon case of a ScriptAlias directive that adds
additional path information to the end of the translated URI.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | doc/TODO | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 1c6d7ca81c2..00f502c53e0 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.11589 2005/10/20 17:31:54 tron Exp $ +$NetBSD: CHANGES,v 1.11590 2005/10/20 17:36:32 abs Exp $ Changes to the packages collection and infrastructure in 2005: @@ -4746,3 +4746,4 @@ Changes to the packages collection and infrastructure in 2005: Updated archivers/p5-Archive-Zip to 1.16 [abs 2005-10-20] Updated misc/p5-Business-CreditCard to 0.28 [abs 2005-10-20] Updated net/rsync to 2.6.6nb1 [tron 2005-10-20] + Updated www/p5-CGI to 3.11 [abs 2005-10-20] @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.4075 2005/10/20 17:30:07 abs Exp $ +$NetBSD: TODO,v 1.4076 2005/10/20 17:36:32 abs Exp $ Suggested new packages ====================== @@ -836,7 +836,6 @@ Suggested package updates o p5-Business-ISBN-Data-1.10 o p5-CDDB-1.16 o p5-CDDB_get-2.25 - o p5-CGI-3.11 o p5-CGI-Application-4.04.02 o p5-CGI-Minimal-1.24 o p5-Cache-Cache-1.04 |