From owner-svn-ports-all@freebsd.org Fri Oct 9 23:26:06 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 58B09430077; Fri, 9 Oct 2020 23:26:06 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4C7PMf1cShz3YBX; Fri, 9 Oct 2020 23:26:06 +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 1AC162143D; Fri, 9 Oct 2020 23:26:06 +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 099NQ5ZF050082; Fri, 9 Oct 2020 23:26:05 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 099NQ51m050081; Fri, 9 Oct 2020 23:26:05 GMT (envelope-from tz@FreeBSD.org) Message-Id: <202010092326.099NQ51m050081@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Fri, 9 Oct 2020 23:26:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r551836 - head/lang/php73 X-SVN-Group: ports-head X-SVN-Commit-Author: tz X-SVN-Commit-Paths: head/lang/php73 X-SVN-Commit-Revision: 551836 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, 09 Oct 2020 23:26:06 -0000 Author: tz Date: Fri Oct 9 23:26:05 2020 New Revision: 551836 URL: https://svnweb.freebsd.org/changeset/ports/551836 Log: lang/php73: Update from 7.3.22 to 7.3.23 Core: Fixed bug #80048 (Bug #69100 has not been fixed for Windows). Fixed bug #80049 (Memleak when coercing integers to string via variadic argument). Fixed bug #79699 (PHP parses encoded cookie names so malicious `__Host-` cookies can be sent). (CVE-2020-7070) Calendar: Fixed bug #80007 (Potential type confusion in unixtojd() parameter parsing). COM: Fixed bug #64130 (COM obj parameters passed by reference are not updated). OPcache: Fixed bug #80002 (calc free space for new interned string is wrong). Fixed bug #79825 (opcache.file_cache causes SIGSEGV when custom opcode handlers changed). OpenSSL: Fixed bug #79601 (Wrong ciphertext/tag in AES-CCM encryption for a 12 bytes IV). (CVE-2020-7069) PDO: Fixed bug #80027 (Terrible performance using $query->fetch on queries with many bind parameters). SOAP: Fixed bug #47021 (SoapClient stumbles over WSDL delivered with "Transfer-Encoding: chunked"). Standard: Fixed bug #79986 (str_ireplace bug with diacritics characters). Fixed bug #80077 (getmxrr test bug). Fixed bug #72941 (Modifying bucket->data by-ref has no effect any longer). Fixed bug #80067 (Omitting the port in bindto setting errors). Sponsored by: Bounce Experts Modified: head/lang/php73/Makefile head/lang/php73/distinfo Modified: head/lang/php73/Makefile ============================================================================== --- head/lang/php73/Makefile Fri Oct 9 23:25:15 2020 (r551835) +++ head/lang/php73/Makefile Fri Oct 9 23:26:05 2020 (r551836) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= php73 -DISTVERSION= 7.3.22 +DISTVERSION= 7.3.23 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions Modified: head/lang/php73/distinfo ============================================================================== --- head/lang/php73/distinfo Fri Oct 9 23:25:15 2020 (r551835) +++ head/lang/php73/distinfo Fri Oct 9 23:26:05 2020 (r551836) @@ -1,3 +1,3 @@ -TIMESTAMP = 1599249335 -SHA256 (php-7.3.22.tar.xz) = 0e66606d3bdab5c2ae3f778136bfe8788e574913a3d8138695e54d98562f1fb5 -SIZE (php-7.3.22.tar.xz) = 12134212 +TIMESTAMP = 1602192488 +SHA256 (php-7.3.23.tar.xz) = 2bdd36176f318f451fb3942bf1e935aabb3c2786cac41a9080f084ad6390e034 +SIZE (php-7.3.23.tar.xz) = 12133616