diff options
author | jlam <jlam@pkgsrc.org> | 2002-01-28 00:27:36 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-01-28 00:27:36 +0000 |
commit | 93e36defc72ac54e04bfed67cf440497b192c95d (patch) | |
tree | 4df063c9eba8ff6e619fe7e00a68f02dfb20551d /www/p5-CGI/Makefile | |
parent | 44ec524e48ee156ec9b153bcd689e1d342d26683 (diff) | |
download | pkgsrc-93e36defc72ac54e04bfed67cf440497b192c95d.tar.gz |
Update www/p5-CGI to version 2.79. This closes pkg/15342 by Allen Briggs
<briggs@ninthwonder.com>. If you use CGI.pm, then this update is highly
recommended. Changes from version 2.75.2 include:
* Changes to CGI::Carp to avoid "subroutine redefined" error messages.
* Default DTD is now XHTML 1.0 Transitional
* Patches to support all HTML4 tags.
* Added ability to change encoding in <?xml> assertion.
* Fixed the old escapeHTML('CGI') ne "CGI" bug
* In accordance with XHTML requirements, there are no longer any
minimized attributes, such as "checked".
--> Patched bug which caused file uploads of exactly 4096 bytes to be
truncated to 4094 (thanks to Kevin Mahony)
* New tests and fixes to CGI::Pretty (thanks to Michael Schwern).
* New esc.t regression test for EBCDIC translations courtesy Peter
Prymmer.
* Patches from James Jurach to make compatible with FCGI-ProcManager
* Additional fields passed to header() (like -Content_disposition) now
honor initial capitalization.
* Patch from Andrew McNaughton to handle utf-8 escapes (%uXXXX codes) in
URLs.
Diffstat (limited to 'www/p5-CGI/Makefile')
-rw-r--r-- | www/p5-CGI/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/p5-CGI/Makefile b/www/p5-CGI/Makefile index 1ffe7f4ff2b..605a6898238 100644 --- a/www/p5-CGI/Makefile +++ b/www/p5-CGI/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.16 2001/11/26 06:50:31 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2002/01/28 00:27:36 jlam Exp $ # -DISTNAME= CGI.pm-2.752 -PKGNAME= p5-CGI-2.75.2 +DISTNAME= CGI.pm-2.79 +PKGNAME= p5-CGI-2.79 SVR4_PKGNAME= p5cgi CATEGORIES= www perl5 MASTER_SITES= http://stein.cshl.org/WWW/software/CGI/ \ |