svn commit: r507984 - branches/2019Q3/lang/php71

Torsten Zuehlsdorff tz at FreeBSD.org
Sat Aug 3 19:13:10 UTC 2019


Author: tz
Date: Sat Aug  3 19:13:10 2019
New Revision: 507984
URL: https://svnweb.freebsd.org/changeset/ports/507984

Log:
  MFH: r507977 r507983
  
  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
  
  Approved by:	ports-secteam (joneum)

Modified:
  branches/2019Q3/lang/php71/Makefile
  branches/2019Q3/lang/php71/distinfo
Directory Properties:
  branches/2019Q3/   (props changed)

Modified: branches/2019Q3/lang/php71/Makefile
==============================================================================
--- branches/2019Q3/lang/php71/Makefile	Sat Aug  3 19:08:46 2019	(r507983)
+++ branches/2019Q3/lang/php71/Makefile	Sat Aug  3 19:13:10 2019	(r507984)
@@ -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: branches/2019Q3/lang/php71/distinfo
==============================================================================
--- branches/2019Q3/lang/php71/distinfo	Sat Aug  3 19:08:46 2019	(r507983)
+++ branches/2019Q3/lang/php71/distinfo	Sat Aug  3 19:13:10 2019	(r507984)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1559316094
-SHA256 (php-7.1.30.tar.xz) = 6310599811536dbe87e4bcf212bf93196bdfaff519d0c821e4c0068efd096a7c
-SIZE (php-7.1.30.tar.xz) = 12221980
+TIMESTAMP = 1564859295
+SHA256 (php-7.1.31.tar.xz) = 5cb53b63592ec4361f0ab12c684b10430344821a024881a387ead4299df78fa5
+SIZE (php-7.1.31.tar.xz) = 12370928
 SHA256 (php-7.1.x-mail-header.patch) = 8f173d89672f7ebfabfcc3c5d7f8dec1c4243aba665db4b4046e67c34d9d4dc7
 SIZE (php-7.1.x-mail-header.patch) = 4504


More information about the svn-ports-branches mailing list