Date: Mon, 5 Jul 2021 21:31:30 GMT From: Torsten Zuehlsdorff <tz@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 602c4c32efe0 - main - lang/php73: Update from 7.3.28 to 7.3.29 Message-ID: <202107052131.165LVUTS013467@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by tz: URL: https://cgit.FreeBSD.org/ports/commit/?id=602c4c32efe0a00d33e9b7d36114796fba01830f commit 602c4c32efe0a00d33e9b7d36114796fba01830f Author: Torsten Zuehlsdorff <tz@FreeBSD.org> AuthorDate: 2021-07-05 21:24:28 +0000 Commit: Torsten Zuehlsdorff <tz@FreeBSD.org> CommitDate: 2021-07-05 21:31:18 +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 --- 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107052131.165LVUTS013467>