diff options
author | hiramatsu <hiramatsu@pkgsrc.org> | 2011-11-19 03:28:23 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu@pkgsrc.org> | 2011-11-19 03:28:23 +0000 |
commit | 254e3e90b13808c48ef617ea5bc71c9207b863cd (patch) | |
tree | bbf78158c37192d906d3e8f4e6615e4797370785 | |
parent | 3843a0b5921319a3f1d18ea5b2b000694b94c19c (diff) | |
download | pkgsrc-254e3e90b13808c48ef617ea5bc71c9207b863cd.tar.gz |
Update p5-HTTP-Proxy to 0.25.
Changes from previous:
0.25 Sun Jul 3 00:28:10 CEST 2011
[ENHANCEMENTS]
- new Engine: HTTP::Proxy::Engine::Threaded, by Angelos Karageorgiou
[FIXES]
- Correctly call eod() when the response has no body
(closed RT ticket #48310)
-rw-r--r-- | www/p5-HTTP-Proxy/Makefile | 5 | ||||
-rw-r--r-- | www/p5-HTTP-Proxy/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/www/p5-HTTP-Proxy/Makefile b/www/p5-HTTP-Proxy/Makefile index 1736513445f..0cf9b2bc8e7 100644 --- a/www/p5-HTTP-Proxy/Makefile +++ b/www/p5-HTTP-Proxy/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2011/08/14 16:05:58 obache Exp $ +# $NetBSD: Makefile,v 1.10 2011/11/19 03:28:23 hiramatsu Exp $ # -DISTNAME= HTTP-Proxy-0.24 +DISTNAME= HTTP-Proxy-0.25 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTTP/} diff --git a/www/p5-HTTP-Proxy/distinfo b/www/p5-HTTP-Proxy/distinfo index 3aa80e343d4..91ef1ba2fc9 100644 --- a/www/p5-HTTP-Proxy/distinfo +++ b/www/p5-HTTP-Proxy/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2009/08/19 18:48:25 sno Exp $ +$NetBSD: distinfo,v 1.5 2011/11/19 03:28:23 hiramatsu Exp $ -SHA1 (HTTP-Proxy-0.24.tar.gz) = 7c6db7dc2004d5b1fb80507fc0446ca01f2fa8ba -RMD160 (HTTP-Proxy-0.24.tar.gz) = 07493d4e2bc40d261eebdd072d4faeb35cee03ef -Size (HTTP-Proxy-0.24.tar.gz) = 70018 bytes +SHA1 (HTTP-Proxy-0.25.tar.gz) = 75b671b25f8cf70cb7999e8c477b81f72e5f1014 +RMD160 (HTTP-Proxy-0.25.tar.gz) = d0a4eb4230d2851e02e805f855abe1c7f3c160ae +Size (HTTP-Proxy-0.25.tar.gz) = 86808 bytes |