From owner-svn-ports-head@freebsd.org Sat Aug 3 18:28:13 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 CFFEBB7230; Sat, 3 Aug 2019 18:28:13 +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 461CFn594zz4X3g; Sat, 3 Aug 2019 18:28:13 +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 92FF21F090; Sat, 3 Aug 2019 18:28:13 +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 x73ISDOH093098; Sat, 3 Aug 2019 18:28:13 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x73ISCP9093093; Sat, 3 Aug 2019 18:28:12 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201908031828.x73ISCP9093093@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Sat, 3 Aug 2019 18:28:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r507978 - in head: databases/php72-pdo_pgsql databases/php72-pgsql devel/php72-intl lang/php72 X-SVN-Group: ports-head X-SVN-Commit-Author: tz X-SVN-Commit-Paths: in head: databases/php72-pdo_pgsql databases/php72-pgsql devel/php72-intl lang/php72 X-SVN-Commit-Revision: 507978 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: Sat, 03 Aug 2019 18:28:13 -0000 Author: tz Date: Sat Aug 3 18:28:12 2019 New Revision: 507978 URL: https://svnweb.freebsd.org/changeset/ports/507978 Log: Update PHP 7.2 from 7.2.20 to 7.2.21 Changelog: Date: Fixed bug #69044 (discrepency between time and microtime). EXIF: Fixed bug #78256 (heap-buffer-overflow on exif_process_user_comment). (CVE-2019-11042) Fixed bug #78222 (heap-buffer-overflow on exif_scan_thumbnail). (CVE-2019-11041) Fileinfo: Fixed bug #78183 (finfo_file shows wrong mime-type for .tga file). FTP: Fixed bug #77124 (FTP with SSL memory leak). Libxml: Fixed bug #78279 (libxml_disable_entity_loader settings is shared between requests (cgi-fcgi)). LiteSpeed: Updated to LiteSpeed SAPI V7.4.3 (increased response header count limit from 100 to 1000, added crash handler to cleanly shutdown PHP request, added CloudLinux mod_lsapi mode). Fixed bug #76058 (After "POST data can't be buffered", using php://input makes huge tmp files). Openssl: Fixed bug #78231 (Segmentation fault upon stream_socket_accept of exported socket-to-stream). OPcache: Fixed bug #78189 (file cache strips last character of uname hash). Fixed bug #78202 (Opcache stats for cache hits are capped at 32bit NUM). Fixed bug #78291 (opcache_get_configuration doesn't list all directives). Phar: Fixed bug #77919 (Potential UAF in Phar RSHUTDOWN). Phpdbg: Fixed bug #78297 (Include unexistent file memory leak). PDO_Sqlite: Fixed bug #78192 (SegFault when reuse statement after schema has changed). SQLite: Upgraded to SQLite 3.28.0. Standard: Fixed bug #78241 (touch() does not handle dates after 2038 in PHP 64-bit). Fixed bug #78269 (password_hash uses weak options for argon2). XMLRPC: Fixed bug #78173 (XML-RPC mutates immutable objects during encoding). Changelog taken from: https://www.php.net/ChangeLog-7.php#7.2.21 MFH: 2019Q3 Modified: head/databases/php72-pdo_pgsql/Makefile head/databases/php72-pgsql/Makefile head/devel/php72-intl/Makefile head/lang/php72/Makefile head/lang/php72/distinfo Modified: head/databases/php72-pdo_pgsql/Makefile ============================================================================== --- head/databases/php72-pdo_pgsql/Makefile Sat Aug 3 18:26:07 2019 (r507977) +++ head/databases/php72-pdo_pgsql/Makefile Sat Aug 3 18:28:12 2019 (r507978) @@ -1,6 +1,5 @@ # $FreeBSD$ -PORTREVISION= 1 CATEGORIES= databases MASTERDIR= ${.CURDIR}/../../lang/php72 Modified: head/databases/php72-pgsql/Makefile ============================================================================== --- head/databases/php72-pgsql/Makefile Sat Aug 3 18:26:07 2019 (r507977) +++ head/databases/php72-pgsql/Makefile Sat Aug 3 18:28:12 2019 (r507978) @@ -1,6 +1,5 @@ # $FreeBSD$ -PORTREVISION= 1 CATEGORIES= databases MASTERDIR= ${.CURDIR}/../../lang/php72 Modified: head/devel/php72-intl/Makefile ============================================================================== --- head/devel/php72-intl/Makefile Sat Aug 3 18:26:07 2019 (r507977) +++ head/devel/php72-intl/Makefile Sat Aug 3 18:28:12 2019 (r507978) @@ -1,6 +1,5 @@ # $FreeBSD$ -PORTREVISION= 1 CATEGORIES= devel MASTERDIR= ${.CURDIR}/../../lang/php72 Modified: head/lang/php72/Makefile ============================================================================== --- head/lang/php72/Makefile Sat Aug 3 18:26:07 2019 (r507977) +++ head/lang/php72/Makefile Sat Aug 3 18:28:12 2019 (r507978) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= php72 -DISTVERSION= 7.2.20 +DISTVERSION= 7.2.21 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions Modified: head/lang/php72/distinfo ============================================================================== --- head/lang/php72/distinfo Sat Aug 3 18:26:07 2019 (r507977) +++ head/lang/php72/distinfo Sat Aug 3 18:28:12 2019 (r507978) @@ -1,3 +1,3 @@ -TIMESTAMP = 1562963325 -SHA256 (php-7.2.20.tar.xz) = eff09da83e235c2ba25c85deea1d4f663bd71d50fd51ad11e1acebe26d733494 -SIZE (php-7.2.20.tar.xz) = 12183712 +TIMESTAMP = 1564742313 +SHA256 (php-7.2.21.tar.xz) = de06aff019d8f5079115795bd7d8eedd4cd03daecb62d58abb18f492dd995c95 +SIZE (php-7.2.21.tar.xz) = 12298448