Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Jan 2020 23:57:14 +0000 (UTC)
From:      Torsten Zuehlsdorff <tz@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r523995 - head/lang/php73
Message-ID:  <202001242357.00ONvErS099855@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tz
Date: Fri Jan 24 23:57:14 2020
New Revision: 523995
URL: https://svnweb.freebsd.org/changeset/ports/523995

Log:
  lang/php73: Update from 7.3.13 to 7.3.14
  
  Changelog:
  
      Core:
          Fixed bug #78999 (Cycle leak when using function result as temporary).
      CURL:
          Fixed bug #79033 (Curl timeout error with specific url and post).
      Date:
          Fixed bug #79015 (undefined-behavior in php_date.c).
      DBA:
          Fixed bug #78808 ([LMDB] MDB_MAP_FULL: Environment mapsize limit reached).
      Fileinfo:
          Fixed bug #74170 (locale information change after mime_content_type).
      GD:
          Fixed bug #78923 (Artifacts when convoluting image with transparency).
          Fixed bug #79067 (gdTransformAffineCopy() may use unitialized values).
          Fixed bug #79068 (gdTransformAffineCopy() changes interpolation method).
      Libxml:
          Fixed bug #79029 (Use After Free's in XMLReader / XMLWriter).
      Mbstring:
          Fixed bug #79037 (global buffer-overflow in `mbfl_filt_conv_big5_wchar`). (CVE-2020-7060)
      OPcache:
          Fixed bug #79040 (Warning Opcode handlers are unusable due to ASLR).
      Pcntl:
          Fixed bug #78402 (Converting null to string in error message is bad DX).
      PDO_PgSQL:
          Fixed bug #78983 (pdo_pgsql config.w32 cannot find libpq-fe.h).
          Fixed bug #78980 (pgsqlGetNotify() overlooks dead connection).
          Fixed bug #78982 (pdo_pgsql returns dead persistent connection).
      Session:
          Fixed bug #79091 (heap use-after-free in session_create_id()).
      Shmop:
          Fixed bug #78538 (shmop memory leak).
      Standard:
          Fixed bug #79099 (OOB read in php_strip_tags_ex). (CVE-2020-7059)
          Fixed bug #54298 (Using empty additional_headers adding extraneous CRLF).
  
  Changelog taken from: https://www.php.net/ChangeLog-7.php#7.3.14
  
  MFH:		2020Q1

Modified:
  head/lang/php73/Makefile
  head/lang/php73/distinfo

Modified: head/lang/php73/Makefile
==============================================================================
--- head/lang/php73/Makefile	Fri Jan 24 23:54:42 2020	(r523994)
+++ head/lang/php73/Makefile	Fri Jan 24 23:57:14 2020	(r523995)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	php73
-DISTVERSION=	7.3.13
+DISTVERSION=	7.3.14
 PORTREVISION?=	0
 CATEGORIES?=	lang devel www
 MASTER_SITES=	PHP/distributions

Modified: head/lang/php73/distinfo
==============================================================================
--- head/lang/php73/distinfo	Fri Jan 24 23:54:42 2020	(r523994)
+++ head/lang/php73/distinfo	Fri Jan 24 23:57:14 2020	(r523995)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1576964457
-SHA256 (php-7.3.13.tar.xz) = 57ac55fe442d2da650abeb9e6fa161bd3a98ba6528c029f076f8bba43dd5c228
-SIZE (php-7.3.13.tar.xz) = 12102012
+TIMESTAMP = 1579904913
+SHA256 (php-7.3.14.tar.xz) = cc05dd373ca5d36652800762f65c10e828a17de35aaf246262e3efa99d00cdb0
+SIZE (php-7.3.14.tar.xz) = 12106072



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