pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/p5-CGI Update www/p5-CGI to 3.11:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1257a64b7c20
branches:  trunk
changeset: 501326:1257a64b7c20
user:      abs <abs%pkgsrc.org@localhost>
date:      Thu Oct 20 17:33:04 2005 +0000

description:
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:

 www/p5-CGI/Makefile |  5 ++---
 www/p5-CGI/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (30 lines):

diff -r f9a2686ced42 -r 1257a64b7c20 www/p5-CGI/Makefile
--- a/www/p5-CGI/Makefile       Thu Oct 20 17:31:54 2005 +0000
+++ b/www/p5-CGI/Makefile       Thu Oct 20 17:33:04 2005 +0000
@@ -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 -r f9a2686ced42 -r 1257a64b7c20 www/p5-CGI/distinfo
--- a/www/p5-CGI/distinfo       Thu Oct 20 17:31:54 2005 +0000
+++ b/www/p5-CGI/distinfo       Thu Oct 20 17:33:04 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index