diff options
author | he <he> | 2008-12-18 21:37:34 +0000 |
---|---|---|
committer | he <he> | 2008-12-18 21:37:34 +0000 |
commit | 8b46f33d09d34bcfd4907c68928afcbeb0b4a2fc (patch) | |
tree | d104d3678fcd68dd85071c5df9ebe545392b0d9b /www/p5-CGI | |
parent | 71f982221a2cdc647e0aebda0f43fe68e470da5b (diff) | |
download | pkgsrc-8b46f33d09d34bcfd4907c68928afcbeb0b4a2fc.tar.gz |
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 (limited to 'www/p5-CGI')
-rw-r--r-- | www/p5-CGI/Makefile | 5 | ||||
-rw-r--r-- | www/p5-CGI/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/www/p5-CGI/Makefile b/www/p5-CGI/Makefile index e1bc3dd46cb..31f0eba70c1 100644 --- a/www/p5-CGI/Makefile +++ b/www/p5-CGI/Makefile @@ -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 --git a/www/p5-CGI/distinfo b/www/p5-CGI/distinfo index b1c8d0b09cf..f455d4befb1 100644 --- a/www/p5-CGI/distinfo +++ b/www/p5-CGI/distinfo @@ -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 |