From owner-svn-ports-head@freebsd.org Fri Feb 8 10:55:44 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 665C714DC25D; Fri, 8 Feb 2019 10:55:44 +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 C3ABE74B60; Fri, 8 Feb 2019 10:55:43 +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 8A30A18277; Fri, 8 Feb 2019 10:55:43 +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 x18AthnV009937; Fri, 8 Feb 2019 10:55:43 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x18Atha9009934; Fri, 8 Feb 2019 10:55:43 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201902081055.x18Atha9009934@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 10:55:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r492424 - in head: devel/php72-readline/files lang/php72 X-SVN-Group: ports-head X-SVN-Commit-Author: tz X-SVN-Commit-Paths: in head: devel/php72-readline/files lang/php72 X-SVN-Commit-Revision: 492424 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: C3ABE74B60 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]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-0.999,0] 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 10:55:44 -0000 Author: tz Date: Fri Feb 8 10:55:42 2019 New Revision: 492424 URL: https://svnweb.freebsd.org/changeset/ports/492424 Log: lang/php72: Upgrade from 7.2.14 to 7.2.15 Changelog: Core: Fixed bug #77339 (__callStatic may get incorrect arguments). Fixed bug #77494 (Disabling class causes segfault on member access). Fixed bug #77530 (PHP crashes when parsing `(2)::class`). Curl: Fixed bug #76675 (Segfault with H2 server push). 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 #77454 (mb_scrub() silently truncates after a null byte). MySQLnd: Fixed bug #75684 (In mysqlnd_ext_plugin.h the plugin methods family has no external visibility). Opcache: Fixed bug #77361 (configure fails on 64-bit AIX when opcache enabled). OpenSSL: Fixed bug #77390 (feof might hang on TLS streams in case of fragmented TLS records). PDO: Fixed bug #77273 (array_walk_recursive corrupts value types leading to PDO failure). Sockets: Fixed bug #76839 (socket_recvfrom may return an invalid 'from' address on MacOS). 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.2.15 PR: 235575 235577 MFH: 2019Q1 Modified: head/devel/php72-readline/files/patch-config.m4 head/lang/php72/Makefile head/lang/php72/distinfo Modified: head/devel/php72-readline/files/patch-config.m4 ============================================================================== --- head/devel/php72-readline/files/patch-config.m4 Fri Feb 8 10:45:42 2019 (r492423) +++ head/devel/php72-readline/files/patch-config.m4 Fri Feb 8 10:55:42 2019 (r492424) @@ -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 15:43:40 UTC ++++ config.m4 +@@ -5,13 +5,8 @@ dnl + 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 @@ +@@ -74,6 +69,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/php72/Makefile ============================================================================== --- head/lang/php72/Makefile Fri Feb 8 10:45:42 2019 (r492423) +++ head/lang/php72/Makefile Fri Feb 8 10:55:42 2019 (r492424) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= php72 -DISTVERSION= 7.2.14 -PORTREVISION?= 1 +DISTVERSION= 7.2.15 +PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions DISTNAME= php-${DISTVERSION} Modified: head/lang/php72/distinfo ============================================================================== --- head/lang/php72/distinfo Fri Feb 8 10:45:42 2019 (r492423) +++ head/lang/php72/distinfo Fri Feb 8 10:55:42 2019 (r492424) @@ -1,3 +1,3 @@ -TIMESTAMP = 1547458313 -SHA256 (php-7.2.14.tar.xz) = ee3f1cc102b073578a3c53ba4420a76da3d9f0c981c02b1664ae741ca65af84f -SIZE (php-7.2.14.tar.xz) = 12156460 +TIMESTAMP = 1549614900 +SHA256 (php-7.2.15.tar.xz) = 75e90012faef700dffb29311f3d24fa25f1a5e0f70254a9b8d5c794e25e938ce +SIZE (php-7.2.15.tar.xz) = 12164460