pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/p5-Plack
Module Name: pkgsrc
Committed By: wen
Date: Tue Oct 4 11:49:19 UTC 2016
Modified Files:
pkgsrc/www/p5-Plack: Makefile distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/www/p5-Plack/Makefile
cvs rdiff -u -r1.31 -r1.32 pkgsrc/www/p5-Plack/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/p5-Plack/Makefile
diff -u pkgsrc/www/p5-Plack/Makefile:1.40 pkgsrc/www/p5-Plack/Makefile:1.41
--- pkgsrc/www/p5-Plack/Makefile:1.40 Wed Jun 8 19:25:12 2016
+++ pkgsrc/www/p5-Plack/Makefile Tue Oct 4 11:49:19 2016
@@ -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>=1.23:../.
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
Index: pkgsrc/www/p5-Plack/distinfo
diff -u pkgsrc/www/p5-Plack/distinfo:1.31 pkgsrc/www/p5-Plack/distinfo:1.32
--- pkgsrc/www/p5-Plack/distinfo:1.31 Wed Dec 9 13:52:45 2015
+++ pkgsrc/www/p5-Plack/distinfo Tue Oct 4 11:49:19 2016
@@ -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