From owner-svn-ports-all@freebsd.org Sun Dec 22 18:44:57 2019 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 8B4871D9AD7; Sun, 22 Dec 2019 18:44:57 +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 47gry139Yzz3C7Z; Sun, 22 Dec 2019 18:44:57 +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 4E4383CF5; Sun, 22 Dec 2019 18:44:57 +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 xBMIivuY011093; Sun, 22 Dec 2019 18:44:57 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xBMIiupW011088; Sun, 22 Dec 2019 18:44:56 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201912221844.xBMIiupW011088@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Sun, 22 Dec 2019 18:44:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r520650 - branches/2019Q4/lang/php74 X-SVN-Group: ports-branches X-SVN-Commit-Author: tz X-SVN-Commit-Paths: branches/2019Q4/lang/php74 X-SVN-Commit-Revision: 520650 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: Sun, 22 Dec 2019 18:44:57 -0000 Author: tz Date: Sun Dec 22 18:44:56 2019 New Revision: 520650 URL: https://svnweb.freebsd.org/changeset/ports/520650 Log: MFH: r520631 lang/php74: Upgrade from 7.4.0 to 7.4.1 Changelog: Bcmath: Fixed bug #78878 (Buffer underflow in bc_shift_addsub). (CVE-2019-11046). Core: Fixed bug #78862 (link() silently truncates after a null byte on Windows). (CVE-2019-11044). Fixed bug #78863 (DirectoryIterator class silently truncates after a null byte). (CVE-2019-11045). Fixed bug #78943 (mail() may release string with refcount==1 twice). (CVE-2019-11049). Fixed bug #78810 (RW fetches do not throw "uninitialized property" exception). Fixed bug #78868 (Calling __autoload() with incorrect EG(fake_scope) value). Fixed bug #78296 (is_file fails to detect file). Fixed bug #78883 (fgets(STDIN) fails on Windows). Fixed bug #78898 (call_user_func(['parent', ...]) fails while other succeed). Fixed bug #78904 (Uninitialized property triggers __get()). Fixed bug #78926 (Segmentation fault on Symfony cache:clear). GD: Fixed bug #78849 (GD build broken with -D SIGNED_COMPARE_SLOW). Fixed bug #78923 (Artifacts when convoluting image with transparency). EXIF: Fixed bug #78793 (Use-after-free in exif parsing under memory sanitizer). (CVE-2019-11050). Fixed bug #78910 (Heap-buffer-overflow READ in exif). (CVE-2019-11047). FPM: Fixed bug #76601 (Partially working php-fpm ater incomplete reload). Fixed bug #78889 (php-fpm service fails to start). Fixed bug #78916 (php-fpm 7.4.0 don't send mail via mail()). Intl: Implemented FR #78912 (INTL Support for accounting format). Mysqlnd: Fixed bug #78823 (ZLIB_LIBS not added to EXTRA_LIBS). OPcache: Fixed $x = (bool)$x; with opcache (should emit undeclared variable notice). Fixed bug #78935 (Preloading removes classes that have dependencies). PCRE: Fixed bug #78853 (preg_match() may return integer > 1). Reflection: Fixed bug #78895 (Reflection detects abstract non-static class as abstract static. IS_IMPLICIT_ABSTRACT is not longer used). Standard: Fixed bug #77638 (var_export'ing certain class instances segfaults). Fixed bug #78840 (imploding $GLOBALS crashes). Fixed bug #78833 (Integer overflow in pack causes out-of-bound access). Fixed bug #78814 (strip_tags allows / in tag name => whitelist bypass). Changelog taken from: https://www.php.net/ChangeLog-7.php#7.4.1 Approved by: ports-secteam (joneum) Modified: branches/2019Q4/lang/php74/Makefile branches/2019Q4/lang/php74/distinfo Directory Properties: branches/2019Q4/ (props changed) Modified: branches/2019Q4/lang/php74/Makefile ============================================================================== --- branches/2019Q4/lang/php74/Makefile Sun Dec 22 18:43:39 2019 (r520649) +++ branches/2019Q4/lang/php74/Makefile Sun Dec 22 18:44:56 2019 (r520650) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= php74 -DISTVERSION= 7.4.0 +DISTVERSION= 7.4.1 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions Modified: branches/2019Q4/lang/php74/distinfo ============================================================================== --- branches/2019Q4/lang/php74/distinfo Sun Dec 22 18:43:39 2019 (r520649) +++ branches/2019Q4/lang/php74/distinfo Sun Dec 22 18:44:56 2019 (r520650) @@ -1,3 +1,3 @@ -TIMESTAMP = 1574891823 -SHA256 (php-7.4.0.tar.xz) = 9bb751b20e5d6cc1ea9b1ebf23ef2d5f07f99b2d9cc417bf1d70c04f8b20ec42 -SIZE (php-7.4.0.tar.xz) = 10232208 +TIMESTAMP = 1576964443 +SHA256 (php-7.4.1.tar.xz) = 561bb866bdd509094be00f4ece7c3543ec971c4d878645ee81437e291cffc762 +SIZE (php-7.4.1.tar.xz) = 10245600