Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 May 2020 19:42:41 +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: r535324 - in head: devel/php74-intl lang/php74
Message-ID:  <202005151942.04FJgfcE046476@repo.freebsd.org>

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

Log:
  lang/php74: Update from 7.4.5 to 7.4.6
  
  Changelog:
  
      Core:
          Fixed bug #78434 (Generator yields no items after valid() call).
          Fixed bug #79477 (casting object into array creates references).
          Fixed bug #79514 (Memory leaks while including unexistent file).
          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).
          Fixed bug #78875 (Long variables 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).
      DOM:
          Fixed bug #78221 (DOMNode::normalize() doesn't remove empty text nodes).
      EXIF:
          Fixed bug #79336 (ext/exif/tests/bug79046.phpt fails on Big endian arch).
      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).
      PCRE:
          Upgraded to PCRE2 10.34.
      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).
      SPL:
          Fixed bug #69264 (__debugInfo() ignored while extending SPL classes).
          Fixed bug #67369 (ArrayObject serialization drops the iterator class).
      Standard:
          Fixed bug #79468 (SIGSEGV when closing stream handle with a stream filter appended).
          Fixed bug #79447 (Serializing uninitialized typed properties with __sleep should not throw).
  
  Sponsored by:	Bounce Experts

Modified:
  head/devel/php74-intl/Makefile
  head/lang/php74/Makefile
  head/lang/php74/distinfo
  head/lang/php74/pkg-plist

Modified: head/devel/php74-intl/Makefile
==============================================================================
--- head/devel/php74-intl/Makefile	Fri May 15 19:42:30 2020	(r535323)
+++ head/devel/php74-intl/Makefile	Fri May 15 19:42:41 2020	(r535324)
@@ -1,6 +1,5 @@
 # $FreeBSD$
 
-PORTREVISION=	1
 CATEGORIES=	devel
 
 MASTERDIR=	${.CURDIR}/../../lang/php74

Modified: head/lang/php74/Makefile
==============================================================================
--- head/lang/php74/Makefile	Fri May 15 19:42:30 2020	(r535323)
+++ head/lang/php74/Makefile	Fri May 15 19:42:41 2020	(r535324)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	php74
-DISTVERSION=	7.4.5
+DISTVERSION=	7.4.6
 PORTREVISION?=	0
 CATEGORIES?=	lang devel www
 MASTER_SITES=   PHP/distributions

Modified: head/lang/php74/distinfo
==============================================================================
--- head/lang/php74/distinfo	Fri May 15 19:42:30 2020	(r535323)
+++ head/lang/php74/distinfo	Fri May 15 19:42:41 2020	(r535324)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1587235456
-SHA256 (php-7.4.5.tar.xz) = d059fd7f55bdc4d2eada15a00a2976697010d3631ef6f83149cc5289e1f23c2c
-SIZE (php-7.4.5.tar.xz) = 10271296
+TIMESTAMP = 1589480032
+SHA256 (php-7.4.6.tar.xz) = d740322f84f63019622b9f369d64ea5ab676547d2bdcf12be77a5a4cffd06832
+SIZE (php-7.4.6.tar.xz) = 10284824

Modified: head/lang/php74/pkg-plist
==============================================================================
--- head/lang/php74/pkg-plist	Fri May 15 19:42:30 2020	(r535323)
+++ head/lang/php74/pkg-plist	Fri May 15 19:42:41 2020	(r535324)
@@ -137,6 +137,8 @@ include/php/ext/pcre/pcre2lib/config.h
 include/php/ext/pcre/pcre2lib/pcre2.h
 include/php/ext/pcre/pcre2lib/pcre2_internal.h
 include/php/ext/pcre/pcre2lib/pcre2_intmodedep.h
+include/php/ext/pcre/pcre2lib/pcre2_jit_neon_inc.h
+include/php/ext/pcre/pcre2lib/pcre2_jit_simd_inc.h
 include/php/ext/pcre/pcre2lib/pcre2_ucp.h
 include/php/ext/pcre/php_pcre.h
 include/php/ext/spl/php_spl.h



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