From owner-svn-ports-all@freebsd.org Tue Sep 3 20:23:15 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 007C8D6A7F; Tue, 3 Sep 2019 20:23:15 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46NJLB5j7Vz4K1s; Tue, 3 Sep 2019 20:23:14 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A6B70878F; Tue, 3 Sep 2019 20:23:14 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x83KNE5j094547; Tue, 3 Sep 2019 20:23:14 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x83KNELO094545; Tue, 3 Sep 2019 20:23:14 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201909032023.x83KNELO094545@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Tue, 3 Sep 2019 20:23:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r511035 - head/lang/php72 X-SVN-Group: ports-head X-SVN-Commit-Author: tz X-SVN-Commit-Paths: head/lang/php72 X-SVN-Commit-Revision: 511035 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Sep 2019 20:23:15 -0000 Author: tz Date: Tue Sep 3 20:23:13 2019 New Revision: 511035 URL: https://svnweb.freebsd.org/changeset/ports/511035 Log: 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). MFH: 2019Q3 Modified: head/lang/php72/Makefile head/lang/php72/distinfo Modified: head/lang/php72/Makefile ============================================================================== --- head/lang/php72/Makefile Tue Sep 3 20:22:16 2019 (r511034) +++ head/lang/php72/Makefile Tue Sep 3 20:23:13 2019 (r511035) @@ -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: head/lang/php72/distinfo ============================================================================== --- head/lang/php72/distinfo Tue Sep 3 20:22:16 2019 (r511034) +++ head/lang/php72/distinfo Tue Sep 3 20:23:13 2019 (r511035) @@ -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