From owner-svn-ports-head@freebsd.org Sun Dec 22 14:30:52 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 EEE651D4AF8; Sun, 22 Dec 2019 14:30:52 +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 47glJr5X6tz4Rw2; Sun, 22 Dec 2019 14:30:52 +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 B8707CAD; Sun, 22 Dec 2019 14:30:52 +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 xBMEUqMd053068; Sun, 22 Dec 2019 14:30:52 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xBMEUqQq053067; Sun, 22 Dec 2019 14:30:52 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201912221430.xBMEUqQq053067@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Sun, 22 Dec 2019 14:30:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r520628 - head/lang/php72 X-SVN-Group: ports-head X-SVN-Commit-Author: tz X-SVN-Commit-Paths: head/lang/php72 X-SVN-Commit-Revision: 520628 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: Sun, 22 Dec 2019 14:30:53 -0000 Author: tz Date: Sun Dec 22 14:30:52 2019 New Revision: 520628 URL: https://svnweb.freebsd.org/changeset/ports/520628 Log: lang/php72: Upgrade from 7.2.25 to 7.2.26 Changelog: Bcmath: Fixed bug #78878 (Buffer underflow in bc_shift_addsub). (CVE-2019-11046) Core: Fixed bug #78862 (link() silently truncates after a null byte on Windows). (CVE-2019-11044) Fixed bug #78863 (DirectoryIterator class silently truncates after a null byte). (CVE-2019-11045) EXIF: Fixed bug #78793 (Use-after-free in exif parsing under memory sanitizer). (CVE-2019-11050) Fixed bug #78910 (Heap-buffer-overflow READ in exif). (CVE-2019-11047) GD: Fixed bug #78849 (GD build broken with -D SIGNED_COMPARE_SLOW). Intl: Fixed bug #78804 (Segmentation fault in Locale::filterMatches). OPcache: Fixed $x = (bool)$x; with opcache (should emit undeclared variable notice). Standard: Fixed bug #78759 (array_search in $GLOBALS). Fixed bug #78833 (Integer overflow in pack causes out-of-bound access). Fixed bug #78814 (strip_tags allows / in tag name => whitelist bypass). Changelog taken from: https://www.php.net/ChangeLog-7.php#7.2.26 MFH: 2019Q4 Modified: head/lang/php72/Makefile head/lang/php72/distinfo Modified: head/lang/php72/Makefile ============================================================================== --- head/lang/php72/Makefile Sun Dec 22 14:06:28 2019 (r520627) +++ head/lang/php72/Makefile Sun Dec 22 14:30:52 2019 (r520628) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= php72 -DISTVERSION= 7.2.25 +DISTVERSION= 7.2.26 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions Modified: head/lang/php72/distinfo ============================================================================== --- head/lang/php72/distinfo Sun Dec 22 14:06:28 2019 (r520627) +++ head/lang/php72/distinfo Sun Dec 22 14:30:52 2019 (r520628) @@ -1,3 +1,3 @@ -TIMESTAMP = 1574409107 -SHA256 (php-7.2.25.tar.xz) = 746efeedc38e6ff7b1ec1432440f5fa801537adf6cd21e4afb3f040e5b0760a9 -SIZE (php-7.2.25.tar.xz) = 12278980 +TIMESTAMP = 1576964409 +SHA256 (php-7.2.26.tar.xz) = 1dd3bc875e105f5c9d21fb4dc240670bd2c22037820ff03890f5ab883c88b78d +SIZE (php-7.2.26.tar.xz) = 12309176