Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Apr 2020 21:10:34 +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: r532048 - in head: devel/php74-intl lang/php74
Message-ID:  <202004182110.03ILAYkM036037@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tz
Date: Sat Apr 18 21:10:33 2020
New Revision: 532048
URL: https://svnweb.freebsd.org/changeset/ports/532048

Log:
  lang/php74: Upgrade from 7.4.4 to 7.4.5
  
  Changelog:
  
      Core:
          Fixed bug #79364 (When copy empty array, next key is unspecified).
          Fixed bug #78210 (Invalid pointer address).
      CURL:
          Fixed bug #79199 (curl_copy_handle() memory leak).
      Date:
          Fixed bug #79396 (DateTime hour incorrect during DST jump forward).
          Fixed bug #74940 (DateTimeZone loose comparison always true).
      FPM:
          Implement request #77062 (Allow numeric [UG]ID in FPM listen.{owner,group}) (Andre Nathan)
      Iconv:
          Fixed bug #79200 (Some iconv functions cut Windows-1258).
      OPcache:
          Fixed bug #79412 (Opcache chokes and uses 100% CPU on specific script).
      Session:
          Fixed bug #79413 (session_create_id() fails for active sessions).
      Shmop:
          Fixed bug #79427 (Integer Overflow in shmop_open()).
      SimpleXML:
          Fixed bug #61597 (SXE properties may lack attributes and content).
      SOAP:
          Fixed bug #79357 (SOAP request segfaults when any request parameter is missing).
      Spl:
          Fixed bug #75673 (SplStack::unserialize() behavior).
          Fixed bug #79393 (Null coalescing operator failing with SplFixedArray).
      Standard:
          Fixed bug #79330 (shell_exec() silently truncates after a null byte).
          Fixed bug #79410 (system() swallows last chunk if it is exactly 4095 bytes without newline).
          Fixed bug #79465 (OOB Read in urldecode()). (CVE-2020-7067)
      Zip:
          Fixed bug #79296 (ZipArchive::open fails on empty file).
          Fixed bug #79424 (php_zip_glob uses gl_pathc after call to globfree).
  
  Changelog taken from: https://www.php.net/ChangeLog-7.php#7.4.5
  
  MFH:		2020Q2

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

Modified: head/devel/php74-intl/Makefile
==============================================================================
--- head/devel/php74-intl/Makefile	Sat Apr 18 21:09:23 2020	(r532047)
+++ head/devel/php74-intl/Makefile	Sat Apr 18 21:10:33 2020	(r532048)
@@ -1,6 +1,5 @@
 # $FreeBSD$
 
-PORTREVISION=	1
 CATEGORIES=	devel
 
 MASTERDIR=	${.CURDIR}/../../lang/php74

Modified: head/lang/php74/Makefile
==============================================================================
--- head/lang/php74/Makefile	Sat Apr 18 21:09:23 2020	(r532047)
+++ head/lang/php74/Makefile	Sat Apr 18 21:10:33 2020	(r532048)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	php74
-DISTVERSION=	7.4.4
+DISTVERSION=	7.4.5
 PORTREVISION?=	0
 CATEGORIES?=	lang devel www
 MASTER_SITES=   PHP/distributions

Modified: head/lang/php74/distinfo
==============================================================================
--- head/lang/php74/distinfo	Sat Apr 18 21:09:23 2020	(r532047)
+++ head/lang/php74/distinfo	Sat Apr 18 21:10:33 2020	(r532048)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1584746791
-SHA256 (php-7.4.4.tar.xz) = 1873c4cefdd3df9a78dcffb2198bba5c2f0464f55c9c960720c84df483fca74c
-SIZE (php-7.4.4.tar.xz) = 10267308
+TIMESTAMP = 1587235456
+SHA256 (php-7.4.5.tar.xz) = d059fd7f55bdc4d2eada15a00a2976697010d3631ef6f83149cc5289e1f23c2c
+SIZE (php-7.4.5.tar.xz) = 10271296



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