Update to 1.0022

Upstream changes:
1.0022  2013-04-02 12:37:42 PDT
    [BUG FIXES]
        - Fixed a major bug in 1.0020-1.0021 where posix_default prevents arbitrary arguments
          for plackup-compat (e.g. starman) to handle them (Thanks to justnoxx) Starman#66

    [IMPROVEMENTS]
        - Fixed test warnings (Keedi Kim)

1.0021  2013-04-02 11:20:00 PDT
        - Repackage with Milla v0.9.6 #392

1.0020  2013-04-01 19:34:54 PDT
    [INCOMPATIBLE CHANGES]
        - Enable posix_default and gnu_compat in plackup Getopt, so that ambiguous
          option names do not match with long options accidentally

    [IMPROVEMENTS]
        - Document fix for the AccessLog (ether)
        - Special-case Content-Length and Content-Type for %{}i in AccessLog format #387


1.0019  2013-04-01 17:58:25 PDT
        - Trial release with Milla

1.0018 Fri Mar  8 10:43:45 PST 2013
    [IMPROVEMENTS]
        - Performance boost in Plack::Request#query_parameters (lestrrat)
        - Added custom log formats for %m, %U, %q and %H (Hiroshi Sakai)
        - Fixed warnings in SimpleContentFilter (earino)

    [DOCUMENTATION]
        - Added docs about plackup --path
        - Added docs about using manager object in Plack::Handler::FCGI

1.0017-TRIAL Thu Feb  7 19:21:24 PST 2013
    [INCOMPATIBLE CHANGES]
        - Gives you warnings when you use one of Plack::App objects in `plackup -e` or
          in .psgi files but forgot to call ->to_app to make it a PSGI application (#369)
          Still automatically converts them for backward compatibility, but in the
          loading time inside Plack::Builder.

    [BUG FIXES]
        - chdir to the CGI path when executing CGIBin (#338, #368)
This commit is contained in:
wen 2013-04-03 02:12:52 +00:00
parent 27fd5210b7
commit 302fac0417
2 changed files with 7 additions and 6 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.21 2013/02/01 05:12:08 wen Exp $
# $NetBSD: Makefile,v 1.22 2013/04/03 02:12:52 wen Exp $
DISTNAME= Plack-1.0016
DISTNAME= Plack-1.0022
PKGNAME= p5-${DISTNAME}
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Plack/}
@ -15,6 +15,7 @@ DEPENDS+= p5-libwww>=5.814:../../www/p5-libwww
DEPENDS+= p5-HTTP-Message>=5.814:../../www/p5-HTTP-Message
DEPENDS+= p5-URI>=1.59:../../www/p5-URI
DEPENDS+= p5-File-ShareDir>=1.00:../../devel/p5-File-ShareDir
DEPENDS+= p5-File-ShareDir-Install>=0.04:../../devel/p5-File-ShareDir-Install
DEPENDS+= p5-Try-Tiny-[0-9]*:../../devel/p5-Try-Tiny
DEPENDS+= p5-parent-[0-9]*:../../devel/p5-parent
DEPENDS+= p5-Devel-StackTrace>=1.23:../../devel/p5-Devel-StackTrace

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.17 2013/02/01 05:12:08 wen Exp $
$NetBSD: distinfo,v 1.18 2013/04/03 02:12:52 wen Exp $
SHA1 (Plack-1.0016.tar.gz) = ef7a98b8e25277424b9dacdd648447fe48a8a9ab
RMD160 (Plack-1.0016.tar.gz) = dba71dff4e4249df74095025d5c90b6a5dd4dcbe
Size (Plack-1.0016.tar.gz) = 243065 bytes
SHA1 (Plack-1.0022.tar.gz) = d27aa6d8a46037a7b6f50519f36e38e01e3b2241
RMD160 (Plack-1.0022.tar.gz) = d3d2f357ea1f73bf85a89300447ac0d599321b56
Size (Plack-1.0022.tar.gz) = 234218 bytes