From owner-svn-ports-all@freebsd.org Fri Jan 24 23:54:43 2020 Return-Path: Delivered-To: svn-ports-all@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 B6066228420; Fri, 24 Jan 2020 23:54:43 +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 484GGC4P4cz3FDF; Fri, 24 Jan 2020 23:54: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 922422F29F; Fri, 24 Jan 2020 23:54: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 00ONshib099594; Fri, 24 Jan 2020 23:54:43 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00ONshUL099593; Fri, 24 Jan 2020 23:54:43 GMT (envelope-from tz@FreeBSD.org) Message-Id: <202001242354.00ONshUL099593@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Fri, 24 Jan 2020 23:54:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r523994 - head/lang/php72 X-SVN-Group: ports-head X-SVN-Commit-Author: tz X-SVN-Commit-Paths: head/lang/php72 X-SVN-Commit-Revision: 523994 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Jan 2020 23:54:43 -0000 Author: tz Date: Fri Jan 24 23:54:42 2020 New Revision: 523994 URL: https://svnweb.freebsd.org/changeset/ports/523994 Log: lang/php72: Update from 7.2.26 to 7.2.27 Changelog: Mbstring: Fixed bug #79037 (global buffer-overflow in `mbfl_filt_conv_big5_wchar`). (CVE-2020-7060) Session: Fixed bug #79091 (heap use-after-free in session_create_id()). Standard: Fixed bug #79099 (OOB read in php_strip_tags_ex). (CVE-2020-7059) Changelog taken from: https://www.php.net/ChangeLog-7.php#7.2.27 Modified: head/lang/php72/Makefile head/lang/php72/distinfo Modified: head/lang/php72/Makefile ============================================================================== --- head/lang/php72/Makefile Fri Jan 24 22:20:00 2020 (r523993) +++ head/lang/php72/Makefile Fri Jan 24 23:54:42 2020 (r523994) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= php72 -DISTVERSION= 7.2.26 +DISTVERSION= 7.2.27 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions Modified: head/lang/php72/distinfo ============================================================================== --- head/lang/php72/distinfo Fri Jan 24 22:20:00 2020 (r523993) +++ head/lang/php72/distinfo Fri Jan 24 23:54:42 2020 (r523994) @@ -1,3 +1,3 @@ -TIMESTAMP = 1576964409 -SHA256 (php-7.2.26.tar.xz) = 1dd3bc875e105f5c9d21fb4dc240670bd2c22037820ff03890f5ab883c88b78d -SIZE (php-7.2.26.tar.xz) = 12309176 +TIMESTAMP = 1579904893 +SHA256 (php-7.2.27.tar.xz) = 7bd0fb9e3b63cfe53176d1f3565cd686f90b3926217158de5ba57091f49e4c32 +SIZE (php-7.2.27.tar.xz) = 12307512