From owner-svn-ports-all@freebsd.org  Tue Jul 16 19:56:50 2019
Return-Path: <owner-svn-ports-all@freebsd.org>
Delivered-To: svn-ports-all@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 BDCAFB9265;
 Tue, 16 Jul 2019 19:56:50 +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)
 server-signature RSA-PSS (4096 bits)
 client-signature RSA-PSS (4096 bits) client-digest SHA256)
 (Client CN "mxrelay.nyi.freebsd.org",
 Issuer "Let's Encrypt Authority X3" (verified OK))
 by mx1.freebsd.org (Postfix) with ESMTPS id A12837209A;
 Tue, 16 Jul 2019 19:56:50 +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 78198AFE5;
 Tue, 16 Jul 2019 19:56:50 +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 x6GJuoiQ063470;
 Tue, 16 Jul 2019 19:56:50 GMT (envelope-from tz@FreeBSD.org)
Received: (from tz@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id x6GJuoAN063469;
 Tue, 16 Jul 2019 19:56:50 GMT (envelope-from tz@FreeBSD.org)
Message-Id: <201907161956.x6GJuoAN063469@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: Tue, 16 Jul 2019 19:56:50 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-branches@freebsd.org
Subject: svn commit: r506780 - branches/2019Q3/lang/php73
X-SVN-Group: ports-branches
X-SVN-Commit-Author: tz
X-SVN-Commit-Paths: branches/2019Q3/lang/php73
X-SVN-Commit-Revision: 506780
X-SVN-Commit-Repository: ports
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-Rspamd-Queue-Id: A12837209A
X-Spamd-Bar: --
Authentication-Results: mx1.freebsd.org
X-Spamd-Result: default: False [-2.98 / 15.00];
 local_wl_from(0.00)[FreeBSD.org];
 NEURAL_HAM_MEDIUM(-1.00)[-0.997,0];
 NEURAL_HAM_SHORT(-0.98)[-0.981,0];
 NEURAL_HAM_LONG(-1.00)[-1.000,0];
 ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]
X-BeenThere: svn-ports-all@freebsd.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: SVN commit messages for the ports tree <svn-ports-all.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-ports-all>,
 <mailto:svn-ports-all-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-all/>
List-Post: <mailto:svn-ports-all@freebsd.org>
List-Help: <mailto:svn-ports-all-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-ports-all>,
 <mailto:svn-ports-all-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 16 Jul 2019 19:56:50 -0000

Author: tz
Date: Tue Jul 16 19:56:49 2019
New Revision: 506780
URL: https://svnweb.freebsd.org/changeset/ports/506780

Log:
  MFH: r506579
  
  lang/php73: Update from 7.3.6 to 7.3.7
  
  Changelog:
  
      Core:
          Fixed bug #76980 (Interface gets skipped if autoloader throws an exception).
      DOM:
          Fixed bug #78025 (segfault when accessing properties of DOMDocumentType).
      MySQLi:
          Fixed bug #77956 (When mysqli.allow_local_infile = Off, use a meaningful error message).
          Fixed bug #38546 (bindParam incorrect processing of bool types).
      MySQLnd:
          Fixed bug #77955 (Random segmentation fault in mysqlnd from php-fpm).
      Opcache:
          Fixed bug #78015 (Incorrect evaluation of expressions involving partials arrays in SCCP).
          Fixed bug #78106 (Path resolution fails if opcache disabled during request).
      OpenSSL:
          Fixed bug #78079 (openssl_encrypt_ccm.phpt fails with OpenSSL 1.1.1c).
      phpdbg:
          Fixed bug #78050 (SegFault phpdbg + opcache on include file twice).
      Sockets:
          Fixed bug #78038 (Socket_select fails when resource array contains references).
      Sodium:
          Fixed bug #78114 (segfault when calling sodium_* functions from eval).
      Standard:
          Fixed bug #77135 (Extract with EXTR_SKIP should skip $this).
          Fixed bug #77937 (preg_match failed).
      Zip:
          Fixed bug #76345 (zip.h not found).
  
  Changelog taken from: https://www.php.net/ChangeLog-7.php#7.3.7
  
  Approved by:	ports-secteam (miwi)

Modified:
  branches/2019Q3/lang/php73/Makefile
  branches/2019Q3/lang/php73/distinfo
Directory Properties:
  branches/2019Q3/   (props changed)

Modified: branches/2019Q3/lang/php73/Makefile
==============================================================================
--- branches/2019Q3/lang/php73/Makefile	Tue Jul 16 19:11:40 2019	(r506779)
+++ branches/2019Q3/lang/php73/Makefile	Tue Jul 16 19:56:49 2019	(r506780)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	php73
-DISTVERSION=	7.3.6
+DISTVERSION=	7.3.7
 PORTREVISION?=	0
 CATEGORIES?=	lang devel www
 MASTER_SITES=	PHP/distributions

Modified: branches/2019Q3/lang/php73/distinfo
==============================================================================
--- branches/2019Q3/lang/php73/distinfo	Tue Jul 16 19:11:40 2019	(r506779)
+++ branches/2019Q3/lang/php73/distinfo	Tue Jul 16 19:56:49 2019	(r506780)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1559316022
-SHA256 (php-7.3.6.tar.xz) = fefc8967daa30ebc375b2ab2857f97da94ca81921b722ddac86b29e15c54a164
-SIZE (php-7.3.6.tar.xz) = 11989392
+TIMESTAMP = 1562963327
+SHA256 (php-7.3.7.tar.xz) = ba067200ba649956b3a92ec8b71a6ed8ce8a099921212443c1bcf3260a29274c
+SIZE (php-7.3.7.tar.xz) = 11993760