diff options
author | hiramatsu <hiramatsu> | 2011-10-19 08:11:01 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu> | 2011-10-19 08:11:01 +0000 |
commit | f4826ae3ca2dc028dfb0bb55d3dc6ace5ded44fa (patch) | |
tree | ce989c195d4dee309f519c7957bab767b423607f | |
parent | 79220b6f6837842cfd3ead78fb668a4c54a4b4d2 (diff) | |
download | pkgsrc-f4826ae3ca2dc028dfb0bb55d3dc6ace5ded44fa.tar.gz |
Update p5-Plack to 0.9984.
Changes from previous:
0.9984 Mon Oct 3 09:55:05 PDT 2011
[BUG FIXES]
- WrapCGI: Close wrapped CGI's STDIN handle (rwstauner)
[IMPROVEMENTS]
- WrapCGI: improved docs (chromatic)
- Request: Do not destroy HTTP::Body upload headers (mst)
0.9983 Tue Sep 27 09:55:48 PDT 2011
[BUG FIXES]
- Fixed a typo in nginx FastCGI configuration
- Clone HTTP headers in Response->finalize #237 (chip)
- Fixed Directory app not displaying the right path in its title
- Changed IPv6 default listen address to wildcard (ollyg)
- Fixed the FastCGI handler with web-server mode on Win32
[NEW FEATURES]
- Added psgix.harakiri for Apache handlers
[IMPROVEMENTS]
- Prefer Corona when Coro is detected #236 (chip)
- Increased Pod::Usage dependency
- Improved Plack::Test documentation (chromatic)
- Lint now checks if SCRIPT_NAME eq '/' which is forbidden in the spec (chromatic)
-rw-r--r-- | www/p5-Plack/Makefile | 4 | ||||
-rw-r--r-- | www/p5-Plack/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/p5-Plack/Makefile b/www/p5-Plack/Makefile index 8a8a111d685..aeb9474a532 100644 --- a/www/p5-Plack/Makefile +++ b/www/p5-Plack/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2011/08/23 10:09:10 abs Exp $ +# $NetBSD: Makefile,v 1.15 2011/10/19 08:11:01 hiramatsu Exp $ -DISTNAME= Plack-0.9982 +DISTNAME= Plack-0.9984 PKGNAME= p5-${DISTNAME} CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Plack/} diff --git a/www/p5-Plack/distinfo b/www/p5-Plack/distinfo index 7c63c274f90..c150c26b76d 100644 --- a/www/p5-Plack/distinfo +++ b/www/p5-Plack/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.12 2011/08/23 10:09:10 abs Exp $ +$NetBSD: distinfo,v 1.13 2011/10/19 08:11:01 hiramatsu Exp $ -SHA1 (Plack-0.9982.tar.gz) = 30f728cfb5fd241a609b79a65e1ef6b6821bcb3e -RMD160 (Plack-0.9982.tar.gz) = 4671a0c070e3db038e6324f4ef467293f4118ab8 -Size (Plack-0.9982.tar.gz) = 238339 bytes +SHA1 (Plack-0.9984.tar.gz) = a5bde02be9bf9abccde8f1d1cec9393525b6c7df +RMD160 (Plack-0.9984.tar.gz) = 5c4b127025ac4f00b99d3e86879b1adff0633dbe +Size (Plack-0.9984.tar.gz) = 240110 bytes |