From owner-svn-ports-all@freebsd.org Mon Jan 14 12:23:11 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 440B1149E9A4; Mon, 14 Jan 2019 12:23:11 +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 DA5EE863CD; Mon, 14 Jan 2019 12:23:10 +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 CB4162B16; Mon, 14 Jan 2019 12:23:10 +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 x0ECNAXA022937; Mon, 14 Jan 2019 12:23:10 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x0ECN9UH022933; Mon, 14 Jan 2019 12:23:09 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201901141223.x0ECN9UH022933@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Mon, 14 Jan 2019 12:23:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r490244 - in branches/2019Q1: databases/php71-pdo_pgsql databases/php71-pgsql devel/php71-intl lang/php71 X-SVN-Group: ports-branches X-SVN-Commit-Author: tz X-SVN-Commit-Paths: in branches/2019Q1: databases/php71-pdo_pgsql databases/php71-pgsql devel/php71-intl lang/php71 X-SVN-Commit-Revision: 490244 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: DA5EE863CD X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.971,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-0.999,0] 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: Mon, 14 Jan 2019 12:23:11 -0000 Author: tz Date: Mon Jan 14 12:23:09 2019 New Revision: 490244 URL: https://svnweb.freebsd.org/changeset/ports/490244 Log: MFH: r490236 Update PHP 7.1 from 7.1.25 to 7.1.26 Changelog: Core: Fixed bug #77369 (memcpy with negative length via crafted DNS response). GD: Fixed bug #77269 (efree() on uninitialized Heap data in imagescale leads to use-after-free). Fixed bug #77270 (imagecolormatch Out Of Bounds Write on Heap). IMAP: Fixed bug #77020 (null pointer dereference in imap_mail). Mbstring: Fixed bug #77370 (Buffer overflow on mb regex functions - fetch_token). Fixed bug #77371 (heap buffer overflow in mb regex functions - compile_string_node). Fixed bug #77381 (heap buffer overflow in multibyte match_at). Fixed bug #77382 (heap buffer overflow due to incorrect length in expand_case_fold_string). Fixed bug #77385 (buffer overflow in fetch_token). Fixed bug #77394 (Buffer overflow in multibyte case folding - unicode). Fixed bug #77418 (Heap overflow in utf32be_mbc_to_code). Phar: Fixed bug #77247 (heap buffer overflow in phar_detect_phar_fname_ext). Xmlrpc: Fixed bug #77242 (heap out of bounds read in xmlrpc_decode()). Fixed bug #77380 (Global out of bounds read in xmlrpc base64 code). Changelog taken from: http://www.php.net/ChangeLog-7.php#7.1.26 Approved by: ports-secteam (miwi) Modified: branches/2019Q1/databases/php71-pdo_pgsql/Makefile branches/2019Q1/databases/php71-pgsql/Makefile branches/2019Q1/devel/php71-intl/Makefile branches/2019Q1/lang/php71/Makefile branches/2019Q1/lang/php71/distinfo Directory Properties: branches/2019Q1/ (props changed) Modified: branches/2019Q1/databases/php71-pdo_pgsql/Makefile ============================================================================== --- branches/2019Q1/databases/php71-pdo_pgsql/Makefile Mon Jan 14 12:17:19 2019 (r490243) +++ branches/2019Q1/databases/php71-pdo_pgsql/Makefile Mon Jan 14 12:23:09 2019 (r490244) @@ -1,6 +1,5 @@ # $FreeBSD$ -PORTREVISION= 1 CATEGORIES= databases MASTERDIR= ${.CURDIR}/../../lang/php71 Modified: branches/2019Q1/databases/php71-pgsql/Makefile ============================================================================== --- branches/2019Q1/databases/php71-pgsql/Makefile Mon Jan 14 12:17:19 2019 (r490243) +++ branches/2019Q1/databases/php71-pgsql/Makefile Mon Jan 14 12:23:09 2019 (r490244) @@ -1,6 +1,5 @@ # $FreeBSD$ -PORTREVISION= 1 CATEGORIES= databases MASTERDIR= ${.CURDIR}/../../lang/php71 Modified: branches/2019Q1/devel/php71-intl/Makefile ============================================================================== --- branches/2019Q1/devel/php71-intl/Makefile Mon Jan 14 12:17:19 2019 (r490243) +++ branches/2019Q1/devel/php71-intl/Makefile Mon Jan 14 12:23:09 2019 (r490244) @@ -1,6 +1,5 @@ # $FreeBSD$ -PORTREVISION= 1 CATEGORIES= devel MASTERDIR= ${.CURDIR}/../../lang/php71 Modified: branches/2019Q1/lang/php71/Makefile ============================================================================== --- branches/2019Q1/lang/php71/Makefile Mon Jan 14 12:17:19 2019 (r490243) +++ branches/2019Q1/lang/php71/Makefile Mon Jan 14 12:23:09 2019 (r490244) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= php71 -PORTVERSION= 7.1.25 +PORTVERSION= 7.1.26 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions Modified: branches/2019Q1/lang/php71/distinfo ============================================================================== --- branches/2019Q1/lang/php71/distinfo Mon Jan 14 12:17:19 2019 (r490243) +++ branches/2019Q1/lang/php71/distinfo Mon Jan 14 12:23:09 2019 (r490244) @@ -1,5 +1,5 @@ -TIMESTAMP = 1544005139 -SHA256 (php-7.1.25.tar.xz) = 0fd8dad1903cd0b2d615a1fe4209f99e53b7292403c8ffa1919c0f4dd1eada88 -SIZE (php-7.1.25.tar.xz) = 12205972 +TIMESTAMP = 1547458240 +SHA256 (php-7.1.26.tar.xz) = 10b7ae634c12852fae52a22dc2262e5f12418ad59fd20da2d00d71a212235d31 +SIZE (php-7.1.26.tar.xz) = 12206956 SHA256 (php-7.1.x-mail-header.patch) = 8f173d89672f7ebfabfcc3c5d7f8dec1c4243aba665db4b4046e67c34d9d4dc7 SIZE (php-7.1.x-mail-header.patch) = 4504