From owner-svn-ports-all@freebsd.org Fri Feb 5 22:54:21 2021 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 3B8B252C366; Fri, 5 Feb 2021 22:54: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) 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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DXW251Fhkz4fNL; Fri, 5 Feb 2021 22:54:21 +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 1E07E26E0B; Fri, 5 Feb 2021 22:54:21 +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 115MsLDL010401; Fri, 5 Feb 2021 22:54:21 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 115MsK0B010398; Fri, 5 Feb 2021 22:54:20 GMT (envelope-from tz@FreeBSD.org) Message-Id: <202102052254.115MsK0B010398@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Fri, 5 Feb 2021 22:54:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r564156 - in head: devel/php80-intl lang/php80 X-SVN-Group: ports-head X-SVN-Commit-Author: tz X-SVN-Commit-Paths: in head: devel/php80-intl lang/php80 X-SVN-Commit-Revision: 564156 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.34 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, 05 Feb 2021 22:54:21 -0000 Author: tz Date: Fri Feb 5 22:54:20 2021 New Revision: 564156 URL: https://svnweb.freebsd.org/changeset/ports/564156 Log: lang/php80: Update from 8.0.1 to 8.0.2 Core: Fixed bug #80523 (bogus parse error on >4GB source code). Fixed bug #80384 (filter buffers entire read until file closed). Fixed bug #80596 (Invalid union type TypeError in anonymous classes). Fixed bug #80617 (GCC throws warning about type narrowing in ZEND_TYPE_INIT_CODE). BCMath: Fixed bug #80545 (bcadd('a', 'a') doesn't throw an exception). Curl: Fixed bug #80595 (Resetting POSTFIELDS to empty array breaks request). Date: Fixed bug #80376 (last day of the month causes runway cpu usage). DOM: Fixed bug #80537 (Wrong parameter type in DOMElement::removeAttributeNode stub). Filter: Fixed bug #80584 (0x and 0X are considered valid hex numbers by filter_var()). GMP: Fixed bug #80560 (Strings containing only a base prefix return 0 object). Intl: Fixed bug #80644 (Missing resource causes subsequent get() calls to fail). MySQLi: Fixed bug #67983 (mysqlnd with MYSQLI_OPT_INT_AND_FLOAT_NATIVE fails to interpret bit columns). Fixed bug #64638 (Fetching resultsets from stored procedure with cursor fails). Fixed bug #72862 (segfault using prepared statements on stored procedures that use a cursor). Fixed bug #77935 (Crash in mysqlnd_fetch_stmt_row_cursor when calling an SP with a cursor). ODBC: Fixed bug #80592 (all floats are the same in ODBC parameters). Opcache: Fixed bug #80422 (php_opcache.dll crashes when using Apache 2.4 with JIT). PDO_Firebird: Fixed bug #80521 (Parameters with underscores no longer recognized). Phar: Fixed bug #76929 (zip-based phar does not respect phar.require_hash). Fixed bug #77565 (Incorrect locator detection in ZIP-based phars). Fixed bug #69279 (Compressed ZIP Phar extractTo() creates garbage files). Phpdbg: Reverted fix for bug #76813 (Access violation near NULL on source operand). SOAP: Fixed bug #80672 (Null Dereference in SoapClient). (CVE-2021-21702) Sponsored by: PHP Update Service Modified: head/devel/php80-intl/Makefile head/lang/php80/Makefile head/lang/php80/distinfo Modified: head/devel/php80-intl/Makefile ============================================================================== --- head/devel/php80-intl/Makefile Fri Feb 5 22:52:53 2021 (r564155) +++ head/devel/php80-intl/Makefile Fri Feb 5 22:54:20 2021 (r564156) @@ -1,6 +1,5 @@ # $FreeBSD$ -PORTREVISION= 1 CATEGORIES= devel MASTERDIR= ${.CURDIR}/../../lang/php80 Modified: head/lang/php80/Makefile ============================================================================== --- head/lang/php80/Makefile Fri Feb 5 22:52:53 2021 (r564155) +++ head/lang/php80/Makefile Fri Feb 5 22:54:20 2021 (r564156) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= php80 -DISTVERSION= 8.0.1 +DISTVERSION= 8.0.2 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions Modified: head/lang/php80/distinfo ============================================================================== --- head/lang/php80/distinfo Fri Feb 5 22:52:53 2021 (r564155) +++ head/lang/php80/distinfo Fri Feb 5 22:54:20 2021 (r564156) @@ -1,3 +1,3 @@ -TIMESTAMP = 1610219271 -SHA256 (php-8.0.1.tar.xz) = 208b3330af881b44a6a8c6858d569c72db78dab97810332978cc65206b0ec2dc -SIZE (php-8.0.1.tar.xz) = 10642344 +TIMESTAMP = 1612541077 +SHA256 (php-8.0.2.tar.xz) = 84dd6e36f48c3a71ff5dceba375c1f6b34b71d4fa9e06b720780127176468ccc +SIZE (php-8.0.2.tar.xz) = 10650500