2020-08-15 00:39:27 by Wen Heping | Files touched by this commit (2) |
Log message:
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)
|
2019-11-28 14:08:10 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(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-08-11 15:25:21 by Thomas Klausner | Files touched by this commit (3557) |
Log message:
Bump PKGREVISIONs for perl 5.30.0
|
2019-06-30 22:17:50 by Nia Alarie | Files touched by this commit (1816) |
Log message:
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-05-18 06:20:53 by Wen Heping | Files touched by this commit (2) |
Log message:
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-04-20 05:50:18 by Wen Heping | Files touched by this commit (2) |
Log message:
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)
|
2018-10-20 12:08:57 by Wen Heping | Files touched by this commit (2) |
Log message:
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-08-22 11:48:07 by Thomas Klausner | Files touched by this commit (3558) |
Log message:
Recursive bump for perl5-5.28.0
|
2018-07-20 05:26:40 by Wen Heping | Files touched by this commit (2) |
Log message:
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-06-06 09:33:11 by Wen Heping | Files touched by this commit (2) |
Log message:
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).
|