Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 May 2020 19:47:10 +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: r535327 - branches/2020Q2/lang/php73
Message-ID:  <202005151947.04FJlAEj047194@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tz
Date: Fri May 15 19:47:09 2020
New Revision: 535327
URL: https://svnweb.freebsd.org/changeset/ports/535327

Log:
  MFH: r535322
  
  lang/php73: Update from 7.3.17 to 7.3.18
  
  Changelog:
  
      Core:
          Fixed bug #78875 (Long filenames cause OOM and temp files are not cleaned). (CVE-2019-11048)
          Fixed bug #78876 (Long variables in multipart/form-data cause OOM and temp files are not cleaned). (CVE-2019-11048)
          Fixed bug #79434 (PHP 7.3 and PHP-7.4 crash with NULL-pointer dereference on !CS constant).
          Fixed bug #79477 (casting object into array creates references).
          Fixed bug #79470 (PHP incompatible with 3rd party file system on demand).
          Fixed bug #78784 (Unable to interact with files inside a VFS for Git repository).
      DOM:
          Fixed bug #78221 (DOMNode::normalize() doesn't remove empty text nodes).
      FCGI:
          Fixed bug #79491 (Search for .user.ini extends up to root dir).
      MBString:
          Fixed bug #79441 (Segfault in mb_chr() if internal encoding is unsupported).
      OpenSSL:
          Fixed bug #79497 (stream_socket_client() throws an unknown error sometimes with <1s timeout).
      Phar:
          Fixed bug #79503 (Memory leak on duplicate metadata).
      SimpleXML:
          Fixed bug #79528 (Different object of the same xml between 7.4.5 and 7.4.4).
      Standard:
          Fixed bug #79468 (SIGSEGV when closing stream handle with a stream filter appended).
  
  Sponsored by:	Bounce Experts
  
  Approved by:	ports-secteam (joneum, implicit for PHP Updates)

Modified:
  branches/2020Q2/lang/php73/Makefile
  branches/2020Q2/lang/php73/distinfo
Directory Properties:
  branches/2020Q2/   (props changed)

Modified: branches/2020Q2/lang/php73/Makefile
==============================================================================
--- branches/2020Q2/lang/php73/Makefile	Fri May 15 19:46:45 2020	(r535326)
+++ branches/2020Q2/lang/php73/Makefile	Fri May 15 19:47:09 2020	(r535327)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	php73
-DISTVERSION=	7.3.17
+DISTVERSION=	7.3.18
 PORTREVISION?=	0
 CATEGORIES?=	lang devel www
 MASTER_SITES=	PHP/distributions

Modified: branches/2020Q2/lang/php73/distinfo
==============================================================================
--- branches/2020Q2/lang/php73/distinfo	Fri May 15 19:46:45 2020	(r535326)
+++ branches/2020Q2/lang/php73/distinfo	Fri May 15 19:47:09 2020	(r535327)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1587235461
-SHA256 (php-7.3.17.tar.xz) = 6a30304c27f7e7a94538f5ffec599f600ee93aedbbecad8aa4f8bec539b10ad8
-SIZE (php-7.3.17.tar.xz) = 12116072
+TIMESTAMP = 1589480031
+SHA256 (php-7.3.18.tar.xz) = 7b3e2479a8d6fd7666dcdef8aec50d49c4599cc6ee86e48d41724cfd99cc9e58
+SIZE (php-7.3.18.tar.xz) = 12116280



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