From owner-svn-ports-head@freebsd.org Mon Mar 23 22:02:09 2020 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 B65EC271650; Mon, 23 Mar 2020 22:02:09 +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 48mSz54Rvpz4ChW; Mon, 23 Mar 2020 22:02:09 +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 92AA21D324; Mon, 23 Mar 2020 22:02:09 +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 02NM29JZ078143; Mon, 23 Mar 2020 22:02:09 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 02NM29LK078141; Mon, 23 Mar 2020 22:02:09 GMT (envelope-from tz@FreeBSD.org) Message-Id: <202003232202.02NM29LK078141@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Mon, 23 Mar 2020 22:02:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r529011 - head/lang/php72 X-SVN-Group: ports-head X-SVN-Commit-Author: tz X-SVN-Commit-Paths: head/lang/php72 X-SVN-Commit-Revision: 529011 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: Mon, 23 Mar 2020 22:02:09 -0000 Author: tz Date: Mon Mar 23 22:02:08 2020 New Revision: 529011 URL: https://svnweb.freebsd.org/changeset/ports/529011 Log: lang/php72: Update from 7.2.28 to 7.2.29 Changelog: Core: Fixed bug #79329 (get_headers() silently truncates after a null byte) (CVE-2020-7066) (cmb) EXIF: Fixed bug #79282 (Use-of-uninitialized-value in exif) (CVE-2020-7064) (Nikita) Changelog taken from: https://www.php.net/ChangeLog-7.php#7.2.29 MFH: 2020Q1 Sponsored by: PHP Update Service Modified: head/lang/php72/Makefile head/lang/php72/distinfo Modified: head/lang/php72/Makefile ============================================================================== --- head/lang/php72/Makefile Mon Mar 23 21:56:17 2020 (r529010) +++ head/lang/php72/Makefile Mon Mar 23 22:02:08 2020 (r529011) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= php72 -DISTVERSION= 7.2.28 +DISTVERSION= 7.2.29 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions Modified: head/lang/php72/distinfo ============================================================================== --- head/lang/php72/distinfo Mon Mar 23 21:56:17 2020 (r529010) +++ head/lang/php72/distinfo Mon Mar 23 22:02:08 2020 (r529011) @@ -1,3 +1,3 @@ -TIMESTAMP = 1582291880 -SHA256 (php-7.2.28.tar.xz) = afe1863301da572dee2e0bad8014813bcced162f980ddc8ec8e41fd72263eb2d -SIZE (php-7.2.28.tar.xz) = 12311760 +TIMESTAMP = 1584746777 +SHA256 (php-7.2.29.tar.xz) = b117de74136bf4b439d663be9cf0c8e06a260c1f340f6b75ccadb609153a7fe8 +SIZE (php-7.2.29.tar.xz) = 12308380