diff options
author | seb <seb> | 2010-05-24 18:43:13 +0000 |
---|---|---|
committer | seb <seb> | 2010-05-24 18:43:13 +0000 |
commit | a825d877fde15e0b31e7c4f9d36029ee5e2f3749 (patch) | |
tree | 71609a58d8868b52d384f8543d0d53576a70ed7a /www/p5-libwww | |
parent | 6b019ff8a1a7f805108a44934a89db2258758e94 (diff) | |
download | pkgsrc-a825d877fde15e0b31e7c4f9d36029ee5e2f3749.tar.gz |
Update p5-libwww from version 5.834 to version 5.836.
Upstream changes:
2010-05-13 Release 5.836
Gisle Aas (1):
Fix problem where $resp->base would downcase its return value
2010-05-05 Release 5.835
Gisle Aas (12):
simple string can be simplified
Make $mess->decoded_content remove XML encoding declarations [RT#52572]
Don't allow saving to filenames starting with '.' suggested by server
Avoid race between testing for existence of output file and opening the file
Minor doc fixup -- wrongly ucfirsted word
Use decoded_content in HTTP:Response synopsis [RT#54139]
sun.com is no more. rip!
Trivial layout tweak to reduce variable scope.
Add 'make test_hudson' target
Implement alt_charset parameter for decoded_content()
Test decoding with different charset parameters
lwp-download now needs the -s option to honor the Content-Disposition header
Ville Skyttä (9):
Make LWP::MediaTypes::media_suffix case insensitive.
Skip XML decoding tests if XML::Simple is not available.
Documentation fixes.
Fix m_media_type => "xhtml" matching.
Make parse_head() apply to data: requests.
Documentation spelling fixes.
Documentation grammar fixes.
Use $uri->secure in m_secure if available.
Fix handling of multiple (same) base headers, and parameters in them.
Mark Stosberg (5):
Strip out empty lines separated by CRLF
Best Practice: avoid indirect object notation
Speed up as_string by 4% by having _sorted_field_names return a reference
Speed up scan() a bit. as_string() from this branch is now 6% faster
Port over as_string() optimizations from HTTP::Headers::Fast
Tom Hukins (2):
Link to referenced documentation.
Update repository location.
Father Chrysostomos (1):
Remove needless (and actually harmful) local $_
Sean M. Burke (1):
"Perl & LWP" is available online
Diffstat (limited to 'www/p5-libwww')
-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 4d387322f3c..2088d287374 100644 --- a/www/p5-libwww/Makefile +++ b/www/p5-libwww/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.77 2009/12/15 13:41:44 wiz Exp $ +# $NetBSD: Makefile,v 1.78 2010/05/24 18:43:13 seb Exp $ -DISTNAME= libwww-perl-5.834 +DISTNAME= libwww-perl-5.836 PKGNAME= p5-${DISTNAME:S/-perl-/-/} SVR4_PKGNAME= p5lww CATEGORIES= www perl5 diff --git a/www/p5-libwww/distinfo b/www/p5-libwww/distinfo index 0389d1e9fa7..2dcc5e46f7a 100644 --- a/www/p5-libwww/distinfo +++ b/www/p5-libwww/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.35 2009/12/15 13:41:44 wiz Exp $ +$NetBSD: distinfo,v 1.36 2010/05/24 18:43:13 seb Exp $ -SHA1 (libwww-perl-5.834.tar.gz) = 62a3195b8da8a31eacd1ab63e67145ff694a15b3 -RMD160 (libwww-perl-5.834.tar.gz) = 280115d2a7c926d0418b9f54cabee47b5e95d4d2 -Size (libwww-perl-5.834.tar.gz) = 267775 bytes +SHA1 (libwww-perl-5.836.tar.gz) = db49fd767db9852848479899b4989611c12f8bcb +RMD160 (libwww-perl-5.836.tar.gz) = 13cfeab7a4f142c2cf875ae74ed3b804b0189ce7 +Size (libwww-perl-5.836.tar.gz) = 270101 bytes |