Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Aug 2019 18:26:07 +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: r507977 - in head: databases/php71-pdo_pgsql databases/php71-pgsql devel/php71-intl lang/php71
Message-ID:  <201908031826.x73IQ7fY092770@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tz
Date: Sat Aug  3 18:26:07 2019
New Revision: 507977
URL: https://svnweb.freebsd.org/changeset/ports/507977

Log:
  Update PHP 7.1 from 7.1.30 to 7.1.31
  
  Changelog:
  
      SQLite:
          Upgraded to SQLite 3.28.0.
      EXIF:
          Fixed bug #78256 (heap-buffer-overflow on exif_process_user_comment). (CVE-2019-11042)
          Fixed bug #78222 (heap-buffer-overflow on exif_scan_thumbnail). (CVE-2019-11041)
      Phar:
          Fixed bug #77919 (Potential UAF in Phar RSHUTDOWN).
  
  Changelog taken from: https://www.php.net/ChangeLog-7.php#7.1.31
  
  MFH:		2019Q3

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	Sat Aug  3 18:19:34 2019	(r507976)
+++ head/databases/php71-pdo_pgsql/Makefile	Sat Aug  3 18:26:07 2019	(r507977)
@@ -1,6 +1,5 @@
 # $FreeBSD$
 
-PORTREVISION=	1
 CATEGORIES=	databases
 
 MASTERDIR=	${.CURDIR}/../../lang/php71

Modified: head/databases/php71-pgsql/Makefile
==============================================================================
--- head/databases/php71-pgsql/Makefile	Sat Aug  3 18:19:34 2019	(r507976)
+++ head/databases/php71-pgsql/Makefile	Sat Aug  3 18:26:07 2019	(r507977)
@@ -1,6 +1,5 @@
 # $FreeBSD$
 
-PORTREVISION=	1
 CATEGORIES=	databases
 
 MASTERDIR=	${.CURDIR}/../../lang/php71

Modified: head/devel/php71-intl/Makefile
==============================================================================
--- head/devel/php71-intl/Makefile	Sat Aug  3 18:19:34 2019	(r507976)
+++ head/devel/php71-intl/Makefile	Sat Aug  3 18:26:07 2019	(r507977)
@@ -1,6 +1,5 @@
 # $FreeBSD$
 
-PORTREVISION=	1
 CATEGORIES=	devel
 
 MASTERDIR=	${.CURDIR}/../../lang/php71

Modified: head/lang/php71/Makefile
==============================================================================
--- head/lang/php71/Makefile	Sat Aug  3 18:19:34 2019	(r507976)
+++ head/lang/php71/Makefile	Sat Aug  3 18:26:07 2019	(r507977)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	php71
-PORTVERSION=	7.1.30
+PORTVERSION=	7.1.31
 PORTREVISION?=	0
 CATEGORIES?=	lang devel www
 MASTER_SITES=	PHP/distributions

Modified: head/lang/php71/distinfo
==============================================================================
--- head/lang/php71/distinfo	Sat Aug  3 18:19:34 2019	(r507976)
+++ head/lang/php71/distinfo	Sat Aug  3 18:26:07 2019	(r507977)
@@ -1,5 +1,3 @@
-TIMESTAMP = 1559316094
-SHA256 (php-7.1.30.tar.xz) = 6310599811536dbe87e4bcf212bf93196bdfaff519d0c821e4c0068efd096a7c
-SIZE (php-7.1.30.tar.xz) = 12221980
-SHA256 (php-7.1.x-mail-header.patch) = 8f173d89672f7ebfabfcc3c5d7f8dec1c4243aba665db4b4046e67c34d9d4dc7
-SIZE (php-7.1.x-mail-header.patch) = 4504
+TIMESTAMP = 1564742330
+SHA256 (php-7.1.31.tar.xz) = 5cb53b63592ec4361f0ab12c684b10430344821a024881a387ead4299df78fa5
+SIZE (php-7.1.31.tar.xz) = 12370928



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908031826.x73IQ7fY092770>