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/p5-Plack/Makefile | |
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/p5-Plack/Makefile')
-rw-r--r-- | www/p5-Plack/Makefile | 4 |
1 files changed, 2 insertions, 2 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/} |