diff options
author | abs <abs@pkgsrc.org> | 2001-02-15 11:28:50 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2001-02-15 11:28:50 +0000 |
commit | 7d25f6bad7efe96c581473b4d646808b8caf5487 (patch) | |
tree | 52948b4d95ae571d9ab018c13f7471384ed3c892 /www | |
parent | 0564f7b6bc433ba07c8e504d13baf148a91ebd7c (diff) | |
download | pkgsrc-7d25f6bad7efe96c581473b4d646808b8caf5487.tar.gz |
Update to 5.50:
Changes since 5.48:
Release 5.50
Fix for test cases that failed because of URI-1.10 now encode
space as '+' instead of '%20. Patch by Christian Gilmore
<cgilmore@tivoli.com>.
Makefile.PL: Require URI-1.10.
HTTP::Daemon now accepts any non-space character as method name
on the request line. It used to fail on methods like "M-POST"
because it only allowed \w-chars.
HTTP::Date now allow fractional seconds in ISO date formats.
Based on patch from Mark D. Anderson <mda@discerning.com>
HTTP::Request::Common will now calculate Content-length
even if $DYNAMIC_FILE_UPLOAD is set. Patch provided by
Lindley, Lee T <Lee.Lindley@viasystems.com>.
2000-12-31 Gisle Aas <gisle@ActiveState.com>
Release 5.49
HTML::Form: Use croak() instead of die. Implement
$f->possible_values. Avoid use of undef value warnings.
HTTP::Cookies: fix epath issue. Make it work for URI::http
as the uri-attribute of HTTP::Request object
HTTP::Date: Allow ignored timezone info in parenthesis. Patch
by Sander van Zoest <sander@covalent.net>.
Fix calculation of non-GMT timezones (wrong sign). Patch by
KONISHI Katsuhiro <konishi@din.or.jp>.
HTTP::Response: Let $res->base() absolutize the URI. Based on
bug report from Hans de Graaff <hans@degraaff.org>.
Fixed minor doc typos in HTTP::Headers::Util and LWP::UserAgent.
HTTP::Request::Common: Support boundary spec from client.
LWP::Simple: Avoid trivial_http_get when @ appears in authority
part of URI
LWP::Authen::Digest: Need to have query in URI param.
Spotted by <ronald@innovation.ch>.
LWP::Protocol::http: unescape username/password if they are
specified in the URI.
Added LWP::Protocol::GHTTP. This allow LWP to use the HTTP::GHTTP
module as the low level HTTP driver.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-libwww/Makefile | 4 | ||||
-rw-r--r-- | www/p5-libwww/files/md5 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/p5-libwww/Makefile b/www/p5-libwww/Makefile index 19dfc724598..f5455392018 100644 --- a/www/p5-libwww/Makefile +++ b/www/p5-libwww/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.16 2000/08/29 00:52:07 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2001/02/15 11:28:50 abs Exp $ # FreeBSD Id: Makefile,v 1.12 1997/09/14 04:00:11 jfitz Exp # -DISTNAME= libwww-perl-5.48 +DISTNAME= libwww-perl-5.50 PKGNAME= p5-${DISTNAME:S/-perl-/-/} CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=WWW/} diff --git a/www/p5-libwww/files/md5 b/www/p5-libwww/files/md5 index 123d7a36b43..59e02be0e28 100644 --- a/www/p5-libwww/files/md5 +++ b/www/p5-libwww/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.5 2000/07/03 09:49:20 mjl Exp $ +$NetBSD: md5,v 1.6 2001/02/15 11:28:51 abs Exp $ -MD5 (libwww-perl-5.48.tar.gz) = 11d9f78392bf9bbb234254522fa0fa22 +MD5 (libwww-perl-5.50.tar.gz) = 9ae366ecbce3eafb888b99444a9ad670 |