diff options
author | reed <reed@pkgsrc.org> | 2005-06-22 20:39:25 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2005-06-22 20:39:25 +0000 |
commit | 1e06f253dd0c0d44ebab93d614dc920de0747578 (patch) | |
tree | 2bc281f336eba8b28e641982a38f3846023f42c5 /www | |
parent | c39b5938ba44f0d27660a4ee24902ee6f0578b4b (diff) | |
download | pkgsrc-1e06f253dd0c0d44ebab93d614dc920de0747578.tar.gz |
Update to version 3.10 which is apparently needed
for new apache2/modperl2.0. This will close PR #30302.
Changes says:
Version 3.10
1. Added Apache2::RequestIO, which is necessary for mp2 interoperability.
Version 3.09
1. Fixed tabindex="0" when using CGI to create forms without a prior start_html
2. Removed warning about non-numeric MOD_PERL_API_VERSION.
Version 3.08
1. update support for mod_perl 2.0. versions prior to
mod_perl 1.999_22 (2.0.0-RC5) are no longer supported.
Version 3.07
1. Fixed typo in mod_perl detection.
Version 3.06
1. Fixed bare call to script() in start_html
2. Moved Fh::DESTROY out of autoloaded functions so as to avoid
clobbering $@ when CGI functions are executed in an eval{}
context.
3. mod_perl 2.0 version detection patch in CGI::Cookie provided by
Allen Day.
4. autoEscape() flag is now respected when generating extra
attributes.
5. Tests for *tag start/end generation from Shlomi Fish.
6. Support for can() method provided by Ron Savage.
7. Fix for lang='' when outputting XHTML.
8. Added support for chunked transfer encoding, as suggested by
Hakan Ardo
9. Fixed clobbering of row and column headers in tableized radio
and checkbox groups, as reported by Nicolas Thierry-Mieg.
10. <Label> tags are now associated with form elements, as suggested
by accessibility guidelines.
11. The <?xml> directive produced by start_html is now turned off by
default and the charset is specified in a <meta> directive. Apparently
IE6 (and maybe some versions of Opera) were getting confused by this.
12. Support for tab indexes.
13. Retired the HTML docs. The POD docs are now primary documentation.
14. CGI::Carp now correctly detects and handles Apache::Dispatch.
15. CGI::Util::utf8_chr now correctly sets the UTF8 flag on 5.006 or
higher perls (fix courtesy Slaven Rezic).
Diffstat (limited to 'www')
-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 62731b63410..10306f73631 100644 --- a/www/p5-CGI/Makefile +++ b/www/p5-CGI/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.31 2005/04/11 21:47:55 tv Exp $ +# $NetBSD: Makefile,v 1.32 2005/06/22 20:39:25 reed Exp $ # -VERS= 3.05 +VERS= 3.10 DISTNAME= CGI.pm-${VERS} PKGNAME= p5-CGI-${VERS} SVR4_PKGNAME= p5cgi -PKGREVISION= 1 CATEGORIES= www perl5 MASTER_SITES+= ${MASTER_SITE_PERL_CPAN:=CGI/} diff --git a/www/p5-CGI/distinfo b/www/p5-CGI/distinfo index 0e0968f57d8..cd994eb5d11 100644 --- a/www/p5-CGI/distinfo +++ b/www/p5-CGI/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2005/02/24 14:08:35 wiz Exp $ +$NetBSD: distinfo,v 1.11 2005/06/22 20:39:25 reed Exp $ -SHA1 (CGI.pm-3.05.tar.gz) = c091fc8a087f8e1df8902cd6af4fb46b0de19264 -RMD160 (CGI.pm-3.05.tar.gz) = bfaad5df04f4131aafaa58b4fe2f162d339747cf -Size (CGI.pm-3.05.tar.gz) = 206163 bytes +SHA1 (CGI.pm-3.10.tar.gz) = ed5fa36d2d829b5a2097c68c85d949ab4a2610b3 +RMD160 (CGI.pm-3.10.tar.gz) = 4d9e0d22ef67078905d0f033f014698316dd000e +Size (CGI.pm-3.10.tar.gz) = 225718 bytes |