From owner-svn-ports-head@freebsd.org Fri Oct 25 10:34:08 2019 Return-Path: Delivered-To: svn-ports-head@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 916D316D39C; Fri, 25 Oct 2019 10:34:08 +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 4700pS3LCYz4Lrr; Fri, 25 Oct 2019 10:34:08 +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 3D24E251FF; Fri, 25 Oct 2019 10:34:08 +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 x9PAY8ks050858; Fri, 25 Oct 2019 10:34:08 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x9PAY7m1050855; Fri, 25 Oct 2019 10:34:07 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201910251034.x9PAY7m1050855@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Fri, 25 Oct 2019 10:34:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r515600 - in head: devel/php72-intl lang/php72 X-SVN-Group: ports-head X-SVN-Commit-Author: tz X-SVN-Commit-Paths: in head: devel/php72-intl lang/php72 X-SVN-Commit-Revision: 515600 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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, 25 Oct 2019 10:34:08 -0000 Author: tz Date: Fri Oct 25 10:34:07 2019 New Revision: 515600 URL: https://svnweb.freebsd.org/changeset/ports/515600 Log: lang/php72: Update from 7.2.23 to 7.2.24 Changelog: Core: Fixed bug #78535 (auto_detect_line_endings value not parsed as bool). Fixed bug #78620 (Out of memory error). Exif: Fixed bug #78442 ('Illegal component' on exif_read_data since PHP7) (Kalle) FPM: Fixed bug #78599 (env_path_info underflow in fpm_main.c can lead to RCE). (CVE-2019-11043) MBString: Fixed bug #78579 (mb_decode_numericentity: args number inconsistency). Fixed bug #78609 (mb_check_encoding() no longer supports stringable objects). MySQLi: Fixed bug #76809 (SSL settings aren't respected when persistent connections are used). PDO_MySQL: Fixed bug #78623 (Regression caused by "SP call yields additional empty result set"). Session: Fixed bug #78624 (session_gc return value for user defined session handlers). Standard: Fixed bug #76342 (file_get_contents waits twice specified timeout). Fixed bug #78612 (strtr leaks memory when integer keys are used and the subject string shorter). Fixed bug #76859 (stream_get_line skips data if used with data-generating filter). Zip: Fixed bug #78641 (addGlob can modify given remove_path value). Changelog taken from: https://www.php.net/ChangeLog-7.php#7.2.24 MFH: 2019Q4 Modified: head/devel/php72-intl/Makefile head/lang/php72/Makefile head/lang/php72/distinfo Modified: head/devel/php72-intl/Makefile ============================================================================== --- head/devel/php72-intl/Makefile Fri Oct 25 10:32:31 2019 (r515599) +++ head/devel/php72-intl/Makefile Fri Oct 25 10:34:07 2019 (r515600) @@ -1,6 +1,5 @@ # $FreeBSD$ -PORTREVISION= 1 CATEGORIES= devel MASTERDIR= ${.CURDIR}/../../lang/php72 Modified: head/lang/php72/Makefile ============================================================================== --- head/lang/php72/Makefile Fri Oct 25 10:32:31 2019 (r515599) +++ head/lang/php72/Makefile Fri Oct 25 10:34:07 2019 (r515600) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= php72 -DISTVERSION= 7.2.23 +DISTVERSION= 7.2.24 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions Modified: head/lang/php72/distinfo ============================================================================== --- head/lang/php72/distinfo Fri Oct 25 10:32:31 2019 (r515599) +++ head/lang/php72/distinfo Fri Oct 25 10:34:07 2019 (r515600) @@ -1,3 +1,3 @@ -TIMESTAMP = 1569706270 -SHA256 (php-7.2.23.tar.xz) = 74e045ec8ff26290db6a3688826dcdf43b87bc509e508e9cb76dab742804ca14 -SIZE (php-7.2.23.tar.xz) = 12273340 +TIMESTAMP = 1571995585 +SHA256 (php-7.2.24.tar.xz) = a6a6cc03388060aa5f8f9e45799b72bce1c7ed7b9d7b3f1187787202aad91d25 +SIZE (php-7.2.24.tar.xz) = 12302284