From owner-svn-ports-branches@freebsd.org  Fri Feb  5 22:57:52 2021
Return-Path: <owner-svn-ports-branches@freebsd.org>
Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1])
 by mailman.nyi.freebsd.org (Postfix) with ESMTP id 86E9052C895;
 Fri,  5 Feb 2021 22:57:52 +0000 (UTC) (envelope-from tz@FreeBSD.org)
Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org
 [IPv6:2610:1c1:1:606c::19:3])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256
 client-signature RSA-PSS (4096 bits) client-digest SHA256)
 (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK))
 by mx1.freebsd.org (Postfix) with ESMTPS id 4DXW683MJ2z4fPh;
 Fri,  5 Feb 2021 22:57:52 +0000 (UTC) (envelope-from tz@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 65F9826C50;
 Fri,  5 Feb 2021 22:57:52 +0000 (UTC) (envelope-from tz@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 115MvqQa010849;
 Fri, 5 Feb 2021 22:57:52 GMT (envelope-from tz@FreeBSD.org)
Received: (from tz@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id 115MvqJK010848;
 Fri, 5 Feb 2021 22:57:52 GMT (envelope-from tz@FreeBSD.org)
Message-Id: <202102052257.115MvqJK010848@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org
 using -f
From: Torsten Zuehlsdorff <tz@FreeBSD.org>
Date: Fri, 5 Feb 2021 22:57:52 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-branches@freebsd.org
Subject: svn commit: r564158 - branches/2021Q1/lang/php74
X-SVN-Group: ports-branches
X-SVN-Commit-Author: tz
X-SVN-Commit-Paths: branches/2021Q1/lang/php74
X-SVN-Commit-Revision: 564158
X-SVN-Commit-Repository: ports
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-branches@freebsd.org
X-Mailman-Version: 2.1.34
Precedence: list
List-Id: SVN commit messages for all the branches of the ports tree
 <svn-ports-branches.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-branches/>
List-Post: <mailto:svn-ports-branches@freebsd.org>
List-Help: <mailto:svn-ports-branches-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-ports-branches>, 
 <mailto:svn-ports-branches-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 05 Feb 2021 22:57:52 -0000

Author: tz
Date: Fri Feb  5 22:57:51 2021
New Revision: 564158
URL: https://svnweb.freebsd.org/changeset/ports/564158

Log:
  MFH: r564155
  
  lang/php74: Update from 7.4.14 to 7.4.15
  
      Core:
          Fixed bug #80523 (bogus parse error on >4GB source code).
          Fixed bug #80384 (filter buffers entire read until file closed).
      Curl:
          Fixed bug #80595 (Resetting POSTFIELDS to empty array breaks request).
      Date:
          Fixed bug #80376 (last day of the month causes runway cpu usage.
      MySQLi:
          Fixed bug #67983 (mysqlnd with MYSQLI_OPT_INT_AND_FLOAT_NATIVE fails to interpret bit columns).
          Fixed bug #64638 (Fetching resultsets from stored procedure with cursor fails).
          Fixed bug #72862 (segfault using prepared statements on stored procedures that use a cursor).
          Fixed bug #77935 (Crash in mysqlnd_fetch_stmt_row_cursor when calling an SP with a cursor).
      Phar:
          Fixed bug #77565 (Incorrect locator detection in ZIP-based phars).
          Fixed bug #69279 (Compressed ZIP Phar extractTo() creates garbage files).
      SOAP:
          Fixed bug #80672 (Null Dereference in SoapClient). (CVE-2021-21702)
  
  Sponsored by:	PHP Update Service

Modified:
  branches/2021Q1/lang/php74/Makefile
  branches/2021Q1/lang/php74/distinfo
Directory Properties:
  branches/2021Q1/   (props changed)

Modified: branches/2021Q1/lang/php74/Makefile
==============================================================================
--- branches/2021Q1/lang/php74/Makefile	Fri Feb  5 22:57:01 2021	(r564157)
+++ branches/2021Q1/lang/php74/Makefile	Fri Feb  5 22:57:51 2021	(r564158)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	php74
-DISTVERSION=	7.4.14
+DISTVERSION=	7.4.15
 PORTREVISION?=	0
 CATEGORIES?=	lang devel www
 MASTER_SITES=   PHP/distributions

Modified: branches/2021Q1/lang/php74/distinfo
==============================================================================
--- branches/2021Q1/lang/php74/distinfo	Fri Feb  5 22:57:01 2021	(r564157)
+++ branches/2021Q1/lang/php74/distinfo	Fri Feb  5 22:57:51 2021	(r564158)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1610219227
-SHA256 (php-7.4.14.tar.xz) = f9f3c37969fcd9006c1dbb1dd76ab53f28c698a1646fa2dde8547c3f45e02886
-SIZE (php-7.4.14.tar.xz) = 10326868
+TIMESTAMP = 1612541094
+SHA256 (php-7.4.15.tar.xz) = 9b859c65f0cf7b3eff9d4a28cfab719fb3d36a1db3c20d874a79b5ec44d43cb8
+SIZE (php-7.4.15.tar.xz) = 10332360