From owner-svn-ports-all@freebsd.org Fri May 15 19:47:10 2020 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 A69E12FEB62; Fri, 15 May 2020 19:47:10 +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 49NzSt42rbz4MBN; Fri, 15 May 2020 19:47:10 +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 6D3C91ACF; Fri, 15 May 2020 19:47:10 +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 04FJlAun047196; Fri, 15 May 2020 19:47:10 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 04FJlAEj047194; Fri, 15 May 2020 19:47:10 GMT (envelope-from tz@FreeBSD.org) Message-Id: <202005151947.04FJlAEj047194@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Fri, 15 May 2020 19:47:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r535327 - branches/2020Q2/lang/php73 X-SVN-Group: ports-branches X-SVN-Commit-Author: tz X-SVN-Commit-Paths: branches/2020Q2/lang/php73 X-SVN-Commit-Revision: 535327 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.33 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: Fri, 15 May 2020 19:47:10 -0000 Author: tz Date: Fri May 15 19:47:09 2020 New Revision: 535327 URL: https://svnweb.freebsd.org/changeset/ports/535327 Log: MFH: r535322 lang/php73: Update from 7.3.17 to 7.3.18 Changelog: Core: Fixed bug #78875 (Long filenames cause OOM and temp files are not cleaned). (CVE-2019-11048) Fixed bug #78876 (Long variables in multipart/form-data cause OOM and temp files are not cleaned). (CVE-2019-11048) Fixed bug #79434 (PHP 7.3 and PHP-7.4 crash with NULL-pointer dereference on !CS constant). Fixed bug #79477 (casting object into array creates references). Fixed bug #79470 (PHP incompatible with 3rd party file system on demand). Fixed bug #78784 (Unable to interact with files inside a VFS for Git repository). DOM: Fixed bug #78221 (DOMNode::normalize() doesn't remove empty text nodes). FCGI: Fixed bug #79491 (Search for .user.ini extends up to root dir). MBString: Fixed bug #79441 (Segfault in mb_chr() if internal encoding is unsupported). OpenSSL: Fixed bug #79497 (stream_socket_client() throws an unknown error sometimes with <1s timeout). Phar: Fixed bug #79503 (Memory leak on duplicate metadata). SimpleXML: Fixed bug #79528 (Different object of the same xml between 7.4.5 and 7.4.4). Standard: Fixed bug #79468 (SIGSEGV when closing stream handle with a stream filter appended). Sponsored by: Bounce Experts Approved by: ports-secteam (joneum, implicit for PHP Updates) Modified: branches/2020Q2/lang/php73/Makefile branches/2020Q2/lang/php73/distinfo Directory Properties: branches/2020Q2/ (props changed) Modified: branches/2020Q2/lang/php73/Makefile ============================================================================== --- branches/2020Q2/lang/php73/Makefile Fri May 15 19:46:45 2020 (r535326) +++ branches/2020Q2/lang/php73/Makefile Fri May 15 19:47:09 2020 (r535327) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= php73 -DISTVERSION= 7.3.17 +DISTVERSION= 7.3.18 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions Modified: branches/2020Q2/lang/php73/distinfo ============================================================================== --- branches/2020Q2/lang/php73/distinfo Fri May 15 19:46:45 2020 (r535326) +++ branches/2020Q2/lang/php73/distinfo Fri May 15 19:47:09 2020 (r535327) @@ -1,3 +1,3 @@ -TIMESTAMP = 1587235461 -SHA256 (php-7.3.17.tar.xz) = 6a30304c27f7e7a94538f5ffec599f600ee93aedbbecad8aa4f8bec539b10ad8 -SIZE (php-7.3.17.tar.xz) = 12116072 +TIMESTAMP = 1589480031 +SHA256 (php-7.3.18.tar.xz) = 7b3e2479a8d6fd7666dcdef8aec50d49c4599cc6ee86e48d41724cfd99cc9e58 +SIZE (php-7.3.18.tar.xz) = 12116280