Subject: CVS commit: pkgsrc/www/p5-CGI
To: None <pkgsrc-changes@NetBSD.org>
From: David Brownlee <abs@netbsd.org>
List: pkgsrc-changes
Date: 10/20/2005 17:33:04
Module Name:	pkgsrc
Committed By:	abs
Date:		Thu Oct 20 17:33:04 UTC 2005

Modified Files:
	pkgsrc/www/p5-CGI: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -r1.35 -r1.36 pkgsrc/www/p5-CGI/Makefile
cvs rdiff -r1.11 -r1.12 pkgsrc/www/p5-CGI/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.