Date: Tue, 25 Aug 2020 23:13:01 +0000 (UTC) From: Torsten Zuehlsdorff <tz@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r546240 - branches/2020Q3/lang/php72 Message-ID: <202008252313.07PND1jq022902@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tz Date: Tue Aug 25 23:13:00 2020 New Revision: 546240 URL: https://svnweb.freebsd.org/changeset/ports/546240 Log: MFH: r546237 lang/php72: Update from 7.2.22 to 7.2.23 The last log entry is the same, because i accidently performed an update from 7.2.21 to 7.2.22. I ignored the update to 7.2.22 because for FreeBSD its a no-op. But when 7.2.23 was released i only increased the version by one. This time its the real update! :) Changelog: Core: Fixed bug #79877 (getimagesize function silently truncates after a null byte) (cmb) Phar: Fixed bug #79797 (Use of freed hash key in the phar_parse_zipfile function). (CVE-2020-7068) Reported by: José García Juanino <jjuanino@gmail.com> Sponsored by: Bounce Experts Approved by: ports-secteam (joneum, implicit for PHP Updates) Modified: branches/2020Q3/lang/php72/Makefile branches/2020Q3/lang/php72/distinfo Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/lang/php72/Makefile ============================================================================== --- branches/2020Q3/lang/php72/Makefile Tue Aug 25 23:11:02 2020 (r546239) +++ branches/2020Q3/lang/php72/Makefile Tue Aug 25 23:13:00 2020 (r546240) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= php72 -DISTVERSION= 7.2.32 +DISTVERSION= 7.2.33 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions Modified: branches/2020Q3/lang/php72/distinfo ============================================================================== --- branches/2020Q3/lang/php72/distinfo Tue Aug 25 23:11:02 2020 (r546239) +++ branches/2020Q3/lang/php72/distinfo Tue Aug 25 23:13:00 2020 (r546240) @@ -1,3 +1,3 @@ -TIMESTAMP = 1597751560 -SHA256 (php-7.2.32.tar.xz) = 050fc16ca56d8d2365d980998220a4eb06439da71dfd38de49b42fea72310ef1 -SIZE (php-7.2.32.tar.xz) = 12251152 +TIMESTAMP = 1598390814 +SHA256 (php-7.2.33.tar.xz) = 0f160a3483ffce36be5962fab7bcf09d605ee66c5707df83e4195cb796bbb03a +SIZE (php-7.2.33.tar.xz) = 12310624
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008252313.07PND1jq022902>