pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/php-mailparse mail/php-mailparse: update to 3.1.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d0f99f057dcb
branches:  trunk
changeset: 379644:d0f99f057dcb
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat May 21 09:19:10 2022 +0000

description:
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)

diffstat:

 mail/php-mailparse/Makefile |  4 ++--
 mail/php-mailparse/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (27 lines):

diff -r 09e8be6d86f9 -r d0f99f057dcb mail/php-mailparse/Makefile
--- a/mail/php-mailparse/Makefile       Sat May 21 09:04:50 2022 +0000
+++ b/mail/php-mailparse/Makefile       Sat May 21 09:19:10 2022 +0000
@@ -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
diff -r 09e8be6d86f9 -r d0f99f057dcb mail/php-mailparse/distinfo
--- a/mail/php-mailparse/distinfo       Sat May 21 09:04:50 2022 +0000
+++ b/mail/php-mailparse/distinfo       Sat May 21 09:19:10 2022 +0000
@@ -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



Home | Main Index | Thread Index | Old Index