svn commit: r511034 - head/lang/php71

Torsten Zuehlsdorff tz at FreeBSD.org
Tue Sep 3 20:22:17 UTC 2019


Author: tz
Date: Tue Sep  3 20:22:16 2019
New Revision: 511034
URL: https://svnweb.freebsd.org/changeset/ports/511034

Log:
  lang/php71: Upgrade from 7.1.31 to 7.1.32
  
  Changelog:
  
      mbstring:
          Fixed CVE-2019-13224 (don't allow different encodings for onig_new_deluxe) (stas)
      pcre:
          Fixed bug #75457 (heap use-after-free in pcrelib) (cmb)
  
  MFH:		2019Q3

Modified:
  head/lang/php71/Makefile
  head/lang/php71/distinfo

Modified: head/lang/php71/Makefile
==============================================================================
--- head/lang/php71/Makefile	Tue Sep  3 19:51:32 2019	(r511033)
+++ head/lang/php71/Makefile	Tue Sep  3 20:22:16 2019	(r511034)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	php71
-PORTVERSION=	7.1.31
+PORTVERSION=	7.1.32
 PORTREVISION?=	0
 CATEGORIES?=	lang devel www
 MASTER_SITES=	PHP/distributions

Modified: head/lang/php71/distinfo
==============================================================================
--- head/lang/php71/distinfo	Tue Sep  3 19:51:32 2019	(r511033)
+++ head/lang/php71/distinfo	Tue Sep  3 20:22:16 2019	(r511034)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1564859295
-SHA256 (php-7.1.31.tar.xz) = 5cb53b63592ec4361f0ab12c684b10430344821a024881a387ead4299df78fa5
-SIZE (php-7.1.31.tar.xz) = 12370928
+TIMESTAMP = 1567540694
+SHA256 (php-7.1.32.tar.xz) = 7f38b5bdaae3184d325a8c70e86c010afcc33651d15faafe277a0db6d2ea2741
+SIZE (php-7.1.32.tar.xz) = 12369916
 SHA256 (php-7.1.x-mail-header.patch) = 8f173d89672f7ebfabfcc3c5d7f8dec1c4243aba665db4b4046e67c34d9d4dc7
 SIZE (php-7.1.x-mail-header.patch) = 4504


More information about the svn-ports-all mailing list