Date: Tue, 3 Sep 2019 20:24:14 +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: r511036 - head/lang/php73 Message-ID: <201909032024.x83KOEeC094781@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tz Date: Tue Sep 3 20:24:13 2019 New Revision: 511036 URL: https://svnweb.freebsd.org/changeset/ports/511036 Log: lang/php73: Update from 7.3.8 to 7.3.9 Changelog: Core: Fixed bug #78363 (Buffer overflow in zendparse). Fixed bug #78379 (Cast to object confuses GC, causes crash). Fixed bug #78412 (Generator incorrectly reports non-releasable $this as GC child). Curl: Fixed bug #77946 (Bad cURL resources returned by curl_multi_info_read()). Exif: Fixed bug #78333 (Exif crash (bus error) due to wrong alignment and invalid cast). FPM: Fixed bug #77185 (Use-after-free in FPM master event handling). Iconv: Fixed bug #78342 (Bus error in configure test for iconv //IGNORE). LiteSpeed: Updated to LiteSpeed SAPI V7.5 (Fixed clean shutdown). MBString: Fixed bug #78380 (Oniguruma 6.9.3 fixes CVEs). (CVE-2019-13224) MySQLnd: Fixed bug #78179 (MariaDB server version incorrectly detected). Fixed bug #78213 (Empty row pocket). Opcache: Fixed bug #77191 (Assertion failure in dce_live_ranges() when silencing is used). Standard: Fixed bug #69100 (Bus error from stream_copy_to_stream (file -> SSL stream) with invalid length). Fixed bug #78282 (atime and mtime mismatch). Fixed bug #78326 (improper memory deallocation on stream_get_contents() with fixed length buffer). Fixed bug #78346 (strip_tags no longer handling nested php tags). MFH: 2019Q3 Modified: head/lang/php73/Makefile head/lang/php73/distinfo Modified: head/lang/php73/Makefile ============================================================================== --- head/lang/php73/Makefile Tue Sep 3 20:23:13 2019 (r511035) +++ head/lang/php73/Makefile Tue Sep 3 20:24:13 2019 (r511036) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= php73 -DISTVERSION= 7.3.8 +DISTVERSION= 7.3.9 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions Modified: head/lang/php73/distinfo ============================================================================== --- head/lang/php73/distinfo Tue Sep 3 20:23:13 2019 (r511035) +++ head/lang/php73/distinfo Tue Sep 3 20:24:13 2019 (r511036) @@ -1,3 +1,3 @@ -TIMESTAMP = 1564742295 -SHA256 (php-7.3.8.tar.xz) = f6046b2ae625d8c04310bda0737ac660dc5563a8e04e8a46c1ee24ea414ad5a5 -SIZE (php-7.3.8.tar.xz) = 12064620 +TIMESTAMP = 1567513009 +SHA256 (php-7.3.9.tar.xz) = 4007f24a39822bef2805b75c625551d30be9eeed329d52eb0838fa5c1b91c1fd +SIZE (php-7.3.9.tar.xz) = 12064244
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909032024.x83KOEeC094781>