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 +++--- www/p5-CGI/distinfo | 8 ++++---- www/p5-CGI/patches/patch-aa | 8 ++++---- 3 files changed, 11 insertions(+), 11 deletions(-) (limited to 'www') 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/ \ diff --git a/www/p5-CGI/distinfo b/www/p5-CGI/distinfo index 8e121446454..edc70d49610 100644 --- a/www/p5-CGI/distinfo +++ b/www/p5-CGI/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2001/06/07 04:29:04 jlam Exp $ +$NetBSD: distinfo,v 1.4 2002/01/28 00:27:36 jlam Exp $ -SHA1 (CGI.pm-2.752.tar.gz) = d7b429f8ed4c258578dad6d9e8980a2fb46a89ad -Size (CGI.pm-2.752.tar.gz) = 171821 bytes -SHA1 (patch-aa) = ddcd635e3a39269436bed02fafe6864533dd5bf7 +SHA1 (CGI.pm-2.79.tar.gz) = 6083784f5c573112793ccf8b07bb78ae6c109cd1 +Size (CGI.pm-2.79.tar.gz) = 193432 bytes +SHA1 (patch-aa) = b266728844c401c5656b1f51a485147826e9c1a5 diff --git a/www/p5-CGI/patches/patch-aa b/www/p5-CGI/patches/patch-aa index 246de9e036e..402e147288c 100644 --- a/www/p5-CGI/patches/patch-aa +++ b/www/p5-CGI/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.2 2001/06/07 04:29:04 jlam Exp $ +$NetBSD: patch-aa,v 1.3 2002/01/28 00:27:36 jlam Exp $ ---- Makefile.PL.orig Tue Nov 24 04:29:59 1998 -+++ Makefile.PL Wed Jun 6 20:18:51 2001 -@@ -2,7 +2,6 @@ +--- Makefile.PL.orig Sun Dec 9 16:40:58 2001 ++++ Makefile.PL +@@ -4,7 +4,6 @@ # See lib/ExtUtils/MakeMaker.pm for details of how to influence # the contents of the Makefile that is written. WriteMakefile( -- cgit v1.2.3