mail/php-mailparse: update to 3.1.3
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)
This commit is contained in:
parent
e59dd36da6
commit
a85101c100
2 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.3 2021/01/03 07:48:26 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2022/05/21 09:19:10 taca Exp $
|
||||
|
||||
MODNAME= mailparse
|
||||
PECL_VERSION= 3.1.1
|
||||
PECL_VERSION= 3.1.3
|
||||
CATEGORIES+= mail
|
||||
COMMENT= PHP extension for email message manipulation
|
||||
LICENSE= php
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.4 2021/10/26 10:54:20 nia Exp $
|
||||
$NetBSD: distinfo,v 1.5 2022/05/21 09:19:10 taca Exp $
|
||||
|
||||
BLAKE2s (php-mailparse/mailparse-3.1.1.tgz) = 62f8682bb8d0d8380fc379b37315b150a555c2ceb85545fc89059254f99b1c9d
|
||||
SHA512 (php-mailparse/mailparse-3.1.1.tgz) = 01ddb8d4d27a74c14f70b02b49322c60fc79affab374205fee91b9da21e5148e08dba024f6bc620e4f26c2c937675e09092c52ca69172d2f7797c3e2bf374bee
|
||||
Size (php-mailparse/mailparse-3.1.1.tgz) = 941192 bytes
|
||||
BLAKE2s (php-mailparse/mailparse-3.1.3.tgz) = afcca266df7a1155431b8e24a36fcaf0010b52b0ba5c7ad16ff9d21d751645c6
|
||||
SHA512 (php-mailparse/mailparse-3.1.3.tgz) = 93659e479d8ab61ae473f6dc002b7198903eebdcfb4aa515e76952f5050fd1a815baccfcb57bd32fb9be6108dfed6dc73172067a58c9e6098058999bb3802000
|
||||
Size (php-mailparse/mailparse-3.1.3.tgz) = 943785 bytes
|
||||
SHA1 (patch-mailparse.c) = 4580b6bbcc60888a2dfbcf091ef6a4096bfd6617
|
||||
|
|
Loading…
Reference in a new issue