Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Jul 2021 21:32:58 GMT
From:      Torsten Zuehlsdorff <tz@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: e2c0e472bf9f - 2021Q3 - lang/php74: Update from 7.4.20 to 7.4.21
Message-ID:  <202107052132.165LWwhp017047@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2021Q3 has been updated by tz:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e2c0e472bf9f6af9615e2a5e4bddcf6c9323322b

commit e2c0e472bf9f6af9615e2a5e4bddcf6c9323322b
Author:     Torsten Zuehlsdorff <tz@FreeBSD.org>
AuthorDate: 2021-07-05 21:25:37 +0000
Commit:     Torsten Zuehlsdorff <tz@FreeBSD.org>
CommitDate: 2021-07-05 21:32:42 +0000

    lang/php74: Update from 7.4.20 to 7.4.21
    
    Changelog:
    
        Core:
            Fixed bug #81068 (Double free in realpath_cache_clean()).
            Fixed bug #76359 (open_basedir bypass through adding "..").
            Fixed bug #81090 (Typed property performance degradation with .= operator).
            Fixed bug #81070 (Integer underflow in memory limit comparison).
            Fixed bug #81122 (SSRF bypass in FILTER_VALIDATE_URL). (CVE-2021-21705)
        Bzip2:
            Fixed bug #81092 (fflush before stream_filter_remove corrupts stream).
        OpenSSL:
            Fixed bug #76694 (native Windows cert verification uses CN as sever name).
        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)
        Standard:
            Fixed bug #81048 (phpinfo(INFO_VARIABLES) "Array to string conversion").
    
    Sponsored by:   Bounce Experts
    
    (cherry picked from commit bc406bce1549423d3bbc85170abe393f4dcccfba)
---
 databases/php74-pdo_firebird/Makefile | 2 --
 lang/php74/Makefile                   | 2 +-
 lang/php74/distinfo                   | 6 +++---
 3 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/databases/php74-pdo_firebird/Makefile b/databases/php74-pdo_firebird/Makefile
index c6ed8935cb54..3b3baf1e5715 100644
--- a/databases/php74-pdo_firebird/Makefile
+++ b/databases/php74-pdo_firebird/Makefile
@@ -1,5 +1,3 @@
-PORTREVISION=	1
-
 CATEGORIES=	databases
 
 MASTERDIR=	${.CURDIR}/../../lang/php74
diff --git a/lang/php74/Makefile b/lang/php74/Makefile
index 027ef5276504..72d58ed17183 100644
--- a/lang/php74/Makefile
+++ b/lang/php74/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	php74
-DISTVERSION=	7.4.20
+DISTVERSION=	7.4.21
 PORTREVISION?=	0
 CATEGORIES?=	lang devel www
 MASTER_SITES=   PHP/distributions
diff --git a/lang/php74/distinfo b/lang/php74/distinfo
index 9b79371f60ea..5eb8baf2087f 100644
--- a/lang/php74/distinfo
+++ b/lang/php74/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1622805945
-SHA256 (php-7.4.20.tar.xz) = 1fa46ca6790d780bf2cb48961df65f0ca3640c4533f0bca743cd61b71cb66335
-SIZE (php-7.4.20.tar.xz) = 10345912
+TIMESTAMP = 1625432270
+SHA256 (php-7.4.21.tar.xz) = cf43384a7806241bc2ff22022619baa4abb9710f12ec1656d0173de992e32a90
+SIZE (php-7.4.21.tar.xz) = 10346628



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107052132.165LWwhp017047>