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 from version 3.40nb1 to 3.42.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/29f8c965ea73
branches:  trunk
changeset: 551668:29f8c965ea73
user:      he <he%pkgsrc.org@localhost>
date:      Thu Dec 18 21:37:34 2008 +0000

description:
Update from version 3.40nb1 to 3.42.

Fixes PR#40186.

Upstream changes:

  Version 3.42
  1. Added patch from Renee Baecker that makes it possible to subclass
     CGI::Pretty.
  2. Added patch from Nicholas Clark to allow ~ characters in
     temporary directories.
  3. Added patch from Renee Baecker that fixes the inappropriate
     escaping of fields in multipart headers.

  Version 3.41
  1. Fix url() returning incorrect path when query string contains
     escaped newline.
  2. Added additional windows temporary directories and environment
     variables, courtesy patch from Renee Baecker
  3. Added a handle() method to the lightweight upload
     filehandles. This method returns a real IO::Handle object.
  4. Added patch from Tony Vanlingen to fix deep recursion warnings
     in CGI::Pretty.

diffstat:

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

diffs (28 lines):

diff -r 8264855a8572 -r 29f8c965ea73 www/p5-CGI/Makefile
--- a/www/p5-CGI/Makefile       Thu Dec 18 21:28:03 2008 +0000
+++ b/www/p5-CGI/Makefile       Thu Dec 18 21:37:34 2008 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.45 2008/10/19 19:19:07 he Exp $
+# $NetBSD: Makefile,v 1.46 2008/12/18 21:37:34 he Exp $
 
-VERS=          3.40
+VERS=          3.42
 DISTNAME=      CGI.pm-${VERS}
 PKGNAME=       p5-CGI-${VERS}
-PKGREVISION=   1
 SVR4_PKGNAME=  p5cgi
 CATEGORIES=    www perl5
 MASTER_SITES+= ${MASTER_SITE_PERL_CPAN:=CGI/}
diff -r 8264855a8572 -r 29f8c965ea73 www/p5-CGI/distinfo
--- a/www/p5-CGI/distinfo       Thu Dec 18 21:28:03 2008 +0000
+++ b/www/p5-CGI/distinfo       Thu Dec 18 21:37:34 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2008/08/24 14:00:59 tonnerre Exp $
+$NetBSD: distinfo,v 1.18 2008/12/18 21:37:34 he Exp $
 
-SHA1 (CGI.pm-3.40.tar.gz) = 9642b20439353991996d255d4a78f5f8e2cba85a
-RMD160 (CGI.pm-3.40.tar.gz) = fac5dd86c6cf3cb3543f5eae6a9f2005637b0c6a
-Size (CGI.pm-3.40.tar.gz) = 239792 bytes
+SHA1 (CGI.pm-3.42.tar.gz) = 7da38e5bb2b44ac85765ec75101edfb0408bcf07
+RMD160 (CGI.pm-3.42.tar.gz) = 85708afaed9dd889eeffe08578401a9fc533d93c
+Size (CGI.pm-3.42.tar.gz) = 240419 bytes



Home | Main Index | Thread Index | Old Index