Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Sep 2019 10:09:43 +0000 (UTC)
From:      Torsten Zuehlsdorff <tz@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r511165 - branches/2019Q3/lang/php71
Message-ID:  <201909051009.x85A9hv8047040@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tz
Date: Thu Sep  5 10:09:43 2019
New Revision: 511165
URL: https://svnweb.freebsd.org/changeset/ports/511165

Log:
  MFH: r511034
  
  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)
  
  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	Thu Sep  5 09:41:40 2019	(r511164)
+++ branches/2019Q3/lang/php71/Makefile	Thu Sep  5 10:09:43 2019	(r511165)
@@ -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: branches/2019Q3/lang/php71/distinfo
==============================================================================
--- branches/2019Q3/lang/php71/distinfo	Thu Sep  5 09:41:40 2019	(r511164)
+++ branches/2019Q3/lang/php71/distinfo	Thu Sep  5 10:09:43 2019	(r511165)
@@ -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



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