summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2007-03-16 20:32:09 +0000
committerwiz <wiz@pkgsrc.org>2007-03-16 20:32:09 +0000
commit8f6271b2b6ab257d80944bcf05d1d6f99cc6541d (patch)
tree1f083f8fb4a620f3af88a314bfb0e63876619828
parent98e6484fc1d68f016d4fce9b4fa9b51caa4470f7 (diff)
downloadpkgsrc-8f6271b2b6ab257d80944bcf05d1d6f99cc6541d.tar.gz
Update to 3.27:
Version 3.27 1. Applied patch from Steve Taylor that allows checkbox_groups to be disabled with a new -disabled=> option. Version 3.26 1. Fixed alternate stylesheet behavior so that it is insensitive to order of declarations. 2. Patch from John Binns to allow users to provide a callback to CGI::Carp. 3. Added "~" as an unreserved character in escape(). 4. Patch from Chris Fedde to prevent HTTP_HOST from inhibiting SERVER_PORT in url() generation. 5. Fixed outdated documentation (and behavior) of -language in start_html -script option. 6. Fixed bug in seconds calculation in CGI::Util::expire_calc. Version 3.25 1. Fixed the link to the Netscape frames page. 2. Added ability to specify an alternate stylesheet. 3. Add support for XForms POST submssion both as application/xml or as multipart/related Version 3.24 1. In startform(), if request_uri() returns undef, then falls back to self_url(). This should rarely happen except when run outside of the CGI environment. 2. image button alignment options were mistakenly being capitalized, causing xhtml validation to fail. Version 3.23 1. Typo in upload() persisted, now fixed for real. Thanks to Emanuele Zeppieri for correct patch and regression test. Version 3.22 1. Typo in upload() function broke uploads. Now fixed (CPAN bug 21126). Version 3.21 1. Don't try to read data at all when POST > $POST_MAX. 2. Fixed bug that caused $cgi->param('name',undef,'value') to unset param('name') entirely. 3. Fixed bug in which upload() sometimes returns empty. (CPAN bug #12694). 4. Incorporated patch from BURAK@cpan.org to support HTTPcookies (CPAN bug 21019).
-rw-r--r--www/p5-CGI/Makefile4
-rw-r--r--www/p5-CGI/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/www/p5-CGI/Makefile b/www/p5-CGI/Makefile
index 630e9ac6f76..9f00ff55c69 100644
--- a/www/p5-CGI/Makefile
+++ b/www/p5-CGI/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.40 2007/02/22 19:27:21 wiz Exp $
+# $NetBSD: Makefile,v 1.41 2007/03/16 20:32:09 wiz Exp $
#
-VERS= 3.20
+VERS= 3.27
DISTNAME= CGI.pm-${VERS}
PKGNAME= p5-CGI-${VERS}
SVR4_PKGNAME= p5cgi
diff --git a/www/p5-CGI/distinfo b/www/p5-CGI/distinfo
index 343d0d96d7b..2d87171078b 100644
--- a/www/p5-CGI/distinfo
+++ b/www/p5-CGI/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2006/07/12 17:03:43 heinz Exp $
+$NetBSD: distinfo,v 1.14 2007/03/16 20:32:09 wiz Exp $
-SHA1 (CGI.pm-3.20.tar.gz) = eb22ac95aa6958f51de1003285ca8969fc8e628c
-RMD160 (CGI.pm-3.20.tar.gz) = b33a14d56529465aeb62372d880de2a12bde2e0f
-Size (CGI.pm-3.20.tar.gz) = 229568 bytes
+SHA1 (CGI.pm-3.27.tar.gz) = 874497c3be6de3fb5e731feab0ef78f8f93293f1
+RMD160 (CGI.pm-3.27.tar.gz) = b31fb63811b5da14f3ac5f2b77d638d736e85496
+Size (CGI.pm-3.27.tar.gz) = 236822 bytes