Commit graph

141 commits

Author SHA1 Message Date
wiz
a268adaea4 p5-libwww: update to 6.47.
6.47      2020-08-18 15:27:27Z
    - Only add cookies from the jar if there aren't cookies in the request
      (GH#347) (Doug Bell and Olaf Alders)
2020-09-07 20:52:32 +00:00
wiz
00da7815c0 *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
wen
13b3d4c8c8 Update to 6.46
Upstream changes:
6.46      2020-06-23 21:19:26Z
    - Fix a looping regression in 6.45 for redirect responses without
      a Location header (GH PR#342, Niko Tyni)

6.45      2020-06-08 14:51:28Z
    - Fix Client-Warning: Internal response sometimes reset (GH#341) (Jonathan
      Dahan and Julien Fiegehenn)

6.44      2020-04-14 19:37:45Z
    - Support basic authentication charset per RFC 7617 (GH#339) (Ville Skytt)
    - Fixed POD mistake. (GH PR#338. Sebastian Paaske Tørholm)
2020-08-14 22:39:27 +00:00
mef
1e82573523 (www/p5-libwww) Updated 6.39 to 6.43
6.43      2019-11-26 13:54:43Z
    - Continue trying different Authentication challenge schemes if
      credentials are wrong (Roman Galeev, Julien Fiegehenn)

6.42      2019-11-20 17:40:52Z
    - Add retry handling for a stale nonce with digest authentication (marmotil
      and Frank Maas) (GH#40, GH#313, GH#321)
    - Add the patch method to LWP::UserAgent. (GH#334) (Chase Whitener)
    - Fix docs to match keep_alive => undef behavior, add some trivial tests
      (GH#333) (Ville Skyttä)
    - Documentation grammar fixes (GH#331) (Ville Skyttä)

6.41      2019-10-28 14:42:06Z
    - Allow mirroring to files called '0' (GH#329) (Mark Fowler)

6.40      2019-10-24 12:55:45Z
    - Let Digest authentication act on nonce expiry (GH#313) (Frank Maas)
    - Make file arg for mirror mandatory #304 (GH#326) (Julien Fiegehenn)
    - Doc fix: fields starting with ":" have to be quoted (GH#324) (Slaven
      Rezić)
    - Fix documentation for removing all handlers (GH#319) (leedo)
    - Ensure proper version of Dist::Zilla::Plugin::MakeMaker::Awesome
    - Add TravisCI testing for Perl v5.30
    - Clean up .perltidyrc
2019-11-28 13:08:10 +00:00
wiz
84e123ddd2 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
nia
d5c846b3af Update packages using a search.cpan.org HOMEPAGE to metacpan.org.
The former now redirects to the latter.

This covers the most simple cases where http://search.cpan.org/dist/name
can be changed to https://metacpan.org/release/name.

Reviewed by hand to hopefully make sure no unwanted changes sneak in.
2019-06-30 20:14:13 +00:00
wen
c1257ab447 Update to 6.39
Upstream changes:
6.39      2019-05-06 14:18:39Z
    - Document current best practices (GH#314) (Olaf Alders)
    - Document order in which handlers fire (GH#315) (Olaf Alders)
    - SKIP nntp test for now (GH#317) (Olaf Alders)
2019-05-18 04:20:53 +00:00
wen
5e3a2c61e0 Update to 6.38
Update DEPENDS

Upstream changes:
6.38      2019-03-25 18:58:58Z
    - Update Net::HTTP dependency from 6.07 to 6.18 (GH#310) (Olaf Alders)
    - Remove s.c.o. from SYNOPSIS (GH#308) (Olaf Alders)

6.37      2019-03-06 20:49:26Z
    - Improve ->add_handler documentation (GH #272) (Julien Fiegehenn)
    - Alter our rule set to allow IPv6 proxy hosts beginning with [. (GH #237)
    - Add a jigsaw test for 307 redirects (GH#285) (Nik LaBelle)
2019-04-20 03:50:17 +00:00
wen
2360515a2e Update to 6.36
Upstream changes:
6.36      2018-10-10 02:20:58Z
    - fix broken link https://metacpan.org/pod/LWP::Simple by fixing pod
      header (thanks for the report, traumschule!)
2018-10-20 10:08:57 +00:00
wiz
93b46879c7 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
wen
dcd1e8c9a0 Update to 6.35
Upstream changes:
6.35      2018-07-16 04:48:54Z
    - fix file descriptor leak in LWP::Protocol (introduced in version 6.17)
      that occurs for perl versions earlier than 5.18. (GH #296)
2018-07-20 03:26:40 +00:00
wen
2b6c3e0ec9 Update to 6.34
Upstream changes:
6.34      2018-06-05 18:48:59Z
    - timeout() documentation has more details about the response (thanks,
      Andrew Grangaard!)
    - HTTP::Status is now upgraded to 6.18 if 6.17 is installed (which had a
      bug).
2018-06-06 07:33:11 +00:00
wiz
989f9553f5 p5-libwww: update to 6.33.
6.33      2018-02-27 03:51:36Z
    - Fix send_te change from previous release, which was breaking
      LWP::Parallel::UserAgent and Test::Override::UserAgent (GH #281) (Doug
      Bell)
2018-02-28 09:09:19 +00:00
wen
da7d04128e Update to 6.32
Upstream changes:
6.32      2018-02-20 19:39:20Z
    - Suggest LWP::ConsoleLogger as an alternative to the deprecated LWP::Debug (GH#278) (Olaf Alders)
    - add send_te configuration to disable sending the TE header (GH#126) (Doug Bell)
    - Added a developer feature to the http.t tests. (GH#257) (colinnewell)
2018-02-21 07:28:03 +00:00
wiz
008138e50c p5-libwww: update to 6.31.
6.31      2017-12-11 01:55:53Z
    - fix version numbering (RT#123841)

6.30      2017-12-07
    - Use tr/// instead of s/// where appropriate (Ville Skyttä) (GH #265)
    - Use parent -norequire instead of base to not look for external
      dependencies (Fabian Zeindler) (GH #259)
    - Fix run_handlers to allow assigning to the request / response (Gianni
      Ceccarelli) (GH #274)
2017-12-30 15:17:39 +00:00
wiz
9a41053d03 p5-libwww: update to 6.29.
6.29      2017-11-06
    - Fix some version numbers

6.28      2017-11-06
    - Remove last use of Geopt::Std (Sergey Remanov) (GH #267)
    - Include unmatched connect error in status string (Patrik Lundin) (GH #269)
    - Fix insecure open FILEHANDLE,EXPR (Takumi Akiyama) (GH #270)
2017-11-08 21:47:47 +00:00
wiz
718c7d823a p5-libwww: update to 6.27.
6.27      2017-09-21
    - Switch to Getopt::Long in lwp-download (GH #262)
    - Fix lwp-request -C (GH #261)
    - Hide LWP::Protocol::http::Socket, LWP::Protocol::http::SocketMethods and
      LWP::Debug::TraceHTTP::Socket from PAUSE
    - Add tests for the "get" & "head" functions (GH #252)
    - Update lwpcook.pod (GH #256)
    - Handle undefined values in ->credentials (GH #157)
    - Fix lwp-mirror options checks.
    - Update bin/ scripts to use $LWP::VERSION instead of ->Version()
    - Improve lwp-download --help (GH #262)
2017-09-27 17:02:54 +00:00
ryoon
b9d9d2fc30 Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
wiz
7f2c38b2a5 Updated p5-libwww to 6.26.
6.26      2017-04-12
    - Perltidy all apps in the bin/ directory
    - Make all apps in bin/ use strict and warnings (RT #92633)
    - Fix bug tracker URL in metadata
2017-04-19 13:57:31 +00:00
wiz
dd7e713e61 Updated p5-libwww to 6.25.
6.25      2017-04-03
    - Fix LWP::UserAgent docs for request and request_simple that pointed to
      functions in LWP::Simple rather than LWP::UserAgent
    - Moved the official bug tracker to GitHub rather than RT.
2017-04-05 15:46:17 +00:00
wiz
e2acf4f409 Updated p5-libwww to 6.24.
6.24      2017-03-14
    - Document clone methods inability to clone cookie jars (RT #13542)
    - It is now possible to set the proxy and no_proxy attributes from the
      constructor of LWP::UserAgent. (GH #124)
2017-03-16 14:57:51 +00:00
wiz
3137636df0 Updated p5-libwww to 6.23.
6.23      2017-03-06
    - Fix bug where Protocol::NNTP called undef on a variable before being done
      using it. (GH PR #121)
    - Ran perltidy on LWP::Protocol::NNTP
    - Re-organized current documentation set.
2017-03-08 11:46:09 +00:00
wiz
80b8e5fe55 Updated p5-libwww to 6.22.
6.22      2017-03-01
    - Update Travis-CI to test on minimum versions of prereqs. (GH PR #109)
    - Fix tests that depended on a newer version of HTTP::Message (GH PR #119)
    - Update documentation to reflect behavior difference in ->put() depending
      on the version of HTTP::Message installed. (GH PR #120)
2017-03-05 12:53:28 +00:00
wiz
b68850e222 Fix PERL5_PACKLIST. 2017-02-22 12:26:49 +00:00
wiz
33c7165786 Updated p5-libwww to 6.21.
6.21      2017-02-21
    - Ensure that LWP::Simple re-exports some HTTP::Status functions

6.20      2017-02-21
    - Converted to use Dist::Zilla
    - Moved several tests to xt/author
2017-02-22 11:44:34 +00:00
wiz
053408e7bf Updated p5-libwww to 6.19.
6.19    2017-02-14
    - Call HTTP::Status constant functions without & (GH#110)
    - Make bin scripts use LWP's version and not maintain their own (PR #54)
    - Fix bug triggered in some cases of auth challenges not having a viable
      protocol (PR#111)
    - Remove usage of the 'vars' pragma (GH#113)
2017-02-16 15:24:54 +00:00
wiz
4d5fc570e2 Updated p5-libwww to 6.18.
6.18	2017-02-02
    - Update "timeout" when reusing sockets (PR#90)
    - Fix bug triggered when calling simple_request() with a malformed URL
      (PR#108)

6.17	2017-01-31
	- Noted another protocol failure message (PR#65)
	- Removed old use of UNIVERSAL::isa() and swapped evals for Try::Tiny (PR#105)
	- Standardized the Changes file (GH#106)
	- Fixed documentation error in lwp-request.
2017-02-07 12:07:23 +00:00
wiz
4c8f935313 Updated p5-libwww to 6.16.
6.16	2017-01-12
	- Moved LWP::Protocol::GHTTP into its own dist and removed from here (PR#81)
	- Updated test suite to use strict/warnings and Test::More (PR#88)
	- Additional tests for UserAgent coverage (PR#79)
	- Cleaned up documentation formatting and fixed several typos (PR#87, PR#93)
	- Stop promoting use of HTTP::Cookies and instead use HTTP::CookieJar::LWP (PR#102)
	- Added some new documentation to UserAgent and tutorial (PR#68)
	- Allow default header to carry over when using ->post() in UA (PR#100)
2017-01-22 13:09:10 +00:00
wiz
73716d23de Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
wiz
86a78fce2e Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
wiz
a1ed9fc77f Update py-libwww to 6.15:
2015-12-15  Release 6.15
    (special thanks to Chase Whitener for testing many of these changes out in
    6.14_001!)

Graham Knop (1):
    - tests now use localhost rather than a net-accessible address (PR#76)

Michael Schwern (1):
    - fixed some tests to do what they intended (regex rather than boolean
      checks) (from PR#28)

Joe Atzberger (2):
    - conversion of some tests from Test.pm to Test::More (from PR#29)

Piotr Roszatycki (1):
    - use File::Temp for randomized tempdir (PR#53)
2015-12-06 10:48:09 +00:00
agc
b9b754e081 Add SHA512 digests for distfiles for www category
Problems found locating distfiles:
	Package haskell-cgi: missing distfile haskell-cgi-20001206.tar.gz
	Package nginx: missing distfile array-var-nginx-module-0.04.tar.gz
	Package nginx: missing distfile encrypted-session-nginx-module-0.04.tar.gz
	Package nginx: missing distfile headers-more-nginx-module-0.261.tar.gz
	Package nginx: missing distfile nginx_http_push_module-0.692.tar.gz
	Package nginx: missing distfile set-misc-nginx-module-0.29.tar.gz
	Package nginx-devel: missing distfile echo-nginx-module-0.58.tar.gz
	Package nginx-devel: missing distfile form-input-nginx-module-0.11.tar.gz
	Package nginx-devel: missing distfile lua-nginx-module-0.9.16.tar.gz
	Package nginx-devel: missing distfile nginx_http_push_module-0.692.tar.gz
	Package nginx-devel: missing distfile set-misc-nginx-module-0.29.tar.gz
	Package php-owncloud: missing distfile owncloud-8.2.0.tar.bz2

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-04 02:46:46 +00:00
wiz
40bbad7ac6 Comment out dependencies of the style
{perl>=5.16.6,p5-ExtUtils-ParseXS>=3.15}:../../devel/p5-ExtUtils-ParseXS
since pkgsrc enforces the newest perl version anyway, so they
should always pick perl, but sometimes (pkg_add) don't due to the
design of the {,} syntax.

No effective change for the above reason.

Ok joerg
2015-07-12 18:56:06 +00:00
wiz
2e65d464e8 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:50:58 +00:00
wiz
e4e383ce34 Update to 6.13:
2015-02-14  Release 6.13

Karen Etheridge (1):
    - fixed Makefile.PL compatibility with older ExtUtils::MakeMaker (from
      release 6.12)

_______________________________________________________________________________
2015-02-13  Release 6.12

Karen Etheridge (1):
    - fixed prereq declarations in release 6.11

_______________________________________________________________________________
2015-02-13  Release 6.11

Graham Knop (1):
    - cleanup of the test running mechanism; allowing greater flexibility and
      should also resolve RT#102083

_______________________________________________________________________________
2015-02-12  Release 6.10

Karen Etheridge (1):
    - lower runtime prereqs recommendation on LWP::Protocol::https to suggests,
      to work around a circular dependency in CPAN clients when the 'install
      recommendations' option is enabled (RT#101732)

_______________________________________________________________________________
2015-02-09  Release 6.09

Steffen Ullrich (1):
    - checks for EINTR now also check EWOULDBLOCK (they sometimes differ on
      MSWin32)

Daina Pettit (1):
    - fixed pod syntax

Jason A Fesler (2):
    - Fixed checking the % character in address regex
    - Improved regex for literal IPv6 addresses
2015-02-17 13:11:16 +00:00
wiz
cda18437be Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
wiz
e8647fedbb Remove SVR4_PKGNAME, per discussion on tech-pkg. 2014-10-09 13:44:32 +00:00
wen
d903dfefea Update to 6.08
Update DEPENDS

Upstream changes:
2014-07-24  Release 6.08

Mike Schilli (1):
      Requiring Net::HTTP 6.07 to fix IPv6 support
        (RT#75618 and https://github.com/libwww-perl/net-http/pull/10)

Jason A Fesler (2):
      When the hostname is an IPv6 literal, encapsulate it with [brackets]
        before calling Net::HTTP  [rt.cpan.org #29468]
      Extra steps to make sure that the host address that has a ":" contains
        only characters appropriate for an IPv6 address.

John Wittkoski (1):
      Fix doc typo for cookie_jar

_______________________________________________________________________________
2014-07-01  Release 6.07

Mike Schilli (5):
      Removed Data::Dump references in test suite and dependency in Makefile.PL
      Added MANIFEST.SKIP to enable "make manifest".
      release script now checks for MacOS to avoid incompatible tarballs
      Bumped version number to 6.07
      Fixed gnu-incompatible tarball problem ([rt.cpan.org #94844])
2014-08-14 14:50:04 +00:00
wiz
7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00
wiz
6fb0e9170e Update to 6.06:
2014-04-16  Release 6.06

Ville Skyttä (3):
      Merge pull request #44 from dsteinbrunner/master
      Spelling fixes.
      Merge pull request #55 from oalders/master

Karen Etheridge (2):
      Merge pull request #38 from mbeijen/typo-sting
      Merge pull request #43 from dsteinbrunner/master

David Steinbrunner (2):
      Spelling corrections

Olaf Alders (1):
      Typo fixes.

Steffen Ullrich (1):
      correct behavior for https_proxy,
      e.g. don't send plain https:// requests to proxy, but instead establish
      CONNECT tunnel and then send requests inside tunnel.
      This change does together with a change in LWP::Protocol::https.
      The change supports LWP::Protocol::https with the default
      IO::Socket::SSL backend, but also with Net::SSL. Also:
      - proxy authorization is supported (http://user:pass@host:port as proxy
        URL, Net::SSL still needs special HTTPS_PROXY_* environemt variables,
        as before)
      - CONNECT request does not need to be the first request inside the
        tunnel (not with Net::SSL)
      - conn_cache is read and written inside request(), instead of writing in
        request() and reading in _new_socket(). If a https tunnel is
        established the cache_key no longer depends only on proxy host,port
        but also on the tunnel endpoint
      - CONNECT is a proxy request and must always use Proxy-Authorization,
        not Authorization header

turugina (1):
      fix: auth-header of Digest auth did not conform to
      RFC 2617 when WWW-Authenticate has 'qop' parameter.

Gisle Aas (1):
      SSL libs might trigger ENOTTY on read

Michiel Beijen (1):
      Small typo.
2014-05-15 09:41:22 +00:00
obache
9b57b4605a Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes.
Bump PKGREVISION for runtime dependency pattern changed packages.
2013-12-09 14:17:41 +00:00
wiz
d2ca14a3f1 Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00
ryoon
83652c139f Update to 6.05
Changelog:
_______________________________________________________________________________
2013-03-11  Release 6.05

Karen Etheridge (3):
      Derive message from status code if it was not provided
      Merge pull request #33 from tomhukins/fix-readme
      fix typo in comment

Ville Skyttä (3):
      Spelling fixes.
      Spelling fix.
      Merge pull request #34 from berekuk/fix-github-path

Gisle Aas (3):
      Update repo URL
      With Net::HTTP 6.04 we don't need our own can_read() and sysread override
      $ENV{HTTP_PROXY} might override our test setup [RT#81381]

Vyacheslav Matyukhin (1):
      fix github url in perldoc

Slaven Rezic (1):
      * Pod is utf-8

Peter Rabbitson (1):
      Match required perl in Makefile.PL

Tom Hukins (1):
      Fix Github URLs
2013-04-21 11:55:38 +00:00
asau
5eae6a18a3 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
abs
9291d95181 Updated www/p5-libwww to 6.04
_______________________________________________________________________________
2012-02-18  Release 6.04

Gisle Aas (4):
      Typo fix; envirionment [RT#72386]
      Implement $ua->is_online test
      Add separate option to enable the live jigsaw tests
      Merge pull request #10 from trcjr/master

Theodore Robert Campbell Jr (3):
      now with put and delete helpers
      updated POD
      unit tests for ua->put and ua->delete

Peter Rabbitson (1):
      These modules work with 5.8.1




_______________________________________________________________________________
2011-10-15  Release 6.03

Ville Skyttä (7):
      Link updates.
      Attribute documentation wording improvements.
      Don't parse robots.txt response content unless it's textual.
      Decode robots.txt response content before attempting to parse it.
      RobotUA robots.txt response parsing cleanups.
      Don't parse HEAD of robots.txt responses.
      Request handler doc grammar fixes.

Gisle Aas (6):
      Pass on HTTP/1.0 if set as request protocol
      Remove outdated docs (not touched since 1996 :-)
      Merge pull request #22 from madsen/RT67947-verify_hostname
      PERL_LWP_ENV_PROXY tweaks
      lwp-request didn't respect -H Content-type [RT#70488]
      lwp-request -H didn't allow repeated headers

Christopher J. Madsen (2):
      verify_hostname defaults to 0 if ssl_opts provided [RT#67947]
      Test verify_hostname setting

Bryan Cardillo (1):
      Fix expect header support to work with content refs.

Moritz Onken (1):
      add PERL_LWP_ENV_PROXY env variable to enable env_proxy globally
2012-03-04 13:49:04 +00:00
spz
d850778463 from CHANGES:
--- snip ---
2011-03-27  Release 6.02

This is the release where we try to help the CPAN-toolchain be able to install
the modules required for https-support in LWP.  We have done this by unbundling
the LWP::Protocol::https module from the libwww-perl distribution.  In order to
have https support you now need to install (or depend on) 'LWP::Protocol::https'
and then this will make sure that all the prerequsite modules comes along.
See [RT#66838].

This release also removes the old http10 modules that has really been
deprecated since v5.60.  These should have been removed at the v6.00 jump, but
I forgot.


Christopher J. Madsen (1):
      Ignores env variables when ssl_opts provided [RT#66663]

Gisle Aas (4):
      Fix typo; Authen::NTLM [RT#66884]

Yury Zavarin (1):
      Support LWP::ConnCache->new(total_capacity => undef)



_______________________________________________________________________________
2011-03-09  Release 6.01

Add missing HTTP::Daemon dependency for the tests.



_______________________________________________________________________________
2011-03-08  Release 6.00

Unbundled all modules not in the LWP:: namespace from the libwww-perl
distribution.  The new broken out CPAN distribtions are File-Listing,
HTML-Form, HTTP-Cookies, HTTP-Daemon, HTTP-Date, HTTP-Message, HTTP-Negotiate,
Net-HTTP, and WWW-RobotRules.  libwww-perl-6 require these to be installed.

This release also drops the unmaintained lwp-rget script from the distribution.

Perl v5.8.8 or better is now required.  For older versions of perl please stay
with libwww-perl-5.837.

For https://... default to verified connections with require IO::Socket::SSL
and Mozilla::CA modules to be installed.  Old behaviour can be requested by
setting the PERL_LWP_SSL_VERIFY_HOSTNAME environment variable to 0.  The
LWP::UserAgent got new ssl_opts method to control this as well.

Support internationalized URLs from command line scripts and in the proxy
environment variables.

The lwp-dump script got new --request option.

The lwp-request script got new -E option, contributed by Tony Finch.

Protocol handlers and callbacks can raise HTTP::Response objects as exceptions.
--- snip ---
This will abort the current request and make LWP return the raised response.
2011-08-05 19:38:47 +00:00
sno
0f84617d1d Updating www/p5-libwww from 5.836nb1 to 5.837
Upstream changes:
2010-09-20  Release 5.837

David E. Wheeler (1):
      Fix for Encode 2.40

Gisle Aas (2):
      Fix Perl syntax error in synopsis
      Allow ISO 8601 date strings when parsing Apache file listings
2010-09-21 21:12:39 +00:00
seb
c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
2010-08-21 16:32:42 +00:00
seb
f8f0cc6c76 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
2010-05-24 18:43:13 +00:00