Date: Fri, 5 Apr 2019 13:51:57 +0000 (UTC) From: Torsten Zuehlsdorff <tz@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r497954 - in head: devel/php73-intl lang/php73 Message-ID: <201904051351.x35DpvDY097410@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tz Date: Fri Apr 5 13:51:57 2019 New Revision: 497954 URL: https://svnweb.freebsd.org/changeset/ports/497954 Log: Update PHP 7.3 from 7.3.3 to 7.3.4 Changelog: Core: Fixed bug #77738 (Nullptr deref in zend_compile_expr). Fixed bug #77660 (Segmentation fault on break 2147483648). Fixed bug #77652 (Anonymous classes can lose their interface information). Fixed bug #77345 (Stack Overflow caused by circular reference in garbage collection). Fixed bug #76956 (Wrong value for 'syslog.filter' documented in php.ini). Apache2Handler: Fixed bug #77648 (BOM in sapi/apache2handler/php_functions.c). Bcmath: Fixed bug #77742 (bcpow() implementation related to gcc compiler optimization). CLI Server: Fixed bug #77722 (Incorrect IP set to $_SERVER['REMOTE_ADDR'] on the localhost). COM: Fixed bug #77578 (Crash when php unload). EXIF: Fixed bug #77753 (Heap-buffer-overflow in php_ifd_get32s). Fixed bug #77831 (Heap-buffer-overflow in exif_iif_add_value). FPM: Fixed bug #77677 (FPM fails to build on AIX due to missing WCOREDUMP). GD: Fixed bug #77700 (Writing truecolor images as GIF ignores interlace flag). MySQLi: Fixed bug #77597 (mysqli_fetch_field hangs scripts). Opcache: Fixed bug #77743 (Incorrect pi node insertion for jmpznz with identical successors). PCRE: Fixed bug #76127 (preg_split does not raise an error on invalid UTF-8). Phar: Fixed bug #77697 (Crash on Big_Endian platform). phpdbg: Fixed bug #77767 (phpdbg break cmd aliases listed in help do not match actual aliases). sodium: Fixed bug #77646 (sign_detached() strings not terminated). SQLite3: Added sqlite3.defensive INI directive. Standard: Fixed bug #77664 (Segmentation fault when using undefined constant in custom wrapper). Fixed bug #77669 (Crash in extract() when overwriting extracted array). Fixed bug #76717 (var_export() does not create a parsable value for PHP_INT_MIN). Fixed bug #77765 (FTP stream wrapper should set the directory as executable). Changelog taken from: https://www.php.net/ChangeLog-7.php#7.3.4 MFH: 2019Q2 Modified: head/devel/php73-intl/Makefile head/lang/php73/Makefile head/lang/php73/distinfo Modified: head/devel/php73-intl/Makefile ============================================================================== --- head/devel/php73-intl/Makefile Fri Apr 5 13:50:41 2019 (r497953) +++ head/devel/php73-intl/Makefile Fri Apr 5 13:51:57 2019 (r497954) @@ -1,6 +1,5 @@ # $FreeBSD$ -PORTREVISION= 1 CATEGORIES= devel MASTERDIR= ${.CURDIR}/../../lang/php73 Modified: head/lang/php73/Makefile ============================================================================== --- head/lang/php73/Makefile Fri Apr 5 13:50:41 2019 (r497953) +++ head/lang/php73/Makefile Fri Apr 5 13:51:57 2019 (r497954) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= php73 -DISTVERSION= 7.3.3 +DISTVERSION= 7.3.4 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions Modified: head/lang/php73/distinfo ============================================================================== --- head/lang/php73/distinfo Fri Apr 5 13:50:41 2019 (r497953) +++ head/lang/php73/distinfo Fri Apr 5 13:51:57 2019 (r497954) @@ -1,3 +1,3 @@ -TIMESTAMP = 1552055974 -SHA256 (php-7.3.3.tar.xz) = 6bb03e79a183d0cb059a6d117bbb2e0679cab667fb713a13c6a16f56bebab9b3 -SIZE (php-7.3.3.tar.xz) = 11972184 +TIMESTAMP = 1554455789 +SHA256 (php-7.3.4.tar.xz) = 6fe79fa1f8655f98ef6708cde8751299796d6c1e225081011f4104625b923b83 +SIZE (php-7.3.4.tar.xz) = 11977004
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904051351.x35DpvDY097410>