Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Jan 2019 11:00:50 +0000 (UTC)
From:      Torsten Zuehlsdorff <tz@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r490236 - in head: databases/php71-pdo_pgsql databases/php71-pgsql devel/php71-intl lang/php71
Message-ID:  <201901141100.x0EB0o7R075108@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tz
Date: Mon Jan 14 11:00:50 2019
New Revision: 490236
URL: https://svnweb.freebsd.org/changeset/ports/490236

Log:
  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
  
  MFH:		2019Q1

Modified:
  head/databases/php71-pdo_pgsql/Makefile
  head/databases/php71-pgsql/Makefile
  head/devel/php71-intl/Makefile
  head/lang/php71/Makefile
  head/lang/php71/distinfo

Modified: head/databases/php71-pdo_pgsql/Makefile
==============================================================================
--- head/databases/php71-pdo_pgsql/Makefile	Mon Jan 14 10:58:15 2019	(r490235)
+++ head/databases/php71-pdo_pgsql/Makefile	Mon Jan 14 11:00:50 2019	(r490236)
@@ -1,6 +1,5 @@
 # $FreeBSD$
 
-PORTREVISION=	1
 CATEGORIES=	databases
 
 MASTERDIR=	${.CURDIR}/../../lang/php71

Modified: head/databases/php71-pgsql/Makefile
==============================================================================
--- head/databases/php71-pgsql/Makefile	Mon Jan 14 10:58:15 2019	(r490235)
+++ head/databases/php71-pgsql/Makefile	Mon Jan 14 11:00:50 2019	(r490236)
@@ -1,6 +1,5 @@
 # $FreeBSD$
 
-PORTREVISION=	1
 CATEGORIES=	databases
 
 MASTERDIR=	${.CURDIR}/../../lang/php71

Modified: head/devel/php71-intl/Makefile
==============================================================================
--- head/devel/php71-intl/Makefile	Mon Jan 14 10:58:15 2019	(r490235)
+++ head/devel/php71-intl/Makefile	Mon Jan 14 11:00:50 2019	(r490236)
@@ -1,6 +1,5 @@
 # $FreeBSD$
 
-PORTREVISION=	1
 CATEGORIES=	devel
 
 MASTERDIR=	${.CURDIR}/../../lang/php71

Modified: head/lang/php71/Makefile
==============================================================================
--- head/lang/php71/Makefile	Mon Jan 14 10:58:15 2019	(r490235)
+++ head/lang/php71/Makefile	Mon Jan 14 11:00:50 2019	(r490236)
@@ -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: head/lang/php71/distinfo
==============================================================================
--- head/lang/php71/distinfo	Mon Jan 14 10:58:15 2019	(r490235)
+++ head/lang/php71/distinfo	Mon Jan 14 11:00:50 2019	(r490236)
@@ -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?201901141100.x0EB0o7R075108>