svn commit: r511167 - branches/2019Q3/lang/php73

Torsten Zuehlsdorff tz at FreeBSD.org
Thu Sep 5 10:16:55 UTC 2019


Author: tz
Date: Thu Sep  5 10:16:53 2019
New Revision: 511167
URL: https://svnweb.freebsd.org/changeset/ports/511167

Log:
  MFH: r511036
  
  lang/php73: Update from 7.3.8 to 7.3.9
  
  Changelog:
  
      Core:
          Fixed bug #78363 (Buffer overflow in zendparse).
          Fixed bug #78379 (Cast to object confuses GC, causes crash).
          Fixed bug #78412 (Generator incorrectly reports non-releasable $this as GC child).
      Curl:
          Fixed bug #77946 (Bad cURL resources returned by curl_multi_info_read()).
      Exif:
          Fixed bug #78333 (Exif crash (bus error) due to wrong alignment and invalid cast).
      FPM:
          Fixed bug #77185 (Use-after-free in FPM master event handling).
      Iconv:
          Fixed bug #78342 (Bus error in configure test for iconv //IGNORE).
      LiteSpeed:
          Updated to LiteSpeed SAPI V7.5 (Fixed clean shutdown).
      MBString:
          Fixed bug #78380 (Oniguruma 6.9.3 fixes CVEs). (CVE-2019-13224)
      MySQLnd:
          Fixed bug #78179 (MariaDB server version incorrectly detected).
          Fixed bug #78213 (Empty row pocket).
      Opcache:
          Fixed bug #77191 (Assertion failure in dce_live_ranges() when silencing is used).
      Standard:
          Fixed bug #69100 (Bus error from stream_copy_to_stream (file -> SSL stream) with invalid length).
          Fixed bug #78282 (atime and mtime mismatch).
          Fixed bug #78326 (improper memory deallocation on stream_get_contents() with fixed length buffer).
          Fixed bug #78346 (strip_tags no longer handling nested php tags).
  
  Approved by:	ports-secteam (miwi)

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

Modified: branches/2019Q3/lang/php73/Makefile
==============================================================================
--- branches/2019Q3/lang/php73/Makefile	Thu Sep  5 10:13:55 2019	(r511166)
+++ branches/2019Q3/lang/php73/Makefile	Thu Sep  5 10:16:53 2019	(r511167)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	php73
-DISTVERSION=	7.3.8
+DISTVERSION=	7.3.9
 PORTREVISION?=	0
 CATEGORIES?=	lang devel www
 MASTER_SITES=	PHP/distributions

Modified: branches/2019Q3/lang/php73/distinfo
==============================================================================
--- branches/2019Q3/lang/php73/distinfo	Thu Sep  5 10:13:55 2019	(r511166)
+++ branches/2019Q3/lang/php73/distinfo	Thu Sep  5 10:16:53 2019	(r511167)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1564742295
-SHA256 (php-7.3.8.tar.xz) = f6046b2ae625d8c04310bda0737ac660dc5563a8e04e8a46c1ee24ea414ad5a5
-SIZE (php-7.3.8.tar.xz) = 12064620
+TIMESTAMP = 1567513009
+SHA256 (php-7.3.9.tar.xz) = 4007f24a39822bef2805b75c625551d30be9eeed329d52eb0838fa5c1b91c1fd
+SIZE (php-7.3.9.tar.xz) = 12064244


More information about the svn-ports-all mailing list