summaryrefslogtreecommitdiff
path: root/mail/php-mailparse/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2022-05-21mail/php-mailparse: update to 3.1.3taca1-4/+4
3.1.2 (2021-09-01) * Fix for PHP 8.1 3.1.3 (Fix for PHP 8.1) * Fix #73110: Mails with unknown MIME version are treated as plain/text. (cmb) * Fix #74233: Parsing multi Content-Disposition causes memory leak. (cmb) * Fix #75825: mailparse_uudecode_all doesn't parse multiple files. (cmb) * Fix #81422: Potential double-free in mailparse_uudecode_all(). (cmb) * Fix gh#19 Segmentation fault with PHP 8.1 in extract_body using MAILPARSE_EXTRACT_RETURN. (Remi)
2021-10-26mail: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
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-07mail: Remove SHA1 hashes for distfilesnia1-2/+1
2021-01-03mail/php-mailparse: update to 3.1.1taca1-5/+5
3.1.1 (2020-09-16) - Fixed bug #74215: Memory leaks with mailparse (cmb) - Fixed bug #76498: Unable to use callable as callback (cmb) - Compatibility with 8.0.0beta4
2020-08-16Add php-mailparse 3.1.0, a PECL class for parsing and workingotis1-0/+7
with email messages. It can deal with rfc822 and rfc2045 (MIME) compliant messages.