Thu Apr 17 18:21:40 2008 UTC ()
Update www/p5-CGI to 3.35

Version 3.35
  1. Resync with bleadperl, primarily fixing a bug in parsing semicolons in uploaded filenames.

  Version 3.34
  1. Handle Unicode %uXXXX  escapes properly -- patch from DANKOGAI@cpan.org
  2. Fix url() method to not choke on path names that contain regex characters.

  Version 3.33
  1. Remove uninit variable warning when calling url(-relative=>1)
  2. Fix uninit variable warnings for two lc calls
  3. Fixed failure of tempfile upload due to sprintf() taint failure in perl 5.10

  Version 3.32
  1. Patch from Miguel Santinho to prevent sending premature headers under mod_perl 2.0

  Version 3.31
  1. Patch from Xavier Robin so that CGI::Carp issues a 500 Status code rather than a 200 status code.
  2. Patch from Alexander Klink to select correct temporary directory in OSX Leopard so that upload works.
  3. Possibly fixed "wrapped pack" error on 5.10 and higher.

  Version 3.30
  1. Patch from Mike Barry to handle POSTDATA in the same way as PUT.
  2. Patch from Rafael Garcia-Suarez to correctly reencode unicode values as byte values.


(abs)
diff -r1.42 -r1.43 pkgsrc/www/p5-CGI/Makefile
diff -r1.15 -r1.16 pkgsrc/www/p5-CGI/distinfo

cvs diff -r1.42 -r1.43 pkgsrc/www/p5-CGI/Makefile (expand / switch to unified diff)

--- pkgsrc/www/p5-CGI/Makefile 2007/10/13 11:55:14 1.42
+++ pkgsrc/www/p5-CGI/Makefile 2008/04/17 18:21:40 1.43
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.42 2007/10/13 11:55:14 adam Exp $ 1# $NetBSD: Makefile,v 1.43 2008/04/17 18:21:40 abs Exp $
2 2
3VERS= 3.29 3VERS= 3.35
4DISTNAME= CGI.pm-${VERS} 4DISTNAME= CGI.pm-${VERS}
5PKGNAME= p5-CGI-${VERS} 5PKGNAME= p5-CGI-${VERS}
6SVR4_PKGNAME= p5cgi 6SVR4_PKGNAME= p5cgi
7CATEGORIES= www perl5 7CATEGORIES= www perl5
8MASTER_SITES+= ${MASTER_SITE_PERL_CPAN:=CGI/} 8MASTER_SITES+= ${MASTER_SITE_PERL_CPAN:=CGI/}
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://search.cpan.org/dist/CGI.pm/ 11HOMEPAGE= http://search.cpan.org/dist/CGI.pm/
12COMMENT= Perl5 module for writing forms-based CGI programs 12COMMENT= Perl5 module for writing forms-based CGI programs
13 13
14PKG_INSTALLATION_TYPES= overwrite pkgviews 14PKG_INSTALLATION_TYPES= overwrite pkgviews
15 15
16USE_LANGUAGES= # empty 16USE_LANGUAGES= # empty

cvs diff -r1.15 -r1.16 pkgsrc/www/p5-CGI/distinfo (expand / switch to unified diff)

--- pkgsrc/www/p5-CGI/distinfo 2007/10/13 11:55:15 1.15
+++ pkgsrc/www/p5-CGI/distinfo 2008/04/17 18:21:40 1.16
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.15 2007/10/13 11:55:15 adam Exp $ 1$NetBSD: distinfo,v 1.16 2008/04/17 18:21:40 abs Exp $
2 2
3SHA1 (CGI.pm-3.29.tar.gz) = db5db74d2377a322f68bbc4798e95636d151bd45 3SHA1 (CGI.pm-3.35.tar.gz) = cf99c258c387a0fe4877a7b2c97b7fad8505f6a5
4RMD160 (CGI.pm-3.29.tar.gz) = ee17aa1ffdc2a839ff8a6c341a71a37f3d01c95b 4RMD160 (CGI.pm-3.35.tar.gz) = 3502006f85a1b69e7b2b54dcccae0d9aa12e1fd2
5Size (CGI.pm-3.29.tar.gz) = 237899 bytes 5Size (CGI.pm-3.35.tar.gz) = 238801 bytes