From owner-svn-ports-all@freebsd.org Wed May 8 14:26:13 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EF74315888DD; Wed, 8 May 2019 14:26:12 +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 944BD75348; Wed, 8 May 2019 14:26:12 +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 6A22970C3; Wed, 8 May 2019 14:26:12 +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 x48EQCrI070052; Wed, 8 May 2019 14:26:12 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x48EQBIR070050; Wed, 8 May 2019 14:26:11 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201905081426.x48EQBIR070050@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Wed, 8 May 2019 14:26:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r501024 - in branches/2019Q2: databases/php73-interbase/files lang/php73 lang/php73/files X-SVN-Group: ports-branches X-SVN-Commit-Author: tz X-SVN-Commit-Paths: in branches/2019Q2: databases/php73-interbase/files lang/php73 lang/php73/files X-SVN-Commit-Revision: 501024 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 944BD75348 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_SHORT(-0.97)[-0.973,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0] 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: Wed, 08 May 2019 14:26:13 -0000 Author: tz Date: Wed May 8 14:26:11 2019 New Revision: 501024 URL: https://svnweb.freebsd.org/changeset/ports/501024 Log: MFH: r501001 lang/php73: Upgrade from 7.3.4 to 7.3.5 Changelog: Core: Fixed bug #77903 (ArrayIterator stops iterating after offsetSet call). CLI: Fixed bug #77794 (Incorrect Date header format in built-in server). EXIF: Fixed bug #77950 (Heap-buffer-overflow in _estrndup via exif_process_IFD_TAG). Interbase: Fixed bug #72175 (Impossibility of creating multiple connections to Interbase with php 7.x). Intl: Fixed bug #77895 (IntlDateFormatter::create fails in strict mode if $locale = null). litespeed: LiteSpeed SAPI 7.3.1, better process management, new API function litespeed_finish_request(). LDAP: Fixed bug #77869 (Core dump when using server controls) (mcmic) Mail: Fixed bug #77821 (Potential heap corruption in TSendMail()). mbstring: Implemented FR #72777 (Implement regex stack limits for mbregex functions). MySQLi: Fixed bug #77773 (Unbuffered queries leak memory - MySQLi / mysqlnd). PCRE: Fixed bug #77827 (preg_match does not ignore \r in regex flags). PDO: Fixed bug #77849 (Disable cloning of PDO handle/connection objects). phpdbg: Fixed bug #76801 (too many open files). Fixed bug #77800 (phpdbg segfaults on listing some conditional breakpoints). Fixed bug #77805 (phpdbg build fails when readline is shared). Reflection: Fixed bug #77772 (ReflectionClass::getMethods(null) doesn't work). Fixed bug #77882 (Different behavior: always calls destructor). Standard: Fixed bug #77793 (Segmentation fault in extract() when overwriting reference with itself). Fixed bug #77844 (Crash due to null pointer in parse_ini_string with INI_SCANNER_TYPED). Fixed bug #77853 (Inconsistent substr_compare behaviour with empty haystack). Changelog taken from: https://www.php.net/ChangeLog-7.php#7.3.5 Approved by: ports-secteam (mivy) Deleted: branches/2019Q2/databases/php73-interbase/files/ Modified: branches/2019Q2/lang/php73/Makefile branches/2019Q2/lang/php73/distinfo branches/2019Q2/lang/php73/files/patch-acinclude.m4 Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/lang/php73/Makefile ============================================================================== --- branches/2019Q2/lang/php73/Makefile Wed May 8 14:24:02 2019 (r501023) +++ branches/2019Q2/lang/php73/Makefile Wed May 8 14:26:11 2019 (r501024) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= php73 -DISTVERSION= 7.3.4 -PORTREVISION?= 2 +DISTVERSION= 7.3.5 +PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions DISTNAME= php-${DISTVERSION} Modified: branches/2019Q2/lang/php73/distinfo ============================================================================== --- branches/2019Q2/lang/php73/distinfo Wed May 8 14:24:02 2019 (r501023) +++ branches/2019Q2/lang/php73/distinfo Wed May 8 14:26:11 2019 (r501024) @@ -1,3 +1,3 @@ -TIMESTAMP = 1554455789 -SHA256 (php-7.3.4.tar.xz) = 6fe79fa1f8655f98ef6708cde8751299796d6c1e225081011f4104625b923b83 -SIZE (php-7.3.4.tar.xz) = 11977004 +TIMESTAMP = 1557174604 +SHA256 (php-7.3.5.tar.xz) = e1011838a46fd4a195c8453b333916622d7ff5bce4aca2d9d99afac142db2472 +SIZE (php-7.3.5.tar.xz) = 11981356 Modified: branches/2019Q2/lang/php73/files/patch-acinclude.m4 ============================================================================== --- branches/2019Q2/lang/php73/files/patch-acinclude.m4 Wed May 8 14:24:02 2019 (r501023) +++ branches/2019Q2/lang/php73/files/patch-acinclude.m4 Wed May 8 14:26:11 2019 (r501024) @@ -5,7 +5,7 @@ dnl ---------------------------------------------- CLI static module [PHP_]translit($1,a-z_-,A-Z__)[_SHARED]=no - case "$PHP_SAPI" in -- cgi|embed[)] +- cgi|embed|phpdbg[)] - PHP_ADD_SOURCES($ext_dir,$2,$ac_extra,) - EXT_STATIC="$EXT_STATIC $1;$ext_dir" - ;;