2024-11-16 13:08:07 by Thomas Klausner | Files touched by this commit (2504) |
Log message:
*: recursive bump for perl 5.40
|
2024-05-05 09:08:44 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-Email-MIME: update to 1.954.
1.954 2024-05-02 17:12:30-04:00 America/New_York
- Fix for CVE-2024-4140: An excessive memory use issue (CWE-770)
exists in Email-MIME, before version 1.954, which can cause denial of
service when parsing multipart MIME messages. The fix is the new
$MAX_PARTS configuration limits how many parts we will consider
parsing. The default $MAX_PARTS is 100.
|
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-27 04:51:42 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 1.953
Upstream changes:
1.953 2023-01-08 19:02:24-05:00 America/New_York
- as promised, this release no longer works on v5.8; in fact, due to
some upstream libraries, it hasn't in some time
- documentation has been cleaned up to stop referencing long-dead other
libraries or methods
- some small code changes to benefit from v5.10 and v5.12 improvements
|
2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952) |
Log message:
*: recursive bump for perl 5.36
|
2022-04-22 12:23:08 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 1.952
Upstream changes:
1.952 2021-12-14 09:57:27-05:00 America/New_York
- exactly 1.951, except will install on 5.8.8
- **ACHTUNG!** Do not expect any future release to work on Perl v5.8
1.951 2021-12-14 09:41:01-05:00 America/New_York
- non-trial release of 1.950 changes
1.950 2020-11-02 19:21:52-05:00 America/New_York (TRIAL RELEASE)
- when computing filename, start from raw Content-Disposition (thanks,
Mishrakk)
- avoid a potentially very slow regex in parsing (thanks, ivulfson)
|
2021-10-26 12:54:34 by Nia Alarie | Files touched by this commit (356) |
Log message:
mail: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
The following distfiles were unfetchable (possibly fetched
conditionally?):
./mail/qmail/distinfo netqmail-1.05-TAI-leapsecs.patch
|
2021-10-07 16:25:52 by Nia Alarie | Files touched by this commit (357) |
Log message:
mail: Remove SHA1 hashes for distfiles
|
2021-05-24 21:56:06 by Thomas Klausner | Files touched by this commit (3575) |
Log message:
*: recursive bump for perl 5.34
|
2020-09-07 13:30:10 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-Email-MIME: update to 1.949.
1.949 2020-05-24 10:25:36-04:00 America/New_York
- no changes since trial release
1.948 2020-05-09 14:57:17-04:00 America/New_York (TRIAL RELEASE)
- fixes to handling of content-type parameters (thanks, dlucredativ and
Pali Rohár)
1.947 2020-05-09 14:30:06-04:00 America/New_York (TRIAL RELEASE)
- add $Email::MIME::MAX_DEPTH and refuse to parse deeper than that many
parts; current default: 10
|