From owner-svn-ports-all@freebsd.org Wed Mar 25 11:19:21 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 0B34F27E362; Wed, 25 Mar 2020 11:19:21 +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 48nQcS2FX0z4XYX; Wed, 25 Mar 2020 11:19:18 +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 D8A3419E20; Wed, 25 Mar 2020 11:19: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 02PBJAgl016983; Wed, 25 Mar 2020 11:19:10 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 02PBJALm016981; Wed, 25 Mar 2020 11:19:10 GMT (envelope-from tz@FreeBSD.org) Message-Id: <202003251119.02PBJALm016981@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Wed, 25 Mar 2020 11:19:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r529091 - branches/2020Q1/lang/php73 X-SVN-Group: ports-branches X-SVN-Commit-Author: tz X-SVN-Commit-Paths: branches/2020Q1/lang/php73 X-SVN-Commit-Revision: 529091 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: Wed, 25 Mar 2020 11:19:21 -0000 Author: tz Date: Wed Mar 25 11:19:09 2020 New Revision: 529091 URL: https://svnweb.freebsd.org/changeset/ports/529091 Log: MFH: r529012 lang/php73: Update from 7.3.15 to 7.3.16 Changelog: Core: Fixed bug #63206 (restore_error_handler does not restore previous errors mask). COM: Fixed bug #66322 (COMPersistHelper::SaveToFile can save to wrong location). Fixed bug #79242 (COM error constants don't match com_exception codes on x86). Fixed bug #79248 (Traversing empty VT_ARRAY throws com_exception). Fixed bug #79299 (com_print_typeinfo prints duplicate variables). Fixed bug #79332 (php_istreams are never freed). Fixed bug #79333 (com_print_typeinfo() leaks memory). DOM: Fixed bug #77569: (Write Access Violation in DomImplementation). Fixed bug #79271 (DOMDocumentType::$childNodes is NULL). Enchant: Fixed bug #79311 (enchant_dict_suggest() fails on big endian architecture). EXIF: Fixed bug #79282 (Use-of-uninitialized-value in exif). (CVE-2020-7064) MBstring: Fixed bug #79371 (mb_strtolower (UTF-32LE): stack-buffer-overflow at php_unicode_tolower_full). (CVE-2020-7065) MySQLi: Fixed bug #64032 (mysqli reports different client_version). PCRE: Fixed bug #79188 (Memory corruption in preg_replace/preg_replace_callback and unicode). PDO_ODBC: Fixed bug #79038 (PDOStatement::nextRowset() leaks column values). Reflection: Fixed bug #79062 (Property with heredoc default value returns false for getDocComment). SQLite3: Fixed bug #79294 (::columnType() may fail after SQLite3Stmt::reset()). Standard: Fixed bug #79329 (get_headers() silently truncates after a null byte). (CVE-2020-7066) Fixed bug #79254 (getenv() w/o arguments not showing changes). Fixed bug #79265 (Improper injection of Host header when using fopen for http requests). Changelog taken from: https://www.php.net/ChangeLog-7.php#7.3.16 Sponsored by: PHP Update Service Approved by: ports-secteam (joneum) Modified: branches/2020Q1/lang/php73/Makefile branches/2020Q1/lang/php73/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/lang/php73/Makefile ============================================================================== --- branches/2020Q1/lang/php73/Makefile Wed Mar 25 11:15:56 2020 (r529090) +++ branches/2020Q1/lang/php73/Makefile Wed Mar 25 11:19:09 2020 (r529091) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= php73 -DISTVERSION= 7.3.15 +DISTVERSION= 7.3.16 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions Modified: branches/2020Q1/lang/php73/distinfo ============================================================================== --- branches/2020Q1/lang/php73/distinfo Wed Mar 25 11:15:56 2020 (r529090) +++ branches/2020Q1/lang/php73/distinfo Wed Mar 25 11:19:09 2020 (r529091) @@ -1,3 +1,3 @@ -TIMESTAMP = 1582291869 -SHA256 (php-7.3.15.tar.xz) = de7ae7cf3d1dbb2824975b26b32991dac2b732886ec22075b8c53b261b018166 -SIZE (php-7.3.15.tar.xz) = 12111464 +TIMESTAMP = 1584746785 +SHA256 (php-7.3.16.tar.xz) = 91aaee3dbdc71b69b4f3292f9d99211172a2fa926c3f3bbdb0e85dab03dd2bcb +SIZE (php-7.3.16.tar.xz) = 12113688