summaryrefslogtreecommitdiff
path: root/www/p5-CGI
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2005-10-20 17:33:04 +0000
committerabs <abs@pkgsrc.org>2005-10-20 17:33:04 +0000
commit387091ce18c8cc8162a946717df224ca3979da5c (patch)
treec3be38750bfc51db2d5357f502a98f4d05a50532 /www/p5-CGI
parent3a780fd28eceffe501ac1ff49d1a6a3a64e3bb21 (diff)
downloadpkgsrc-387091ce18c8cc8162a946717df224ca3979da5c.tar.gz
Update www/p5-CGI to 3.11:
Version 3.11 1. Killed warning in CGI::Cookie about MOD_PERL_API_VERSION 2. Fixed append() so that it works in function mode. 3. Workaround for a bug that appears in Apache2 versions through 2.0.54 in which SCRIPT_NAME and PATH_INFO are incorrect if the additional path_info contains a double slash. This workaround will handle the common case of http://mysite.com/cgi-bin/log.cgi/http://www.some.other.site/args, but will not handle the uncommon case of a ScriptAlias directive that adds additional path information to the end of the translated URI.
Diffstat (limited to 'www/p5-CGI')
-rw-r--r--www/p5-CGI/Makefile5
-rw-r--r--www/p5-CGI/distinfo8
2 files changed, 6 insertions, 7 deletions
diff --git a/www/p5-CGI/Makefile b/www/p5-CGI/Makefile
index 6dc660614cc..43dff9955ad 100644
--- a/www/p5-CGI/Makefile
+++ b/www/p5-CGI/Makefile
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.35 2005/08/06 06:19:36 jlam Exp $
+# $NetBSD: Makefile,v 1.36 2005/10/20 17:33:04 abs Exp $
#
-VERS= 3.10
+VERS= 3.11
DISTNAME= CGI.pm-${VERS}
PKGNAME= p5-CGI-${VERS}
SVR4_PKGNAME= p5cgi
-PKGREVISION= 1
CATEGORIES= www perl5
MASTER_SITES+= ${MASTER_SITE_PERL_CPAN:=CGI/}
diff --git a/www/p5-CGI/distinfo b/www/p5-CGI/distinfo
index cd994eb5d11..4f8e832f9d1 100644
--- a/www/p5-CGI/distinfo
+++ b/www/p5-CGI/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2005/06/22 20:39:25 reed Exp $
+$NetBSD: distinfo,v 1.12 2005/10/20 17:33:04 abs Exp $
-SHA1 (CGI.pm-3.10.tar.gz) = ed5fa36d2d829b5a2097c68c85d949ab4a2610b3
-RMD160 (CGI.pm-3.10.tar.gz) = 4d9e0d22ef67078905d0f033f014698316dd000e
-Size (CGI.pm-3.10.tar.gz) = 225718 bytes
+SHA1 (CGI.pm-3.11.tar.gz) = 16471fcb39a3a106cccc58b7759d821deb0397ce
+RMD160 (CGI.pm-3.11.tar.gz) = 9336f2b75684c47ec377256f71608ad4486d46d2
+Size (CGI.pm-3.11.tar.gz) = 226277 bytes