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.35
details: https://anonhg.NetBSD.org/pkgsrc/rev/b6846c19c026
branches: trunk
changeset: 541253:b6846c19c026
user: abs <abs%pkgsrc.org@localhost>
date: Thu Apr 17 18:21:40 2008 +0000
description:
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@localhost
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.
diffstat:
www/p5-CGI/Makefile | 4 ++--
www/p5-CGI/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (25 lines):
diff -r 8446a5bd9c65 -r b6846c19c026 www/p5-CGI/Makefile
--- a/www/p5-CGI/Makefile Thu Apr 17 18:19:14 2008 +0000
+++ b/www/p5-CGI/Makefile Thu Apr 17 18:21:40 2008 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.42 2007/10/13 11:55:14 adam Exp $
+# $NetBSD: Makefile,v 1.43 2008/04/17 18:21:40 abs Exp $
-VERS= 3.29
+VERS= 3.35
DISTNAME= CGI.pm-${VERS}
PKGNAME= p5-CGI-${VERS}
SVR4_PKGNAME= p5cgi
diff -r 8446a5bd9c65 -r b6846c19c026 www/p5-CGI/distinfo
--- a/www/p5-CGI/distinfo Thu Apr 17 18:19:14 2008 +0000
+++ b/www/p5-CGI/distinfo Thu Apr 17 18:21:40 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2007/10/13 11:55:15 adam Exp $
+$NetBSD: distinfo,v 1.16 2008/04/17 18:21:40 abs Exp $
-SHA1 (CGI.pm-3.29.tar.gz) = db5db74d2377a322f68bbc4798e95636d151bd45
-RMD160 (CGI.pm-3.29.tar.gz) = ee17aa1ffdc2a839ff8a6c341a71a37f3d01c95b
-Size (CGI.pm-3.29.tar.gz) = 237899 bytes
+SHA1 (CGI.pm-3.35.tar.gz) = cf99c258c387a0fe4877a7b2c97b7fad8505f6a5
+RMD160 (CGI.pm-3.35.tar.gz) = 3502006f85a1b69e7b2b54dcccae0d9aa12e1fd2
+Size (CGI.pm-3.35.tar.gz) = 238801 bytes
Home |
Main Index |
Thread Index |
Old Index