From owner-dev-commits-ports-all@freebsd.org Mon Jul 5 21:32:57 2021 Return-Path: Delivered-To: dev-commits-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 9C9096678A9; Mon, 5 Jul 2021 21:32:57 +0000 (UTC) (envelope-from git@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 4GJf6x3tXWz4V3S; Mon, 5 Jul 2021 21:32:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 62A675B0B; Mon, 5 Jul 2021 21:32:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 165LWvfb017024; Mon, 5 Jul 2021 21:32:57 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 165LWvW0017023; Mon, 5 Jul 2021 21:32:57 GMT (envelope-from git) Date: Mon, 5 Jul 2021 21:32:57 GMT Message-Id: <202107052132.165LWvW0017023@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Torsten Zuehlsdorff Subject: git: 379bfb60e53c - 2021Q3 - lang/php73: Update from 7.3.28 to 7.3.29 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: tz X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: 379bfb60e53c857b600d666f4f8fa0dbd72518b4 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jul 2021 21:32:57 -0000 The branch 2021Q3 has been updated by tz: URL: https://cgit.FreeBSD.org/ports/commit/?id=379bfb60e53c857b600d666f4f8fa0dbd72518b4 commit 379bfb60e53c857b600d666f4f8fa0dbd72518b4 Author: Torsten Zuehlsdorff AuthorDate: 2021-07-05 21:24:28 +0000 Commit: Torsten Zuehlsdorff CommitDate: 2021-07-05 21:32:35 +0000 lang/php73: Update from 7.3.28 to 7.3.29 Changelog: Core: Fixed bug #81122: SSRF bypass in FILTER_VALIDATE_URL. (CVE-2021-21705) PDO_Firebird: Fixed bug #76448: Stack buffer overflow in firebird_info_cb. (CVE-2021-21704) Fixed bug #76449: SIGSEGV in firebird_handle_doer. (CVE-2021-21704) Fixed bug #76450: SIGSEGV in firebird_stmt_execute. (CVE-2021-21704) Fixed bug #76452: Crash while parsing blob data in firebird_fetch_blob. (CVE-2021-21704) Sponsored by: Bounce Experts (cherry picked from commit 602c4c32efe0a00d33e9b7d36114796fba01830f) --- databases/php73-interbase/Makefile | 2 -- databases/php73-pdo_firebird/Makefile | 2 -- devel/php73-intl/Makefile | 1 - lang/php73/Makefile | 2 +- lang/php73/distinfo | 6 +++--- 5 files changed, 4 insertions(+), 9 deletions(-) diff --git a/databases/php73-interbase/Makefile b/databases/php73-interbase/Makefile index bc2670f1cb56..55c33a2b311a 100644 --- a/databases/php73-interbase/Makefile +++ b/databases/php73-interbase/Makefile @@ -1,5 +1,3 @@ -PORTREVISION= 1 - CATEGORIES= databases MASTERDIR= ${.CURDIR}/../../lang/php73 diff --git a/databases/php73-pdo_firebird/Makefile b/databases/php73-pdo_firebird/Makefile index c94aff73f8e8..4e227299030b 100644 --- a/databases/php73-pdo_firebird/Makefile +++ b/databases/php73-pdo_firebird/Makefile @@ -1,5 +1,3 @@ -PORTREVISION= 1 - CATEGORIES= databases MASTERDIR= ${.CURDIR}/../../lang/php73 diff --git a/devel/php73-intl/Makefile b/devel/php73-intl/Makefile index fa332aa5feb4..6dd852cec427 100644 --- a/devel/php73-intl/Makefile +++ b/devel/php73-intl/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= devel MASTERDIR= ${.CURDIR}/../../lang/php73 diff --git a/lang/php73/Makefile b/lang/php73/Makefile index 854a950c9766..dbf7db29339b 100644 --- a/lang/php73/Makefile +++ b/lang/php73/Makefile @@ -1,5 +1,5 @@ PORTNAME= php73 -DISTVERSION= 7.3.28 +DISTVERSION= 7.3.29 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions diff --git a/lang/php73/distinfo b/lang/php73/distinfo index 0329feec4210..4a5a3edf6a72 100644 --- a/lang/php73/distinfo +++ b/lang/php73/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1619897949 -SHA256 (php-7.3.28.tar.xz) = a2a84dbec8c1eee3f46c5f249eaaa2ecb3f9e7a6f5d0604d2df44ff8d4904dbe -SIZE (php-7.3.28.tar.xz) = 12139380 +TIMESTAMP = 1625432377 +SHA256 (php-7.3.29.tar.xz) = 7db2834511f3d86272dca3daee3f395a5a4afce359b8342aa6edad80e12eb4d0 +SIZE (php-7.3.29.tar.xz) = 12139492