diff options
author | sno <sno@pkgsrc.org> | 2009-10-24 16:08:44 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-10-24 16:08:44 +0000 |
commit | 5134a49f7f99771740549bbb76ffa01b73f2043f (patch) | |
tree | be87ae34fe3ab7e9c6b3c12d1cba41b957fc68e9 /www/p5-libwww/Makefile | |
parent | a13ce7ed0a4c19fd4ea4546239b3c9a7a49451e8 (diff) | |
download | pkgsrc-5134a49f7f99771740549bbb76ffa01b73f2043f.tar.gz |
Updating www/p5-libwww from 5.832 to 5.833
Upstream changes:
2009-10-06 Release 5.833
Gisle Aas (5):
Deal with cookies that expire far into the future [RT#50147]
Deal with cookies that expire at or before epoch [RT#49467]
Pass separate type for https to LWP::ConnCache [RT#48899]
Improved handling of the User-Agent header [RT#48461]
HTTP::Cookies add_cookie_header previous Cookies [RT#46106]
Andreas J. Koenig (1):
Improve diagnostics from LWP::UserAgent::mirror [RT#48869]
Slaven Rezic (1):
mirror should die in case X-Died is set [RT#48236]
Ville Skytt"a (1):
Increase default Net::HTTP max line length to 8k.
Diffstat (limited to 'www/p5-libwww/Makefile')
-rw-r--r-- | www/p5-libwww/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-libwww/Makefile b/www/p5-libwww/Makefile index de9941d362d..9f69fc0591d 100644 --- a/www/p5-libwww/Makefile +++ b/www/p5-libwww/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.75 2009/09/22 18:02:23 sno Exp $ +# $NetBSD: Makefile,v 1.76 2009/10/24 16:08:44 sno Exp $ -DISTNAME= libwww-perl-5.832 +DISTNAME= libwww-perl-5.833 PKGNAME= p5-${DISTNAME:S/-perl-/-/} SVR4_PKGNAME= p5lww CATEGORIES= www perl5 |