pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/php-mailparse



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Feb 22 17:41:23 UTC 2025

Modified Files:
        pkgsrc/mail/php-mailparse: Makefile distinfo

Log Message:
mail/php-mailparse: update to 3.1.8

3.1.4 (2022-09-15)

* declare mimemessage::data property
* drop support for PHP older than 7.3

3.1.5 (2023-07-27)

* drop usage of removed mbfl APIs in PHP 8.3
* fix GH-27 MimeMessage::__construct() throws TypeError with $mode=stream
* fix GH-21, GH-22, GH-24 segfault in mailparse_msg_parse without
  mime-version
* fix #81403 mailparse_rfc822_parse_addresses drops escaped quotes

3.1.6 (2023-08-22)

* fix #29 Segmentation fault with ISO-2022-JP Subject header
* fix #30 Segmentation fault with UTF-8 encoded X-MS-Iris-MetaData header
* revert fix #81403 mailparse_rfc822_parse_addresses drops escaped quotes

3.1.7 (2024-10-04)

* PHP 8.4 compatibility

3.1.8 (2024-10-04)

* PHP 8.4 compatibility


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/mail/php-mailparse/Makefile \
    pkgsrc/mail/php-mailparse/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/php-mailparse/Makefile
diff -u pkgsrc/mail/php-mailparse/Makefile:1.5 pkgsrc/mail/php-mailparse/Makefile:1.6
--- pkgsrc/mail/php-mailparse/Makefile:1.5      Sat Feb  8 03:44:47 2025
+++ pkgsrc/mail/php-mailparse/Makefile  Sat Feb 22 17:41:22 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2025/02/08 03:44:47 taca Exp $
+# $NetBSD: Makefile,v 1.6 2025/02/22 17:41:22 taca Exp $
 
 MODNAME=               mailparse
-PECL_VERSION=          3.1.3
-PKGREVISION=           1
+PECL_VERSION=          3.1.8
 CATEGORIES+=           mail
 COMMENT=               PHP extension for email message manipulation
 LICENSE=               php
Index: pkgsrc/mail/php-mailparse/distinfo
diff -u pkgsrc/mail/php-mailparse/distinfo:1.5 pkgsrc/mail/php-mailparse/distinfo:1.6
--- pkgsrc/mail/php-mailparse/distinfo:1.5      Sat May 21 09:19:10 2022
+++ pkgsrc/mail/php-mailparse/distinfo  Sat Feb 22 17:41:22 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2022/05/21 09:19:10 taca Exp $
+$NetBSD: distinfo,v 1.6 2025/02/22 17:41:22 taca Exp $
 
-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
+BLAKE2s (php-mailparse/mailparse-3.1.8.tgz) = b975a171f31fd54e11f50d45ce1959f607b5c3c94f1207893a3acdecc06bc062
+SHA512 (php-mailparse/mailparse-3.1.8.tgz) = d3b7b89f782a1e3d1c24ca7d953978b63818a1a149bff74349b2df268705a7ac912184ca13e185b6bc8cf425878f6c26a909738622e4a41ee3a8cb7d014abeab
+Size (php-mailparse/mailparse-3.1.8.tgz) = 945958 bytes
 SHA1 (patch-mailparse.c) = 4580b6bbcc60888a2dfbcf091ef6a4096bfd6617



Home | Main Index | Thread Index | Old Index