From owner-svn-ports-head@freebsd.org Fri Feb 8 11:09:24 2019 Return-Path: Delivered-To: svn-ports-head@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 DB5E014DC80C; Fri, 8 Feb 2019 11:09:23 +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 7B61575296; Fri, 8 Feb 2019 11:09:23 +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 6E6341843E; Fri, 8 Feb 2019 11:09:23 +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 x18B9NAS015166; Fri, 8 Feb 2019 11:09:23 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x18B9MEI015164; Fri, 8 Feb 2019 11:09:22 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201902081109.x18B9MEI015164@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Fri, 8 Feb 2019 11:09:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r492425 - in head: devel/php73-readline/files lang/php73 X-SVN-Group: ports-head X-SVN-Commit-Author: tz X-SVN-Commit-Paths: in head: devel/php73-readline/files lang/php73 X-SVN-Commit-Revision: 492425 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 7B61575296 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.94 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.995,0]; NEURAL_HAM_SHORT(-0.95)[-0.948,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Feb 2019 11:09:24 -0000 Author: tz Date: Fri Feb 8 11:09:22 2019 New Revision: 492425 URL: https://svnweb.freebsd.org/changeset/ports/492425 Log: lang/php73: Upgrade from 7.3.1 to 7.3.2 Changelog: Core: Fixed bug #77369 (memcpy with negative length via crafted DNS response). Fixed bug #77387 (Recursion detection broken when printing GLOBALS). Fixed bug #77376 ("undefined function" message no longer includes namespace). Fixed bug #77357 (base64_encode / base64_decode doest not work on nested VM). Fixed bug #77339 (__callStatic may get incorrect arguments). Fixed bug #77317 (__DIR__, __FILE__, realpath() reveal physical path for subst virtual drive). Fixed bug #77263 (Segfault when using 2 RecursiveFilterIterator). Fixed bug #77447 (PHP 7.3 built with ASAN crashes in zend_cpu_supports_avx2). Fixed bug #77484 (Zend engine crashes when calling realpath in invalid working dir). Curl: Fixed bug #76675 (Segfault with H2 server push). Fileinfo: Fixed bug #77346 (webm files incorrectly detected as application/octet-stream). FPM: Fixed bug #77430 (php-fpm crashes with Main process exited, code=dumped, status=11/SEGV). GD: Fixed bug #73281 (imagescale(…, IMG_BILINEAR_FIXED) can cause black border). Fixed bug #73614 (gdImageFilledArc() doesn't properly draw pies). Fixed bug #77272 (imagescale() may return image resource on failure). Fixed bug #77391 (1bpp BMPs may fail to be loaded). Fixed bug #77479 (imagewbmp() segfaults with very large images). ldap: Fixed bug #77440 (ldap_bind using ldaps or ldap_start_tls()=exception in libcrypto-1_1-x64.dll). Mbstring: Fixed bug #77428 (mb_ereg_replace() doesn't replace a substitution variable). Fixed bug #77454 (mb_scrub() silently truncates after a null byte). MySQLnd: Fixed bug #77308 (Unbuffered queries memory leak). Fixed bug #75684 (In mysqlnd_ext_plugin.h the plugin methods family has no external visibility). Opcache: Fixed bug #77266 (Assertion failed in dce_live_ranges). Fixed bug #77257 (value of variable assigned in a switch() construct gets lost). Fixed bug #77434 (php-fpm workers are segfaulting in zend_gc_addre). Fixed bug #77361 (configure fails on 64-bit AIX when opcache enabled). Fixed bug #77287 (Opcache literal compaction is incompatible with EXT opcodes). PCRE: Fixed bug #77338 (get_browser with empty string). PDO: Fixed bug #77273 (array_walk_recursive corrupts value types leading to PDO failure). PDO MySQL: Fixed bug #77289 (PDO MySQL segfaults with persistent connection). SOAP: Fixed bug #77410 (Segmentation Fault when executing method with an empty parameter). Sockets: Fixed bug #76839 (socket_recvfrom may return an invalid 'from' address on MacOS). SPL: Fixed bug #77298 (segfault occurs when add property to unserialized empty ArrayObject). Standard: Fixed bug #77395 (segfault about array_multisort). Fixed bug #77439 (parse_str segfaults when inserting item into existing array). Changelog taken from: http://www.php.net/ChangeLog-7.php#7.3.2 PR: 235576 235578 MFH: 2019Q1 Modified: head/devel/php73-readline/files/patch-config.m4 head/lang/php73/Makefile head/lang/php73/distinfo Modified: head/devel/php73-readline/files/patch-config.m4 ============================================================================== --- head/devel/php73-readline/files/patch-config.m4 Fri Feb 8 10:55:42 2019 (r492424) +++ head/devel/php73-readline/files/patch-config.m4 Fri Feb 8 11:09:22 2019 (r492425) @@ -1,7 +1,7 @@ ---- config.m4.orig 2013-08-20 06:46:43.000000000 +0200 -+++ config.m4 2013-08-27 16:01:29.000000000 +0200 -@@ -5,13 +5,8 @@ - PHP_ARG_WITH(libedit,for libedit readline replacement, +--- config.m4.orig 2019-02-05 13:10:04 UTC ++++ config.m4 +@@ -3,13 +3,8 @@ dnl config.m4 for extension readline + PHP_ARG_WITH(libedit,for libedit readline replacement, [ --with-libedit[=DIR] Include libedit readline replacement (CLI/CGI only)]) -if test "$PHP_LIBEDIT" = "no"; then @@ -14,7 +14,7 @@ if test "$PHP_READLINE" && test "$PHP_READLINE" != "no"; then for i in $PHP_READLINE /usr/local /usr; do -@@ -67,6 +62,13 @@ +@@ -72,6 +67,13 @@ if test "$PHP_READLINE" && test "$PHP_RE -L$READLINE_DIR/$PHP_LIBDIR $PHP_READLINE_LIBS ]) @@ -28,11 +28,3 @@ AC_DEFINE(HAVE_LIBREADLINE, 1, [ ]) elif test "$PHP_LIBEDIT" != "no"; then -@@ -118,7 +120,6 @@ - fi - - if test "$PHP_READLINE" != "no" || test "$PHP_LIBEDIT" != "no"; then -- AC_CHECK_FUNCS([rl_completion_matches]) - PHP_NEW_EXTENSION(readline, readline.c readline_cli.c, $ext_shared, cli) - PHP_SUBST(READLINE_SHARED_LIBADD) - fi Modified: head/lang/php73/Makefile ============================================================================== --- head/lang/php73/Makefile Fri Feb 8 10:55:42 2019 (r492424) +++ head/lang/php73/Makefile Fri Feb 8 11:09:22 2019 (r492425) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= php73 -DISTVERSION= 7.3.1 -PORTREVISION?= 1 +DISTVERSION= 7.3.2 +PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions DISTNAME= php-${DISTVERSION} Modified: head/lang/php73/distinfo ============================================================================== --- head/lang/php73/distinfo Fri Feb 8 10:55:42 2019 (r492424) +++ head/lang/php73/distinfo Fri Feb 8 11:09:22 2019 (r492425) @@ -1,3 +1,3 @@ -TIMESTAMP = 1547458364 -SHA256 (php-7.3.1.tar.xz) = cfe93e40be0350cd53c4a579f52fe5d8faf9c6db047f650a4566a2276bf33362 -SIZE (php-7.3.1.tar.xz) = 11944376 +TIMESTAMP = 1549614925 +SHA256 (php-7.3.2.tar.xz) = 010b868b4456644ae227d05ad236c8b0a1f57dc6320e7e5ad75e86c5baf0a9a8 +SIZE (php-7.3.2.tar.xz) = 11966760