From owner-svn-ports-all@freebsd.org Mon Mar 23 22:08:49 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 CEBEE27178F; Mon, 23 Mar 2020 22:08:49 +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 48mT6n5C5Sz4N3j; Mon, 23 Mar 2020 22:08:49 +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 ADBC11D34D; Mon, 23 Mar 2020 22:08:49 +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 02NM8ne6078960; Mon, 23 Mar 2020 22:08:49 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 02NM8mbo078957; Mon, 23 Mar 2020 22:08:48 GMT (envelope-from tz@FreeBSD.org) Message-Id: <202003232208.02NM8mbo078957@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Mon, 23 Mar 2020 22:08:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r529014 - in head: devel/php74-json/files lang/php74 X-SVN-Group: ports-head X-SVN-Commit-Author: tz X-SVN-Commit-Paths: in head: devel/php74-json/files lang/php74 X-SVN-Commit-Revision: 529014 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: Mon, 23 Mar 2020 22:08:49 -0000 Author: tz Date: Mon Mar 23 22:08:48 2020 New Revision: 529014 URL: https://svnweb.freebsd.org/changeset/ports/529014 Log: lang/php74: Update from 7.4.3 to 7.4.4 Changelog: Core: Fixed bug #79329 (get_headers() silently truncates after a null byte) (CVE-2020-7066) Fixed bug #79244 (php crashes during parsing INI file). 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 #79247 (Garbage collecting variant objects segfaults). 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). CURL: Fixed bug #79019 (Copied cURL handles upload empty file). Fixed bug #79013 (Content-Length missing when posting a curlFile with curl). 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). Fileinfo: Fixed bug #79283 (Segfault in libmagic patch contains a buffer overflow). FPM: Fixed bug #77653 (operator displayed instead of the real error message). Fixed bug #79014 (PHP-FPM & Primary script unknown). 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). MySQLnd: Implemented FR #79275 (Support auth_plugin_caching_sha2_password on Windows). Opcache: Fixed bug #79252 (preloading causes php-fpm to segfault during exit). PCRE: Fixed bug #79188 (Memory corruption in preg_replace/preg_replace_callback and unicode). Fixed bug #79241 (Segmentation fault on preg_match()). Fixed bug #79257 (Duplicate named groups (?J) prefer last alternative even if not matched). 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 #79254 (getenv() w/o arguments not showing changes). Fixed bug #79265 (Improper injection of Host header when using fopen for http requests). Zip: Fixed bug #79315 (ZipArchive::addFile doesn't honor start/length parameters). Changelog taken from: https://www.php.net/ChangeLog-7.php#7.4.4 MFH: 2020Q1 Sponsored by: PHP Update Service Added: head/devel/php74-json/files/ head/devel/php74-json/files/patch-Makefile.frag (contents, props changed) Modified: head/lang/php74/Makefile head/lang/php74/Makefile.ext head/lang/php74/distinfo Added: head/devel/php74-json/files/patch-Makefile.frag ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/php74-json/files/patch-Makefile.frag Mon Mar 23 22:08:48 2020 (r529014) @@ -0,0 +1,9 @@ +--- Makefile.frag.orig 2020-03-23 21:54:17 UTC ++++ Makefile.frag +@@ -1,5 +1,5 @@ + $(srcdir)/json_scanner.c: $(srcdir)/json_scanner.re +- @$(RE2C) $(RE2C_FLAGS) -t $(srcdir)/php_json_scanner_defs.h --no-generation-date -bci -o $@ $(srcdir)/json_scanner.re ++ $(LOCALBASE)/bin/re2c $(RE2C_FLAGS) -t $(srcdir)/php_json_scanner_defs.h --no-generation-date -bci -o $@ $(srcdir)/json_scanner.re + + $(srcdir)/json_parser.tab.c: $(srcdir)/json_parser.y + @$(YACC) --defines -l $(srcdir)/json_parser.y -o $@ Modified: head/lang/php74/Makefile ============================================================================== --- head/lang/php74/Makefile Mon Mar 23 22:07:58 2020 (r529013) +++ head/lang/php74/Makefile Mon Mar 23 22:08:48 2020 (r529014) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= php74 -DISTVERSION= 7.4.3 +DISTVERSION= 7.4.4 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions Modified: head/lang/php74/Makefile.ext ============================================================================== --- head/lang/php74/Makefile.ext Mon Mar 23 22:07:58 2020 (r529013) +++ head/lang/php74/Makefile.ext Mon Mar 23 22:08:48 2020 (r529014) @@ -167,6 +167,7 @@ USES+= pkgconfig .if ${PHP_MODNAME} == "json" CONFIGURE_ARGS+=--enable-json +BUILD_DEPENDS= re2c:devel/re2c .endif .if ${PHP_MODNAME} == "ldap" Modified: head/lang/php74/distinfo ============================================================================== --- head/lang/php74/distinfo Mon Mar 23 22:07:58 2020 (r529013) +++ head/lang/php74/distinfo Mon Mar 23 22:08:48 2020 (r529014) @@ -1,3 +1,3 @@ -TIMESTAMP = 1582291888 -SHA256 (php-7.4.3.tar.xz) = cf1f856d877c268124ded1ede40c9fb6142b125fdaafdc54f855120b8bc6982a -SIZE (php-7.4.3.tar.xz) = 10261432 +TIMESTAMP = 1584746791 +SHA256 (php-7.4.4.tar.xz) = 1873c4cefdd3df9a78dcffb2198bba5c2f0464f55c9c960720c84df483fca74c +SIZE (php-7.4.4.tar.xz) = 10267308