svn commit: r507977 - in head: databases/php71-pdo_pgsql databases/php71-pgsql devel/php71-intl lang/php71

Torsten Zuehlsdorff tz at FreeBSD.org
Sat Aug 3 18:26:08 UTC 2019


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


More information about the svn-ports-all mailing list