pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/p5-Plack Update to 1.0042



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bfd607f771c2
branches:  trunk
changeset: 353400:bfd607f771c2
user:      wen <wen%pkgsrc.org@localhost>
date:      Tue Oct 04 11:49:19 2016 +0000

description:
Update to 1.0042
Update DEPENDS

Upstream changes:
1.0042  2016-09-28 22:37:33 PDT
    [BUG FIXES]
        - Revert: Allow passing an already-open listen socket to HTTP::Server::PSGI #550

1.0041  2016-09-25 14:24:07 PDT
    [BUG FIXES]
        - Fix ConditionalGET middleware in case both Last-Modified and ETag exist. #569
        - Handle Cookie values with quotes correctly (alh, kazeburo) #564, #567

    [IMPROVEMENTS]
        - Several documentation fixes and error message improvements #556, #557, #558, #559

1.0040  2016-04-01 09:57:06 PDT
    [INCOMPATIBLE CHANGES]
        - Fixes a mistake in the value of %D and %T in Accesslog::Timed middleware.
          This is due to a bug in Apache::LogFormat::Compiler that sets a wrong value
          for these fields. This bug has been fixed and now it emits what the documentation
          has always said, in the same way as how Apache's log format works.

          However, this is a BREAKING CHANGE if you are using '%D' or '%T' in your log
          formats, and you'll likely need to swap them if you need the same values as
          previously. Read https://github.com/plack/Plack/issues/549 for more details.
          (astj) #549, #551

    [IMPROVEMENTS]
        - Remove the use of HTTP::Body in favor of HTTP::Entity::Parser (kazeburo) #538
        - Increase the buffer size to 1MB for requests already buffered by the PSGI server
        - Allow passing an already-open listen socket to HTTP::Server::PSGI (ilmari) #550

    [BUG FIXES]
        - Lint middleware now allows blessed code refs as a PSGI app (smcmurray) #542
        - Fix log4perl tests to pass when running in parallel (rsimoes) #545

diffstat:

 www/p5-Plack/Makefile |   9 ++++-----
 www/p5-Plack/distinfo |  10 +++++-----
 2 files changed, 9 insertions(+), 10 deletions(-)

diffs (43 lines):

diff -r d3152a1dfce8 -r bfd607f771c2 www/p5-Plack/Makefile
--- a/www/p5-Plack/Makefile     Tue Oct 04 11:48:16 2016 +0000
+++ b/www/p5-Plack/Makefile     Tue Oct 04 11:49:19 2016 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.40 2016/06/08 19:25:12 wiz Exp $
+# $NetBSD: Makefile,v 1.41 2016/10/04 11:49:19 wen Exp $
 
-DISTNAME=      Plack-1.0039
+DISTNAME=      Plack-1.0042
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    www perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Plack/}
 
@@ -23,11 +22,11 @@
 DEPENDS+=      p5-Devel-StackTrace-AsHTML>=0.11:../../devel/p5-Devel-StackTrace-AsHTML
 DEPENDS+=      p5-Filesys-Notify-Simple-[0-9]*:../../devel/p5-Filesys-Notify-Simple
 DEPENDS+=      p5-Hash-MultiValue>=0.05:../../devel/p5-Hash-MultiValue
-DEPENDS+=      p5-HTTP-Body>=1.06:../../www/p5-HTTP-Body
+DEPENDS+=      p5-HTTP-Entity-Parser>=0.17:../../www/p5-HTTP-Entity-Parser
 DEPENDS+=      p5-Test-TCP>=2.00:../../net/p5-Test-TCP
 DEPENDS+=      p5-Stream-Buffered>=0.02:../../devel/p5-Stream-Buffered
 DEPENDS+=      p5-Apache-LogFormat-Compiler>=0.12:../../www/p5-Apache-LogFormat-Compiler
-DEPENDS+=      p5-Cookie-Baker>=0.05:../../www/p5-Cookie-Baker
+DEPENDS+=      p5-Cookie-Baker>=0.07:../../www/p5-Cookie-Baker
 DEPENDS+=      p5-HTTP-Headers-Fast>=0.18:../../www/p5-HTTP-Headers-Fast
 
 USE_LANGUAGES= # empty
diff -r d3152a1dfce8 -r bfd607f771c2 www/p5-Plack/distinfo
--- a/www/p5-Plack/distinfo     Tue Oct 04 11:48:16 2016 +0000
+++ b/www/p5-Plack/distinfo     Tue Oct 04 11:49:19 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.31 2015/12/09 13:52:45 wen Exp $
+$NetBSD: distinfo,v 1.32 2016/10/04 11:49:19 wen Exp $
 
-SHA1 (Plack-1.0039.tar.gz) = 5f19f339e6bb5756823c67fe8932071dc78b29d7
-RMD160 (Plack-1.0039.tar.gz) = 8dd2bd6ef1b709355009cea75864b7fd42b979ed
-SHA512 (Plack-1.0039.tar.gz) = 963e30ec721a96f99ac9524b1b38861965aa84878062551ae77e62c7b2724cf00d6e7e265dde1c88f3e1aa3da7ca41bb5a392e990409380de09c1c1b769b5387
-Size (Plack-1.0039.tar.gz) = 176711 bytes
+SHA1 (Plack-1.0042.tar.gz) = 6509301cafb04c11a0dd47c50d1746dfd831a4b5
+RMD160 (Plack-1.0042.tar.gz) = 4a3a6909834f21cb89b6b39cf50ef95bd3ee79f7
+SHA512 (Plack-1.0042.tar.gz) = fe7b51967ff284bd0a6d936379db208cf0abe2d51387ff04123be4ef9e88d92fa23e5840b11e722cd7bd17a989c9a7b85d4e5059a96ee1f0d25e037d67472231
+Size (Plack-1.0042.tar.gz) = 178262 bytes



Home | Main Index | Thread Index | Old Index