diff options
author | wiz <wiz@pkgsrc.org> | 2014-09-06 14:50:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-09-06 14:50:34 +0000 |
commit | 5f1193ebafc312b6657ab994aaeda59099df5387 (patch) | |
tree | 51d30f261f20d0761f79bf3cb0eb96b5edb2c4e8 | |
parent | c340667c1141df5eaa73bf06c208c1720b15bfcd (diff) | |
download | pkgsrc-5f1193ebafc312b6657ab994aaeda59099df5387.tar.gz |
Update to 2.04:
* v2.04
Minor documentation fixes and explanation of the proposed split into
legacy/trunk branches. No code changes from 2.03_02.
* v2.03_02
The uploads have had a minor change which may solve the windows size
difference failures. More diagnostics were added to the failures if it
does not.
* v2.03_01
The test multi-part upload data in the test suite has been fixed to have
the correct (CRLF) line terminators. These tests should now pass for
Microsoft users.
The documentation has been amended to reflect the change of maintainer.
* v2.03 - May 25, 2014
Maintainer change: Pete Houston has taken over maintenance from Smylers.
A test suite has been created.
BUG FIX: Cleared up some uninitialised value warnings emitted when query
strings are missing an entire key-value pair eg: "&foo=bar" (issue
38448).
BUG FIX: If the user calls parse_form_data as a class method without a
query string, the method now gives up early and silently
(issue 6180).
BUG FIX: In form-data uploads, the boundary string was not properly
escaped and therefore would not match when it contained
metacharacters (issue 29053).
BUG FIX: The content type for url-encoded forms now matches on the MIME
type only, so additional charset fields are allowed (issues 16236,
34827 and 41666).
BUG FIX: Leading/trailling whitespace is now stripped from cookie names
and values.
BUG FIX: Cookies now no longer need to be separated by whitespace.
Commas can now be used as separators too. (issue 32329).
BUG FIX: The semicolon is now a permitted delimiter in the query string
along with the ampersand (issue 8212).
-rw-r--r-- | www/p5-CGI-Lite/Makefile | 6 | ||||
-rw-r--r-- | www/p5-CGI-Lite/distinfo | 8 |
2 files changed, 6 insertions, 8 deletions
diff --git a/www/p5-CGI-Lite/Makefile b/www/p5-CGI-Lite/Makefile index 2e522a23fee..03c08e0fbe2 100644 --- a/www/p5-CGI-Lite/Makefile +++ b/www/p5-CGI-Lite/Makefile @@ -1,9 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2014/05/29 23:38:00 wiz Exp $ -# +# $NetBSD: Makefile,v 1.8 2014/09/06 14:50:34 wiz Exp $ -DISTNAME= CGI-Lite-2.02 +DISTNAME= CGI-Lite-2.04 PKGNAME= p5-${DISTNAME} -PKGREVISION= 6 SVR4_PKGNAME= p5cgl CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CGI/} diff --git a/www/p5-CGI-Lite/distinfo b/www/p5-CGI-Lite/distinfo index 301cc34948e..9bf747bbef8 100644 --- a/www/p5-CGI-Lite/distinfo +++ b/www/p5-CGI-Lite/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2008/11/08 09:43:57 wiz Exp $ +$NetBSD: distinfo,v 1.2 2014/09/06 14:50:34 wiz Exp $ -SHA1 (CGI-Lite-2.02.tar.gz) = 30171a52171bb59805eca07bcb7d9e9622ebc7c3 -RMD160 (CGI-Lite-2.02.tar.gz) = 6e59289aca4830a2acd278e5433944345d0c2a34 -Size (CGI-Lite-2.02.tar.gz) = 15727 bytes +SHA1 (CGI-Lite-2.04.tar.gz) = b8fa43d228af290a827a39b7c6a5f6d5dbc5ae1c +RMD160 (CGI-Lite-2.04.tar.gz) = 668a56359315a63aa7b5b65f469bf1981b002906 +Size (CGI-Lite-2.04.tar.gz) = 24571 bytes |