Date: Mon, 14 Jan 2019 12:23:09 +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: r490244 - in branches/2019Q1: databases/php71-pdo_pgsql databases/php71-pgsql devel/php71-intl lang/php71 Message-ID: <201901141223.x0ECN9UH022933@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901141223.x0ECN9UH022933>