2024-11-16 13:08:07 by Thomas Klausner | Files touched by this commit (2504) |
Log message:
*: recursive bump for perl 5.40
|
2024-10-13 10:52:40 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-HTTP-Message: update to 7.00.
Revision history for HTTP-Message
7.00 2024-10-07 15:31:56Z
- Stop transforming LF into CRLF. Fixes #69 (GH#196) (Olaf Alders)
|
2024-06-06 09:36:24 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-HTTP-Message: update to 6.46.
6.46 2024-05-27 18:58:16Z
- Update several status codes to RFC 9110 (GH#197) (Wesley Schwengle)
|
2024-03-19 11:10:03 by Thomas Klausner | Files touched by this commit (1) |
Log message:
p5-HTTP-Message: fix DEPENDS
Bump PKGREVISION.
|
2023-10-22 14:11:15 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 6.45
Upstream changes:
6.45 2023-09-27 14:27:31Z
- Allow for file ownership conflicts with Docker and GitHub Actions
(GH#193) (Olaf Alders)
- Add the 'status_code' function for getting all status codes as hash
(GH#194) (Dai Okabayashi)
|
2023-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483) |
Log message:
*: recursive bump for perl 5.38
|
2023-01-09 10:16:45 by Thomas Klausner | Files touched by this commit (1) |
Log message:
p5-HTTP-Message: add missing dependency
Also add missing test dependency while here.
Bump PKGREVISION.
|
2023-01-08 01:08:30 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 6.44
Upstream changes:
6.44 2022-10-26 20:49:00Z
- Made the Clone module a hard requirement, so we don't have to
provide a fallback function for HTTP::Headers::clone().
We require at least Clone 0.46, as that release now supports
Perl back to 5.8.1, just like us. (GH#184) (Neil Bowers)
- Import clone from Clone rather than inheriting (GH#189) (Graham Knop)
- Made the Compress::Raw::Zlib 2.062 module minimal required
version. (GH#190) (Jakub 'q84fh' Skory)
6.43 2022-10-22 14:50:35Z
- Remove dependency to IO::Uncompress::Bunzip2. (Michal Josef Spacek)
- Remove dependency to IO::Uncompress::Gunzip. (Michal Josef Spacek)
6.42 2022-10-18 13:53:22Z
- We now don't consider the Content-Location header when asked
for the base URI. RFC 7231 says we shouldn't. (GH#51) (Neil Bowers)
- Increased the (max) buffer size for read() when processing form data,
from 2048 to 8192. This was suggested in RT#105184, as it improved
performance for them. (GH#59) (Neil Bowers)
6.41 2022-10-12 15:57:40Z
- Add maximum size for HTTP::Message->decoded_content
This can be used to limit the size of a decompressed HTTP response,
especially when making requests to untrusted or user-specified servers.
The $HTTP::Message::MAXIMUM_BODY_SIZE variable and the ->max_body_size
accessor can set this limit. (GH#181) (Max Maischein)
6.40 2022-10-12 15:45:52Z
- Fixed two typos in the doc, originally reported by FatherC
in RT#90716, ported over as GH#57. (GH#57) (Neil Bowers)
6.39 2022-10-08 13:48:26Z
- Remove Travis config (GH#180) (Olaf Alders)
- Added status_constant_name() which maps status code
to the name of the corresponding constant. (GH#160) (Neil Bowers)
- Updated the doc for status_message() to clarify that it
returns "Not Found" and not "HTTP_NOT_FOUND". (GH#160) \
(Neil Bowers)
6.38 2022-10-06 21:48:18Z
- Replace "base" with "parent" (GH#176) (James Raspass)
- Replace "print" with "note" in tests (GH#178) (James \
Raspass)
- Noted that OPTIONS supported was added in 6.1, to the doc
for HTTP::Request::Common. Addresses GH#177. (GH#179) (Neil Bowers)
|
2022-09-11 03:07:42 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 6.37
Upstream changes:
Changes for version 6.37 - 2022-06-14
Support for Brotli "br" encoding (GH#163) (trizen and Julien Fiegehenn)
Don't test Perl > 5.32 on Windows in GH Actions (GH#174) (Olaf Alders)
|
2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952) |
Log message:
*: recursive bump for perl 5.36
|