diff options
author | wen <wen@pkgsrc.org> | 2013-02-01 05:12:08 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2013-02-01 05:12:08 +0000 |
commit | 59e2af70404664bfa12e726fbcfd42fbfaa60421 (patch) | |
tree | 0a72dee57affb47a2aea21e07d4a8477027b3ede /www | |
parent | c2443d140b7ab4e2cfa7202f845285ec08c404b6 (diff) | |
download | pkgsrc-59e2af70404664bfa12e726fbcfd42fbfaa60421.tar.gz |
Update to 1.0016
Upstream changes:
1.0016 Thu Jan 31 13:21:14 PST 2013
[SECURITY]
- Fixed directory traversal bug in Plack::App::File on win32 environments
[INCOMPATIBLE CHANGES]
- Updated Plack::Builder OO interface to be more natural. Still keeps backward
compatible to the old ->mount() and ->to_app() interface.
[NEW FEATURES]
- Static middleware 'path' callback now takes $env as a 2nd argument (avar)
- Static middleware takes 'content_type' callback to determine custom MIME (pstadt)
[IMPROVEMENTS]
- Fixed regexp warning for blead (doy)
- Documentation update for AccessLog::Timed to suggest Runtime (ether)
- Ignore vim swap files on restarter (nihen)
- Major doucmentation overhaul on Apache2 startup files (rkitover, avar)
Diffstat (limited to 'www')
-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 fecc52e98d3..1fb694748ff 100644 --- a/www/p5-Plack/Makefile +++ b/www/p5-Plack/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.20 2013/01/19 12:46:00 wen Exp $ +# $NetBSD: Makefile,v 1.21 2013/02/01 05:12:08 wen Exp $ -DISTNAME= Plack-1.0015 +DISTNAME= Plack-1.0016 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 7bc0187018d..20007fe6c57 100644 --- a/www/p5-Plack/distinfo +++ b/www/p5-Plack/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.16 2013/01/19 12:46:00 wen Exp $ +$NetBSD: distinfo,v 1.17 2013/02/01 05:12:08 wen Exp $ -SHA1 (Plack-1.0015.tar.gz) = cc2b2472e92f9b436c54be6be6d4ffad410f4302 -RMD160 (Plack-1.0015.tar.gz) = 539845ea8814c61bddbe83e2b02ddedd67b56ff6 -Size (Plack-1.0015.tar.gz) = 240303 bytes +SHA1 (Plack-1.0016.tar.gz) = ef7a98b8e25277424b9dacdd648447fe48a8a9ab +RMD160 (Plack-1.0016.tar.gz) = dba71dff4e4249df74095025d5c90b6a5dd4dcbe +Size (Plack-1.0016.tar.gz) = 243065 bytes |