diff options
author | hiramatsu <hiramatsu> | 2011-11-16 08:05:28 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu> | 2011-11-16 08:05:28 +0000 |
commit | 53fe0f311487e20aff9d57982fecda5604ace566 (patch) | |
tree | 606613d30e26b45f866ae8c1367a44981670c7b9 | |
parent | c8f28522f35cc4c0324f427bb3c83e145e3344e5 (diff) | |
download | pkgsrc-53fe0f311487e20aff9d57982fecda5604ace566.tar.gz |
Update p5-Plack-App-Proxy to 0.19.
Changes from previous:
0.19
- Add pluggable backends, since AnyEvent seems to be flaky on
some systems. (doy)
0.18 02/17/2010
- Fixes for RewriteLocation when used on a mounted proxy
(hiratara, rbuels)
- Ignore $ENV{http_proxy}
- Include reason for failure in 502 response
- Disabled persistent HTTP connection option in AnyEvent::HTTP
0.17 01/19/2010
- Bump version to fix some CPAN issues
0.16 01/12/2010
- Rewrite proxy code to use AnyEvent::HTTP's on_body callback.
This gets chunked and gzipped responses working.
-rw-r--r-- | www/p5-Plack-App-Proxy/Makefile | 5 | ||||
-rw-r--r-- | www/p5-Plack-App-Proxy/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/www/p5-Plack-App-Proxy/Makefile b/www/p5-Plack-App-Proxy/Makefile index 0b1ea5e54c4..6e2d87c9008 100644 --- a/www/p5-Plack-App-Proxy/Makefile +++ b/www/p5-Plack-App-Proxy/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2011/08/14 16:06:04 obache Exp $ +# $NetBSD: Makefile,v 1.4 2011/11/16 08:05:28 hiramatsu Exp $ -DISTNAME= Plack-App-Proxy-0.15 +DISTNAME= Plack-App-Proxy-0.19 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Plack/} diff --git a/www/p5-Plack-App-Proxy/distinfo b/www/p5-Plack-App-Proxy/distinfo index bf5e541eb6c..e38ee178dcf 100644 --- a/www/p5-Plack-App-Proxy/distinfo +++ b/www/p5-Plack-App-Proxy/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2010/07/04 21:08:27 seb Exp $ +$NetBSD: distinfo,v 1.2 2011/11/16 08:05:28 hiramatsu Exp $ -SHA1 (Plack-App-Proxy-0.15.tar.gz) = b7139942b645d7c0bd37466df6530839a59f493a -RMD160 (Plack-App-Proxy-0.15.tar.gz) = 7493ef6fa1167545dabd28b5bdec737dfc935d91 -Size (Plack-App-Proxy-0.15.tar.gz) = 27061 bytes +SHA1 (Plack-App-Proxy-0.19.tar.gz) = 516d04c96c4e13b3594bac7e5d7d811bd9caba74 +RMD160 (Plack-App-Proxy-0.19.tar.gz) = b718c4514e0169ce94012ce2cce4e7cf0ee56080 +Size (Plack-App-Proxy-0.19.tar.gz) = 31377 bytes |