svn commit: r511166 - branches/2019Q3/lang/php72
Torsten Zuehlsdorff
tz at FreeBSD.org
Thu Sep 5 10:13:56 UTC 2019
Author: tz
Date: Thu Sep 5 10:13:55 2019
New Revision: 511166
URL: https://svnweb.freebsd.org/changeset/ports/511166
Log:
MFH: r511035
lang/php72: Update from 7.2.21 to 7.2.22
Changelog:
Core:
Fixed bug #78363 (Buffer overflow in zendparse).
Fixed bug #78379 (Cast to object confuses GC, causes crash).
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).
Iconv:
Fixed bug #78342 (Bus error in configure test for iconv //IGNORE).
LiteSpeed:
Updated to LiteSpeed SAPI V7.5 (Fixed clean shutdown).
MySQLnd:
Fixed bug #78179 (MariaDB server version incorrectly detected).
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).
Approved by: ports-secteam (miwi)
Modified:
branches/2019Q3/lang/php72/Makefile
branches/2019Q3/lang/php72/distinfo
Directory Properties:
branches/2019Q3/ (props changed)
Modified: branches/2019Q3/lang/php72/Makefile
==============================================================================
--- branches/2019Q3/lang/php72/Makefile Thu Sep 5 10:09:43 2019 (r511165)
+++ branches/2019Q3/lang/php72/Makefile Thu Sep 5 10:13:55 2019 (r511166)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= php72
-DISTVERSION= 7.2.21
+DISTVERSION= 7.2.22
PORTREVISION?= 0
CATEGORIES?= lang devel www
MASTER_SITES= PHP/distributions
Modified: branches/2019Q3/lang/php72/distinfo
==============================================================================
--- branches/2019Q3/lang/php72/distinfo Thu Sep 5 10:09:43 2019 (r511165)
+++ branches/2019Q3/lang/php72/distinfo Thu Sep 5 10:13:55 2019 (r511166)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1564742313
-SHA256 (php-7.2.21.tar.xz) = de06aff019d8f5079115795bd7d8eedd4cd03daecb62d58abb18f492dd995c95
-SIZE (php-7.2.21.tar.xz) = 12298448
+TIMESTAMP = 1567512662
+SHA256 (php-7.2.22.tar.xz) = eb597fcf8dc0a6211a42a6346de4f63ee166829a6df6d8ed767fe14be8d1c3a3
+SIZE (php-7.2.22.tar.xz) = 12271632
More information about the svn-ports-all
mailing list