pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/p5-CGI Upgrade to p5-CGI-2.98
details: https://anonhg.NetBSD.org/pkgsrc/rev/0fc741ba9bbf
branches: trunk
changeset: 461315:0fc741ba9bbf
user: kim <kim%pkgsrc.org@localhost>
date: Sun Sep 14 05:33:29 2003 +0000
description:
Upgrade to p5-CGI-2.98
- Fixed crash in Dump() function.
- Removed warning from reset() method.
- Moved <area> and <map> tags into the :html3 group. Hope this removes
undefined CGI::Area errors.
- Changed CGI::Carp to play with mod_perl2 and to (hopefully) restore
reporting of compile-time errors.
- Fixed potential deadlock between web server and CGI.pm when aborting
a read due to POST_MAX (reported by Antti Lankila).
- Fixed issue with tag-generating function not incorporating content when
first variable undef.
- Fixed cross-site scripting bug reported by obscure.
- Fixed Dump() function to return correctly formed XHTML - bug reported by
Ralph Siemsen.
- Fix to be P3P compliant submitted from MPREWITT.
- Added CGI->r() API for mod_perl1/mod_perl2.
- Fixed bug in redirect() that was corrupting cookies.
- Minor fix to behavior of reset() button to make it consistent with
submit() button (first time this has been changed in 9 years).
- Patch from Dan Kogai to handle UTF-8 correctly in 5.8 and higher.
- Patch from Steve Hay to make CGI::Carp's error messages appear on MSIE
browsers.
- Added Yair Lenga's patch for non-urlencoded postings.
- Added Stas Bekman's patches for mod_perl 2 compatibility.
- Fixed uninitialized escape behavior submitted by William Campbell.
- Fixed tied behavior so that you can pass arguments to tie()
- Fixed incorrect generation of URLs when the path_info contains + and other
odd characters.
- Fixed redirect(-cookies=>$cookie) problem.
- Fixed tag generation bug that affects -javascript passed to start_html().
diffstat:
www/p5-CGI/Makefile | 4 ++--
www/p5-CGI/distinfo | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diffs (24 lines):
diff -r 10ab2db23cd4 -r 0fc741ba9bbf www/p5-CGI/Makefile
--- a/www/p5-CGI/Makefile Sun Sep 14 05:02:50 2003 +0000
+++ b/www/p5-CGI/Makefile Sun Sep 14 05:33:29 2003 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.23 2003/07/22 04:14:28 martti Exp $
+# $NetBSD: Makefile,v 1.24 2003/09/14 05:33:29 kim Exp $
#
-VERS= 2.91
+VERS= 2.98
DISTNAME= CGI.pm-${VERS}
PKGNAME= p5-CGI-${VERS}
SVR4_PKGNAME= p5cgi
diff -r 10ab2db23cd4 -r 0fc741ba9bbf www/p5-CGI/distinfo
--- a/www/p5-CGI/distinfo Sun Sep 14 05:02:50 2003 +0000
+++ b/www/p5-CGI/distinfo Sun Sep 14 05:33:29 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.7 2003/09/13 08:50:37 jlam Exp $
+$NetBSD: distinfo,v 1.8 2003/09/14 05:33:29 kim Exp $
-SHA1 (CGI.pm-2.91.tar.gz) = 77d8945864316210af83c2c9e5a3f902c3eb3a04
-Size (CGI.pm-2.91.tar.gz) = 199584 bytes
+SHA1 (CGI.pm-2.98.tar.gz) = 202ca46080dbf1a42b15127a90908d986ed10cd8
+Size (CGI.pm-2.98.tar.gz) = 202747 bytes
Home |
Main Index |
Thread Index |
Old Index