diff options
author | wen <wen@pkgsrc.org> | 2012-07-25 14:57:22 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2012-07-25 14:57:22 +0000 |
commit | 1f3384022957da1abb19654d01fe69fd6b77e1e4 (patch) | |
tree | 6b3cf011d09d70e6b8143439cea23524d04a552f /www | |
parent | 65585b5e98e130f516b626b7a1abef0158d3ba8c (diff) | |
download | pkgsrc-1f3384022957da1abb19654d01fe69fd6b77e1e4.tar.gz |
Update to 2.4
Upstream ChangLog:
2.4 2012-07-20
- Fixed RT #13791, which meant you couldn't request http://foobar.com --
had to have to trailing slash on the URL.
- Don't add request header if value passed is undef (RT #4546).
- Fixed bug where writing the request can get stuck in a loop.
Bug reported by Florian Kirchmeir. Fix based on Florian's patch.
- RT #35360 fixed (fix included in report).
- Documentation tidy-up
- Neil Bowers (NEILB) granted co-maint by Adam (thanks)
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-HTTP-Lite/Makefile | 4 | ||||
-rw-r--r-- | www/p5-HTTP-Lite/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/p5-HTTP-Lite/Makefile b/www/p5-HTTP-Lite/Makefile index 4571b236fc2..4109f9778a1 100644 --- a/www/p5-HTTP-Lite/Makefile +++ b/www/p5-HTTP-Lite/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2011/11/22 03:39:10 hiramatsu Exp $ +# $NetBSD: Makefile,v 1.9 2012/07/25 14:57:22 wen Exp $ -DISTNAME= HTTP-Lite-2.3 +DISTNAME= HTTP-Lite-2.4 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5hl CATEGORIES= www perl5 diff --git a/www/p5-HTTP-Lite/distinfo b/www/p5-HTTP-Lite/distinfo index 47d436664a7..7d301f7dc19 100644 --- a/www/p5-HTTP-Lite/distinfo +++ b/www/p5-HTTP-Lite/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2011/11/22 03:39:10 hiramatsu Exp $ +$NetBSD: distinfo,v 1.4 2012/07/25 14:57:22 wen Exp $ -SHA1 (HTTP-Lite-2.3.tar.gz) = e10038c28f600e1b662e9a1f96ac0b0d8d81273e -RMD160 (HTTP-Lite-2.3.tar.gz) = 94774e4a2a5295817604371bc66bbe5b58e4afa8 -Size (HTTP-Lite-2.3.tar.gz) = 305948 bytes +SHA1 (HTTP-Lite-2.4.tar.gz) = c1ca54e2a082497ddf0ff187e9c57b3b87c3ca5d +RMD160 (HTTP-Lite-2.4.tar.gz) = 1af723efcac51ef48bf201b6a1e457c04f9f05c7 +Size (HTTP-Lite-2.4.tar.gz) = 306147 bytes |