From 93e36defc72ac54e04bfed67cf440497b192c95d Mon Sep 17 00:00:00 2001 From: jlam Date: Mon, 28 Jan 2002 00:27:36 +0000 Subject: Update www/p5-CGI to version 2.79. This closes pkg/15342 by Allen Briggs . 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 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. --- www/p5-CGI/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'www/p5-CGI/Makefile') 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/ \ -- cgit v1.2.3