Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Aug 2020 22:02:34 +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: r545461 - branches/2020Q3/lang/php74
Message-ID:  <202008192202.07JM2YCv095219@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tz
Date: Wed Aug 19 22:02:34 2020
New Revision: 545461
URL: https://svnweb.freebsd.org/changeset/ports/545461

Log:
  MFH: r545456
  
  lang/php74: Update from 7.4.8 to 7.4.9
  
  Changelog:
  
      Apache:
          Fixed bug #79030 (Upgrade apache2handler's php_apache_sapi_get_request_time to return usec).
      COM:
          Fixed bug #63208 (BSTR to PHP string conversion not binary safe).
          Fixed bug #63527 (DCOM does not work with Username, Password parameter).
      Core:
          Fixed bug #79740 (serialize() and unserialize() methods can not be called statically).
          Fixed bug #79783 (Segfault in php_str_replace_common).
          Fixed bug #79778 (Assertion failure if dumping closure with unresolved static variable).
          Fixed bug #79779 (Assertion failure when assigning property of string offset by reference).
          Fixed bug #79792 (HT iterators not removed if empty array is destroyed).
          Fixed bug #78598 (Changing array during undef index RW error segfaults).
          Fixed bug #79784 (Use after free if changing array during undef var during array write fetch).
          Fixed bug #79793 (Use after free if string used in undefined index warning is changed).
          Fixed bug #79862 (Public non-static property in child should take priority over private static).
          Fixed bug #79877 (getimagesize function silently truncates after a null byte) (cmb)
      Fileinfo:
          Fixed bug #79756 (finfo_file crash (FILEINFO_MIME)).
      FTP:
          Fixed bug #55857 (ftp_size on large files).
      Mbstring:
          Fixed bug #79787 (mb_strimwidth does not trim string).
      Phar:
          Fixed bug #79797 (Use of freed hash key in the phar_parse_zipfile function). (CVE-2020-7068)
      Reflection:
          Fixed bug #79487 (::getStaticProperties() ignores property modifications).
          Fixed bug #69804 (::getStaticPropertyValue() throws on protected props).
          Fixed bug #79820 (Use after free when type duplicated into ReflectionProperty gets resolved).
      Standard:
          Fixed bug #70362 (Can't copy() large 'data://' with open_basedir).
          Fixed bug #78008 (dns_check_record() always return true on Alpine).
          Fixed bug #79839 (array_walk() does not respect property types).
  
  Sponsored by:	Bounce Experts
  
  Approved by:	ports-secteam (joneum, implicit for PHP Updates)

Modified:
  branches/2020Q3/lang/php74/Makefile
  branches/2020Q3/lang/php74/distinfo
Directory Properties:
  branches/2020Q3/   (props changed)

Modified: branches/2020Q3/lang/php74/Makefile
==============================================================================
--- branches/2020Q3/lang/php74/Makefile	Wed Aug 19 22:01:00 2020	(r545460)
+++ branches/2020Q3/lang/php74/Makefile	Wed Aug 19 22:02:34 2020	(r545461)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	php74
-DISTVERSION=	7.4.8
+DISTVERSION=	7.4.9
 PORTREVISION?=	0
 CATEGORIES?=	lang devel www
 MASTER_SITES=   PHP/distributions

Modified: branches/2020Q3/lang/php74/distinfo
==============================================================================
--- branches/2020Q3/lang/php74/distinfo	Wed Aug 19 22:01:00 2020	(r545460)
+++ branches/2020Q3/lang/php74/distinfo	Wed Aug 19 22:02:34 2020	(r545461)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1594374468
-SHA256 (php-7.4.8.tar.xz) = 642843890b732e8af01cb661e823ae01472af1402f211c83009c9b3abd073245
-SIZE (php-7.4.8.tar.xz) = 10281976
+TIMESTAMP = 1597751659
+SHA256 (php-7.4.9.tar.xz) = 23733f4a608ad1bebdcecf0138ebc5fd57cf20d6e0915f98a9444c3f747dc57b
+SIZE (php-7.4.9.tar.xz) = 10289560



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