From owner-svn-ports-all@freebsd.org Sat Mar 6 01:36:59 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 597BE56F24D; Sat, 6 Mar 2021 01:36:59 +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 4DsnJq25sDz4Xxw; Sat, 6 Mar 2021 01:36:59 +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 3AD891AEB1; Sat, 6 Mar 2021 01:36:59 +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 1261axNi002742; Sat, 6 Mar 2021 01:36:59 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1261awYu002741; Sat, 6 Mar 2021 01:36:58 GMT (envelope-from tz@FreeBSD.org) Message-Id: <202103060136.1261awYu002741@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Sat, 6 Mar 2021 01:36:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r567453 - in branches/2021Q1: lang/php80 www/php80-opcache/files X-SVN-Group: ports-branches X-SVN-Commit-Author: tz X-SVN-Commit-Paths: in branches/2021Q1: lang/php80 www/php80-opcache/files X-SVN-Commit-Revision: 567453 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: Sat, 06 Mar 2021 01:36:59 -0000 Author: tz Date: Sat Mar 6 01:36:58 2021 New Revision: 567453 URL: https://svnweb.freebsd.org/changeset/ports/567453 Log: MFH: r567450 lang/php80: Update from 8.0.2 to 8.0.3 Changelog: Core: Fixed #80706 (mail(): Headers after Bcc headers may be ignored). DOM: Fixed bug #80600 (DOMChildNode::remove() doesn't work on CharacterData nodes). Gettext: Fixed bug #53251 (bindtextdomain with null dir doesn't return old value). MySQLnd: Fixed bug #78680 (mysqlnd's mysql_clear_password does not transmit null-terminated password). Fixed bug #80713 (SegFault when disabling ATTR_EMULATE_PREPARES and MySQL 8.0). MySQLi: Fixed bug #74779 (x() and y() truncating floats to integers). Opcache: Fixed bug #80634 (write_property handler of internal classes is skipped on preloaded JITted code). Fixed bug #80682 (opcache doesn't honour pcre.jit option). Fixed bug #80742 (Opcache JIT makes some boolean logic unexpectedly be true). Fixed bug #80745 (JIT produces Assert failure and UNKNOWN:0 var_dumps in code involving bitshifts). OpenSSL: Fixed bug #80747 (Providing RSA key size < 512 generates key that crash PHP). Phar: Fixed bug #75850 (Unclear error message wrt. __halt_compiler() w/o semicolon) (cmb) Fixed bug #70091 (Phar does not mark UTF-8 filenames in ZIP archives). Fixed bug #53467 (Phar cannot compress large archives). Socket: Fixed bug #80723 (Different sockets compare as equal (regression in 8.0)). SPL: Fixed bug#80719 (Iterating after failed ArrayObject::setIteratorClass() causes Segmentation fault). Standard: Fixed bug #80654 (file_get_contents() maxlen fails above (2**31)-1 bytes). Fixed bug #80718 (ext/standard/dl.c fallback code path with syntax error). Sponsored by: PHP Upgrade Service Deleted: branches/2021Q1/www/php80-opcache/files/patch-jit_Makefile.frag Modified: branches/2021Q1/lang/php80/Makefile branches/2021Q1/lang/php80/distinfo Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/lang/php80/Makefile ============================================================================== --- branches/2021Q1/lang/php80/Makefile Sat Mar 6 01:36:05 2021 (r567452) +++ branches/2021Q1/lang/php80/Makefile Sat Mar 6 01:36:58 2021 (r567453) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= php80 -DISTVERSION= 8.0.2 +DISTVERSION= 8.0.3 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions Modified: branches/2021Q1/lang/php80/distinfo ============================================================================== --- branches/2021Q1/lang/php80/distinfo Sat Mar 6 01:36:05 2021 (r567452) +++ branches/2021Q1/lang/php80/distinfo Sat Mar 6 01:36:58 2021 (r567453) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612541077 -SHA256 (php-8.0.2.tar.xz) = 84dd6e36f48c3a71ff5dceba375c1f6b34b71d4fa9e06b720780127176468ccc -SIZE (php-8.0.2.tar.xz) = 10650500 +TIMESTAMP = 1614952496 +SHA256 (php-8.0.3.tar.xz) = c9816aa9745a9695672951eaff3a35ca5eddcb9cacf87a4f04b9fb1169010251 +SIZE (php-8.0.3.tar.xz) = 10755796