From owner-svn-ports-branches@freebsd.org Fri Apr 5 14:02:01 2019 Return-Path: Delivered-To: svn-ports-branches@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 E2D191577FE9; Fri, 5 Apr 2019 14:02:00 +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 828EB9299D; Fri, 5 Apr 2019 14:02:00 +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 5F175E1F6; Fri, 5 Apr 2019 14:02:00 +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 x35E20Rh004605; Fri, 5 Apr 2019 14:02:00 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x35E1xQ4004596; Fri, 5 Apr 2019 14:01:59 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201904051401.x35E1xQ4004596@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Fri, 5 Apr 2019 14:01:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r497957 - in branches/2019Q2: devel/php72-intl lang/php72 X-SVN-Group: ports-branches X-SVN-Commit-Author: tz X-SVN-Commit-Paths: in branches/2019Q2: devel/php72-intl lang/php72 X-SVN-Commit-Revision: 497957 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 828EB9299D 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(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.94)[-0.937,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Apr 2019 14:02:01 -0000 Author: tz Date: Fri Apr 5 14:01:59 2019 New Revision: 497957 URL: https://svnweb.freebsd.org/changeset/ports/497957 Log: MFH: r497953 Update PHP 7.2 from 7.2.16 to 7.2.17 Changelog: Core: Fixed bug #77738 (Nullptr deref in zend_compile_expr). Fixed bug #77660 (Segmentation fault on break 2147483648). Fixed bug #77652 (Anonymous classes can lose their interface information). Fixed bug #77676 (Unable to run tests when building shared extension on AIX). Bcmath: Fixed bug #77742 (bcpow() implementation related to gcc compiler optimization). COM: Fixed bug #77578 (Crash when php unload). Date: Fixed bug #50020 (DateInterval:createDateFromString() silently fails). Fixed bug #75113 (Added DatePeriod::getRecurrences() method). EXIF: Fixed bug #77753 (Heap-buffer-overflow in php_ifd_get32s). Fixed bug #77831 (Heap-buffer-overflow in exif_iif_add_value). FPM: Fixed bug #77677 (FPM fails to build on AIX due to missing WCOREDUMP). GD: Fixed bug #77700 (Writing truecolor images as GIF ignores interlace flag). MySQLi: Fixed bug #77597 (mysqli_fetch_field hangs scripts). Opcache: Fixed bug #77691 (Opcache passes wrong value for inline array push assignments). Fixed bug #77743 (Incorrect pi node insertion for jmpznz with identical successors). phpdbg: Fixed bug #77767 (phpdbg break cmd aliases listed in help do not match actual aliases). sodium: Fixed bug #77646 (sign_detached() strings not terminated). SQLite3: Added sqlite3.defensive INI directive. Standard: Fixed bug #77664 (Segmentation fault when using undefined constant in custom wrapper). Fixed bug #77669 (Crash in extract() when overwriting extracted array). Fixed bug #76717 (var_export() does not create a parsable value for PHP_INT_MIN). Fixed bug #77765 (FTP stream wrapper should set the directory as executable). Changelog taken from: https://www.php.net/ChangeLog-7.php#7.2.17 Approved by: ports-secteam (joneum) Modified: branches/2019Q2/devel/php72-intl/Makefile branches/2019Q2/lang/php72/Makefile branches/2019Q2/lang/php72/distinfo Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/devel/php72-intl/Makefile ============================================================================== --- branches/2019Q2/devel/php72-intl/Makefile Fri Apr 5 14:00:52 2019 (r497956) +++ branches/2019Q2/devel/php72-intl/Makefile Fri Apr 5 14:01:59 2019 (r497957) @@ -1,6 +1,5 @@ # $FreeBSD$ -PORTREVISION= 1 CATEGORIES= devel MASTERDIR= ${.CURDIR}/../../lang/php72 Modified: branches/2019Q2/lang/php72/Makefile ============================================================================== --- branches/2019Q2/lang/php72/Makefile Fri Apr 5 14:00:52 2019 (r497956) +++ branches/2019Q2/lang/php72/Makefile Fri Apr 5 14:01:59 2019 (r497957) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= php72 -DISTVERSION= 7.2.16 +DISTVERSION= 7.2.17 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions Modified: branches/2019Q2/lang/php72/distinfo ============================================================================== --- branches/2019Q2/lang/php72/distinfo Fri Apr 5 14:00:52 2019 (r497956) +++ branches/2019Q2/lang/php72/distinfo Fri Apr 5 14:01:59 2019 (r497957) @@ -1,3 +1,3 @@ -TIMESTAMP = 1552055936 -SHA256 (php-7.2.16.tar.xz) = 7d91ed3c1447c6358a3d53f84599ef854aca4c3622de7435e2df115bf196e482 -SIZE (php-7.2.16.tar.xz) = 12166372 +TIMESTAMP = 1554455753 +SHA256 (php-7.2.17.tar.xz) = a3e5f51a9ae08813b3925bea3a4de02cd4906fcccf75646e267a213bb63bcf84 +SIZE (php-7.2.17.tar.xz) = 12144120