Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Dec 2019 18:43:39 +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: r520649 - branches/2019Q4/lang/php73
Message-ID:  <201912221843.xBMIhdOD010846@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tz
Date: Sun Dec 22 18:43:39 2019
New Revision: 520649
URL: https://svnweb.freebsd.org/changeset/ports/520649

Log:
  MFH: r520629
  
  lang/php73: Upgrade from 7.3.12 to 7.3.13
  
  Changelog:
  
      Bcmath:
          Fixed bug #78878 (Buffer underflow in bc_shift_addsub). (CVE-2019-11046)
      Core:
          Fixed bug #78862 (link() silently truncates after a null byte on Windows). (CVE-2019-11044)
          Fixed bug #78863 (DirectoryIterator class silently truncates after a null byte). (CVE-2019-11045)
          Fixed bug #78943 (mail() may release string with refcount==1 twice). (CVE-2019-11049)
          Fixed bug #78787 (Segfault with trait overriding inherited private shadow property).
          Fixed bug #78868 (Calling __autoload() with incorrect EG(fake_scope) value).
          Fixed bug #78296 (is_file fails to detect file).
      EXIF:
          Fixed bug #78793 (Use-after-free in exif parsing under memory sanitizer). (CVE-2019-11050)
          Fixed bug #78910 (Heap-buffer-overflow READ in exif) (CVE-2019-11047).
      GD:
          Fixed bug #78849 (GD build broken with -D SIGNED_COMPARE_SLOW).
      MBString:
          Upgraded bundled Oniguruma to 6.9.4.
      OPcache:
          Fixed potential ASLR related invalid opline handler issues.
          Fixed $x = (bool)$x; with opcache (should emit undeclared variable notice).
      PCRE:
          Fixed bug #78853 (preg_match() may return integer > 1).
      Standard:
          Fixed bug #78759 (array_search in $GLOBALS).
          Fixed bug #77638 (var_export'ing certain class instances segfaults).
          Fixed bug #78840 (imploding $GLOBALS crashes).
          Fixed bug #78833 (Integer overflow in pack causes out-of-bound access).
          Fixed bug #78814 (strip_tags allows / in tag name => whitelist bypass).
  
  Changelog taken from: https://www.php.net/ChangeLog-7.php#7.3.13
  
  Approved by:	ports-secteam (joneum)

Modified:
  branches/2019Q4/lang/php73/Makefile
  branches/2019Q4/lang/php73/distinfo
Directory Properties:
  branches/2019Q4/   (props changed)

Modified: branches/2019Q4/lang/php73/Makefile
==============================================================================
--- branches/2019Q4/lang/php73/Makefile	Sun Dec 22 18:42:40 2019	(r520648)
+++ branches/2019Q4/lang/php73/Makefile	Sun Dec 22 18:43:39 2019	(r520649)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	php73
-DISTVERSION=	7.3.12
+DISTVERSION=	7.3.13
 PORTREVISION?=	0
 CATEGORIES?=	lang devel www
 MASTER_SITES=	PHP/distributions

Modified: branches/2019Q4/lang/php73/distinfo
==============================================================================
--- branches/2019Q4/lang/php73/distinfo	Sun Dec 22 18:42:40 2019	(r520648)
+++ branches/2019Q4/lang/php73/distinfo	Sun Dec 22 18:43:39 2019	(r520649)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1574409147
-SHA256 (php-7.3.12.tar.xz) = aafe5e9861ad828860c6af8c88cdc1488314785962328eb1783607c1fdd855df
-SIZE (php-7.3.12.tar.xz) = 12095212
+TIMESTAMP = 1576964457
+SHA256 (php-7.3.13.tar.xz) = 57ac55fe442d2da650abeb9e6fa161bd3a98ba6528c029f076f8bba43dd5c228
+SIZE (php-7.3.13.tar.xz) = 12102012



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