From owner-svn-ports-head@freebsd.org Sun Sep 29 21:08:26 2019 Return-Path: Delivered-To: svn-ports-head@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 3B8E512B08D; Sun, 29 Sep 2019 21:08:26 +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 46hJ6L0psMz40Jc; Sun, 29 Sep 2019 21:08:26 +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 EF17B20046; Sun, 29 Sep 2019 21:08:25 +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 x8TL8Pdo037138; Sun, 29 Sep 2019 21:08:25 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x8TL8P4I037136; Sun, 29 Sep 2019 21:08:25 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201909292108.x8TL8P4I037136@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Sun, 29 Sep 2019 21:08:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r513272 - head/lang/php73 X-SVN-Group: ports-head X-SVN-Commit-Author: tz X-SVN-Commit-Paths: head/lang/php73 X-SVN-Commit-Revision: 513272 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Sep 2019 21:08:26 -0000 Author: tz Date: Sun Sep 29 21:08:25 2019 New Revision: 513272 URL: https://svnweb.freebsd.org/changeset/ports/513272 Log: lang/php73: Update from 7.3.9 to 7.3.10 Changelog: Core: Fixed bug #78220 (Can't access OneDrive folder). Fixed bug #77922 (Double release of doc comment on inherited shadow property). Fixed bug #78441 (Parse error due to heredoc identifier followed by digit). Fixed bug #77812 (Interactive mode does not support PHP 7.3-style heredoc). FastCGI: Fixed bug #78469 (FastCGI on_accept hook is not called when using named pipes on Windows). FPM: Fixed bug #78334 (fpm log prefix message includes wrong stdout/stderr notation). Intl: Ensure IDNA2003 rules are used with idn_to_ascii() and idn_to_utf8() when requested. MBString: Fixed bug #78559 (Heap buffer overflow in mb_eregi). MySQLnd: Fixed connect_attr issues and added the _server_host connection attribute. ODBC: Fixed bug #78473 (odbc_close() closes arbitrary resources). PDO_MySQL: Fixed bug #41997 (SP call yields additional empty result set). sodium: Fixed bug #78510 (Partially uninitialized buffer returned by sodium_crypto_generichash_init()). Changelog taken from: https://www.php.net/ChangeLog-7.php#7.3.10 No MFH requested, because the new branch should be created in two days and i won't be able to commit it before. Modified: head/lang/php73/Makefile head/lang/php73/distinfo Modified: head/lang/php73/Makefile ============================================================================== --- head/lang/php73/Makefile Sun Sep 29 21:06:30 2019 (r513271) +++ head/lang/php73/Makefile Sun Sep 29 21:08:25 2019 (r513272) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= php73 -DISTVERSION= 7.3.9 +DISTVERSION= 7.3.10 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions Modified: head/lang/php73/distinfo ============================================================================== --- head/lang/php73/distinfo Sun Sep 29 21:06:30 2019 (r513271) +++ head/lang/php73/distinfo Sun Sep 29 21:08:25 2019 (r513272) @@ -1,3 +1,3 @@ -TIMESTAMP = 1567513009 -SHA256 (php-7.3.9.tar.xz) = 4007f24a39822bef2805b75c625551d30be9eeed329d52eb0838fa5c1b91c1fd -SIZE (php-7.3.9.tar.xz) = 12064244 +TIMESTAMP = 1569706272 +SHA256 (php-7.3.10.tar.xz) = 42f00a15419e05771734b7159c8d39d639b8a5a6770413adfa2615f6f923d906 +SIZE (php-7.3.10.tar.xz) = 12086948