diff options
author | wiz <wiz@pkgsrc.org> | 2008-10-14 14:51:22 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-10-14 14:51:22 +0000 |
commit | bfa6a77129a8b271c6d59fcd7a07b62afc4b0584 (patch) | |
tree | 25e6816663b0d3a8025516983c3b1734f2dba586 | |
parent | ab054c704402c82d73edc77778b647161bb2bc74 (diff) | |
download | pkgsrc-bfa6a77129a8b271c6d59fcd7a07b62afc4b0584.tar.gz |
Update to 5.817:
2008-10-10
Release 5.817
Gisle Aas (16):
Should store "wire" headers field names with _ without translation.
Test HTTP::Request->parse().
Restore pre-5.815 behaviour of returning "400 Bad Request" [RT#39694]
Rename the HTTP::Status constants to have HTTP_ prefix
Detection of unsupported schemes was broken [RT#37637]
Allow tainted methods to be forwarded to HTTP::Headers [RT#38736]
Add strict mode to HTML::Form
Fix test now that less warnings are generated.
Add content_is_xml method
Make split_header_words() lower case returned tokens/keys
Avoid invoking AUTOLOAD on object destruction [RT#39852]
Add decode() method to HTTP::Message
Add encode() method to HTTP::Message
Allow multiple fields to be set with push_header().
Make content_type and content_is_xhtml methods faster
Faster push_header()
2008-09-29
Release 5.816
Gisle Aas (2):
Add missing binmode() [RT#39668]
Doc tweaks
2008-09-24
Release 5.815
Gisle Aas (23):
We don't need to build the docs to run the tests.
Style tweaks.
The jigsaw service isn't up to much good these days.
HTTP::Cookies produces warnings for undefined cookie param names [RT#38480]
Typo fix; HTTP::Message will never include x-bzip2 in Accept-Encoding [RT#38617]
Added HTTP::Config module
Add methods to configure processing handlers.
100 Continue response not complete.
Use 3-arg open when response content to files.
Make the show_progress attribute official (by documenting it).
Start using handlers for driving the inner logic of LWP::UserAgent.
Expose the content_is_html and content_is_xhtml methods from HTTP::Headers.
Make credentials method able to get/set values.
An auth handler per realm.
Match proxy setting for request.
Set up separate handler for adding proxy authentication.
Add request_preprepare to be able to initialize proxy early enough.
Smarter get_my_handler() that can also create handlers.
Refactor; introduce run_handlers method
Pass in handler hash to the handler callback.
Don't let version=1 override behaviour if specified with a plan Set-Cookie header.
Remove handler when we don't have a username/password for the realm.
Make tests use Test.pm
Bron Gondwana (2):
Double-check that username or password has changed after a failed login.
Update Digest Authen to subclass Basic.
Ondrej Hanak (1):
Avoid running out of filehandles with DYNAMIC_FILE_UPLOAD.
Todd Lipcon (1):
Fixed parsing of header values starting with ':' [RT#39367]
amire80 (1):
Documentation typo fixes [RT#38203]
-rw-r--r-- | www/p5-libwww/Makefile | 4 | ||||
-rw-r--r-- | www/p5-libwww/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/p5-libwww/Makefile b/www/p5-libwww/Makefile index 934d939def5..b70e84b5b8d 100644 --- a/www/p5-libwww/Makefile +++ b/www/p5-libwww/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.59 2008/09/14 23:14:27 he Exp $ +# $NetBSD: Makefile,v 1.60 2008/10/14 14:51:22 wiz Exp $ -DISTNAME= libwww-perl-5.814 +DISTNAME= libwww-perl-5.817 PKGNAME= p5-${DISTNAME:S/-perl-/-/} SVR4_PKGNAME= p5lww CATEGORIES= www perl5 diff --git a/www/p5-libwww/distinfo b/www/p5-libwww/distinfo index 9a9ec5f1099..76c68cf1b3a 100644 --- a/www/p5-libwww/distinfo +++ b/www/p5-libwww/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.21 2008/09/14 23:14:27 he Exp $ +$NetBSD: distinfo,v 1.22 2008/10/14 14:51:22 wiz Exp $ -SHA1 (libwww-perl-5.814.tar.gz) = ad8e0226311feb4a7daa68ffffd07d2fcbe199fb -RMD160 (libwww-perl-5.814.tar.gz) = 3260a280cba82eee3aee32c05aba76fb69ebe9dd -Size (libwww-perl-5.814.tar.gz) = 243233 bytes +SHA1 (libwww-perl-5.817.tar.gz) = 62ee90f518c91d952fc752144004f57b05a9313f +RMD160 (libwww-perl-5.817.tar.gz) = a6019c583faeb72ebfebc93530881d2241b823cf +Size (libwww-perl-5.817.tar.gz) = 251067 bytes |