diff options
author | wen <wen@pkgsrc.org> | 2014-08-04 11:07:20 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2014-08-04 11:07:20 +0000 |
commit | 48122d51e88dc66221665f9b22fb4f5bfe46dcc5 (patch) | |
tree | d63e3e19a0699502064771f00955d3ecf37601e8 /www | |
parent | a3f1d587301462d86a8a4a6b9b7f767d904fca6c (diff) | |
download | pkgsrc-48122d51e88dc66221665f9b22fb4f5bfe46dcc5.tar.gz |
Update to 1.0031
Upstream changes:
1.0031 2014-08-01 13:19:14 PDT
[SECURITY]
- Plack::App::File would previously strip trailing slashes off
provided paths. This in combination with the common pattern
of serving files with Plack::Middleware::Static could allow
an attacker to bypass a whitelist of generated files (avar) #446
[IMPROVEMENTS]
- Let HTTP::Message::PSGI warn in case of invalid PSGI response (wchristian) #437
- Update documentation on how response_cb works with writer (doy)
- Make AccessLog work on non-POSIX environment (dex4er) #442
- Plack::App::WrapCGI no longer warns under 5.19.9 (frew)
- Avoid Rosetta Flash attack in JSONP middleware (nichtich) #464
- Fix Plack::Util::inline_object to make it work with can() as a class method
[NEW FEATURES]
- Add $req->query_string shortcut to access QUERY_STRING in PSGI environment
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Plack/Makefile | 5 | ||||
-rw-r--r-- | www/p5-Plack/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/www/p5-Plack/Makefile b/www/p5-Plack/Makefile index 072e1110cd0..62e1e4f3edd 100644 --- a/www/p5-Plack/Makefile +++ b/www/p5-Plack/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.30 2014/05/29 23:38:12 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2014/08/04 11:07:20 wen Exp $ -DISTNAME= Plack-1.0030 +DISTNAME= Plack-1.0031 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Plack/} diff --git a/www/p5-Plack/distinfo b/www/p5-Plack/distinfo index d23fdd3f7ef..2d99a81b7f3 100644 --- a/www/p5-Plack/distinfo +++ b/www/p5-Plack/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.23 2013/11/24 00:31:09 wen Exp $ +$NetBSD: distinfo,v 1.24 2014/08/04 11:07:20 wen Exp $ -SHA1 (Plack-1.0030.tar.gz) = a0cebdff563c99ddd6cba36a23f7b144b8b73130 -RMD160 (Plack-1.0030.tar.gz) = e54cc813fc1fbd5c76a7d2c3ad7c13b5139f015a -Size (Plack-1.0030.tar.gz) = 236350 bytes +SHA1 (Plack-1.0031.tar.gz) = 263bfb75b867acf269efbbbefdd2d778b1044798 +RMD160 (Plack-1.0031.tar.gz) = 0d541a0464a91886a71292507c15d163988ba97d +Size (Plack-1.0031.tar.gz) = 237628 bytes |