summaryrefslogtreecommitdiff
path: root/www/p5-CGI/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2003-02-21 14:01:07 +0000
committerwiz <wiz>2003-02-21 14:01:07 +0000
commit5f100197ea878b5929f6897c70accb3cfa20e4b2 (patch)
tree7f296f0983892f2ef86b8e541c44c2fdd254db06 /www/p5-CGI/Makefile
parent72ae5daf06e8d6860ee78dfb6d69aca1a119685d (diff)
downloadpkgsrc-5f100197ea878b5929f6897c70accb3cfa20e4b2.tar.gz
Update to 2.88, closes PR 20323.
Edited list of changes (many bug fixes removed): Version 2.87 1. Security hole patched: when processing multipart/form-data postings, most arguments were being untainted silently. Returned arguments are now tainted correctly. This may cause some scripts to fail that used to work (thanks to Nick Cleaton for pointing this out and persisting until it was fixed). 2. Update for mod_perl 2.0. 3. Pragmas such as -no_xhtml are now respected in mod_perl environment. Version 2.84 2. HTML escaping code now replaced 0x8b and 0x9b with unicode references < and *#8250; Version 2.83 3. Added Max-Age to list of CGI::Cookie headers. Version 2.82 1. Patch from Rudolf Troller to add attribute setting and option groups to form fields. 3. Patch from Scott Gifford allows you to set the program name for CGI::Carp. Version 2.81 1. Removed extraneous slash from end of stylesheet tags generated by start_html in non-XHTML mode. 2. Changed behavior of CGI::Carp with respect to eval{} contexts so that output behaves properly in mod_perl environments. Version 2.80 2. Changed checked="1" to checked="checked" for real XHTML compatibility. 3. Resurrected REQUEST_URI code so that url() works correctly with multiviews.
Diffstat (limited to 'www/p5-CGI/Makefile')
-rw-r--r--www/p5-CGI/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/p5-CGI/Makefile b/www/p5-CGI/Makefile
index 243ca0f309c..c6d59b6a3f5 100644
--- a/www/p5-CGI/Makefile
+++ b/www/p5-CGI/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2002/10/07 22:34:27 seb Exp $
+# $NetBSD: Makefile,v 1.20 2003/02/21 14:01:07 wiz Exp $
#
-DISTNAME= CGI.pm-2.79
-PKGNAME= p5-CGI-2.79
+DISTNAME= CGI.pm-2.88
+PKGNAME= p5-CGI-2.88
SVR4_PKGNAME= p5cgi
CATEGORIES= www perl5
MASTER_SITES= http://stein.cshl.org/WWW/software/CGI/