diff options
author | wiz <wiz@pkgsrc.org> | 2005-12-11 19:17:19 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-12-11 19:17:19 +0000 |
commit | 44156cb63c6bf5babfa8b810e56ac128920f6bf1 (patch) | |
tree | 07786b3c71538d728b08ff2a3c7fd3fbe9884588 | |
parent | 14af1926447cea829d74d9e59b902a030bdc09ad (diff) | |
download | pkgsrc-44156cb63c6bf5babfa8b810e56ac128920f6bf1.tar.gz |
Update to 5.805:
2005-12-08 Gisle Aas
Release 5.805
HTTP::Date: The str2time function returned wrong values for
years in the early 20th century, because timelocal() actually
expects the year to be provided on a different scale than what
localtime() returns.
HTTP::Headers can now be constructed with field names that repeat.
The $h->header function now also accept repeating field
names and can also remove headers if passed undef as value.
HTML::Form: The parse method now takes hash style optional
arguments and the old verbose behaviour is now off by default.
HTML::Form: Accept <select multiple=""> for compatibilty with
other browsers. Patch by Josh Rai
HTML::Form: Sane handling of 'disabled' for ListInput.
Based on patch by Joao Lopes
HTTP::Negotiate: Fixed matching of partial language tags.
Patch contributed by Dan Kubb.
HTTP::Response: The as_string method now returns a status line
that doesn't add the "official" code name in the message
field. This improves the ability to round-trip response objects
via HTTP::Response->parse($res->as_string) and makes the first
line of the string returned agree with $res->status_line.
Net::HTTP: The host attribute can now be set undef in
order to suppress this header for HTTP/1.0 requests.
Net::HTTP: The default Host: header does not include the
port number if it is the default (80 for plain HTTP). Some
servers get confused by this.
Net::HTTP: Ignore bogus Content-Length headers. Don't get
confused by leading or trailing whitespace.
LWP::Protocol::http: More efficient sending of small PUT/POST
requests by trying harder to pass off the whole request in a
single call to syswrite.
lwp-request now give better error messages if you used the
-o option without having the HTML-Tree distribution installed.
Also document this dependency.
2005-12-06 Gisle Aas
Release 5.804
HTTP::Message->parse did not work when the first line of the body
was something that looked like a header.
HTTP::Header::Auth needs HTTP::Headers to be loaded before
it replace its functions.
LWP::Protocol::nntp improvements by Ville Skyttä
- Support the nntp: scheme.
- Support hostname in news: and nntp: URIs.
- Close connection and preserve headers also in non-OK responses.
- HEAD support for URIs identifying a newsgroup.
- Comment spelling fixes.
Fix quotes in Net::HTTP example.
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=283916
Detect EOF when expecting a chunk header. Should address the
warnings shown in http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=286775
WWW::RobotRules: Improved parsing of not strictly valid robots.txt files
Makefile.PL: Set name to LWP so that the .packlist ends up in the
expected place.
-rw-r--r-- | www/p5-libwww/Makefile | 7 | ||||
-rw-r--r-- | www/p5-libwww/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/www/p5-libwww/Makefile b/www/p5-libwww/Makefile index ca48bc5fee3..544c9d66340 100644 --- a/www/p5-libwww/Makefile +++ b/www/p5-libwww/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.43 2005/08/06 06:19:41 jlam Exp $ +# $NetBSD: Makefile,v 1.44 2005/12/11 19:17:19 wiz Exp $ -DISTNAME= libwww-perl-5.803 +DISTNAME= libwww-perl-5.805 PKGNAME= p5-${DISTNAME:S/-perl-/-/} SVR4_PKGNAME= p5lww -PKGREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=WWW/} @@ -21,7 +20,7 @@ DEPENDS+= p5-MIME-Base64>=2.1:../../converters/p5-MIME-Base64 PKG_INSTALLATION_TYPES= overwrite pkgviews -PERL5_PACKLIST= auto/libwww-perl/.packlist +PERL5_PACKLIST= auto/LWP/.packlist MAKE_PARAMS= -n .include "../../lang/perl5/module.mk" diff --git a/www/p5-libwww/distinfo b/www/p5-libwww/distinfo index 862d9f24d15..27529dc6a80 100644 --- a/www/p5-libwww/distinfo +++ b/www/p5-libwww/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.12 2005/02/24 14:08:37 wiz Exp $ +$NetBSD: distinfo,v 1.13 2005/12/11 19:17:19 wiz Exp $ -SHA1 (libwww-perl-5.803.tar.gz) = b1e811b4de2275d52da76798886801926c834725 -RMD160 (libwww-perl-5.803.tar.gz) = fd8b842e1f8c8dc7d26d019fb7930db7300e8a61 -Size (libwww-perl-5.803.tar.gz) = 234773 bytes +SHA1 (libwww-perl-5.805.tar.gz) = 346da983824b5862034a8f33de51ddb05ec0685f +RMD160 (libwww-perl-5.805.tar.gz) = ddb124b5eeec525588d3b338f4b28c703a7d9517 +Size (libwww-perl-5.805.tar.gz) = 237535 bytes SHA1 (patch-aa) = 15b7ec5241ee02fa88338a9ff9eefa7471a2f34f |