Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Oct 2019 22:42:22 +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: r516111 - in head: devel/php74-intl lang/php74
Message-ID:  <201910302242.x9UMgMLN053789@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tz
Date: Wed Oct 30 22:42:21 2019
New Revision: 516111
URL: https://svnweb.freebsd.org/changeset/ports/516111

Log:
  lang/php74: Upgrade from RC4 to RC5
  
  Changelog:
  
      - Core:
      . Fixed bug #78226 (Unexpected __set behavior with typed properties). (Nikita)
  
      - COM:
      . Fixed bug #78694 (Appending to a variant array causes segfault). (cmb)
  
      - Date:
      . Fixed bug #70153 (\DateInterval incorrectly unserialized). (Maksim Iakunin)
      . Fixed bug #78751 (Serialising DatePeriod converts DateTimeImmutable). (cmb)
  
      - FFI:
      . Fixed bug #78716 (Function name mangling is wrong for some parameter
          types). (cmb)
      . Implement FR #78270 (Support __vectorcall convention with FFI). (cmb)
  
      - FPM:
      . Fixed bug #78599 (env_path_info underflow in fpm_main.c can lead to RCE).
          (CVE-2019-11043) (Jakub Zelenka)
      . Fixed bug #74083 (master PHP-fpm is stopped on multiple reloads).
          (Maksim Nikulin)
  
      -Opcache:
      . Fixed bug #78512 (Cannot make preload work). (Dmitry)
  
      - PDO_Firebird:
      . Implemented FR #65690 (PDO_Firebird should also support dialect 1).
          (Simonov Denis)
  
      - Reflection:
      . Fixed bug #78697 (ReflectionClass::implementsInterface - inaccurate error
          message with traits). (villfa)
  
      - Testing:
      . Fixed bug #78684 (PCRE bug72463_2 test is sending emails on Linux). (cmb)
  
  Changelog taken from: https://github.com/php/php-src/blob/php-7.4.0RC5/NEWS
  
  Sponsored by:	2019Q4

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	Wed Oct 30 22:23:50 2019	(r516110)
+++ head/devel/php74-intl/Makefile	Wed Oct 30 22:42:21 2019	(r516111)
@@ -1,6 +1,5 @@
 # $FreeBSD$
 
-PORTREVISION=	1
 CATEGORIES=	devel
 
 MASTERDIR=	${.CURDIR}/../../lang/php74

Modified: head/lang/php74/Makefile
==============================================================================
--- head/lang/php74/Makefile	Wed Oct 30 22:23:50 2019	(r516110)
+++ head/lang/php74/Makefile	Wed Oct 30 22:42:21 2019	(r516111)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	php74
-DISTVERSION=	7.4.0RC4
+DISTVERSION=	7.4.0RC5
 PORTREVISION?=	0
 CATEGORIES?=	lang devel www
 MASTER_SITES=	https://downloads.php.net/~derick/

Modified: head/lang/php74/distinfo
==============================================================================
--- head/lang/php74/distinfo	Wed Oct 30 22:23:50 2019	(r516110)
+++ head/lang/php74/distinfo	Wed Oct 30 22:42:21 2019	(r516111)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1571242869
-SHA256 (php-7.4.0RC4.tar.xz) = 6fcce4c914825fbf5510b448df1485469da621d419d798ef77168808ce0bd10c
-SIZE (php-7.4.0RC4.tar.xz) = 10223780
+TIMESTAMP = 1572470583
+SHA256 (php-7.4.0RC5.tar.xz) = 329f32afe06f2ac627da9294e164b73c19329c430a3f105324faf1b344a896e1
+SIZE (php-7.4.0RC5.tar.xz) = 10229964



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