git: 6f7d708f5938 - 2021Q3 - lang/php80: Update from 8.0.7 to 8.0.8

Torsten Zuehlsdorff tz at FreeBSD.org
Mon Jul 5 21:33:00 UTC 2021


The branch 2021Q3 has been updated by tz:

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

commit 6f7d708f5938a3ab3b6159324bb3942e704bd1ae
Author:     Torsten Zuehlsdorff <tz at FreeBSD.org>
AuthorDate: 2021-07-05 21:29:28 +0000
Commit:     Torsten Zuehlsdorff <tz at FreeBSD.org>
CommitDate: 2021-07-05 21:32:49 +0000

    lang/php80: Update from 8.0.7 to 8.0.8
    
    Changelog:
    
        Core:
            Fixed bug #81076 (incorrect debug info on Closures with implicit binds).
            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).
        Fileinfo:
            Fixed bug #80197 (implicit declaration of function 'magic_stream' is invalid).
        GMP:
            Fixed bug #81119 (GMP operators throw errors with wrong parameter names).
        OCI8:
            Fixed bug #81088 (error in regression test for oci_fetch_object() and oci_fetch_array()).
        Opcache:
            Fixed bug #81051 (Broken property type handling after incrementing reference).
            Fixed bug #80968 (JIT segfault with return from required file).
        OpenSSL:
            Fixed bug #76694 (native Windows cert verification uses CN as sever name).
        MySQLnd:
            Fixed bug #80761 (PDO uses too much memory).
        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)
        readline:
            Fixed bug #72998 (invalid read in readline completion).
        Standard:
            Fixed bug #81048 (phpinfo(INFO_VARIABLES) "Array to string conversion").
            Fixed bug #77627 (method_exists on Closure::__invoke inconsistency).
        Windows:
            Fixed bug #81120 (PGO data for main PHP DLL are not used).
    
    Sponsored by:   Bounce Experts
    
    (cherry picked from commit 526e5688439d2c300153c6031dd0c56e7cc8b9d7)
---
 databases/php80-pdo_firebird/Makefile | 2 --
 lang/php80/Makefile                   | 2 +-
 lang/php80/distinfo                   | 6 +++---
 3 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/databases/php80-pdo_firebird/Makefile b/databases/php80-pdo_firebird/Makefile
index a0e93ed57838..a60f84841472 100644
--- a/databases/php80-pdo_firebird/Makefile
+++ b/databases/php80-pdo_firebird/Makefile
@@ -1,5 +1,3 @@
-PORTREVISION=	1
-
 CATEGORIES=	databases
 
 MASTERDIR=	${.CURDIR}/../../lang/php80
diff --git a/lang/php80/Makefile b/lang/php80/Makefile
index b08e889b6f90..215ad71c3b89 100644
--- a/lang/php80/Makefile
+++ b/lang/php80/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	php80
-DISTVERSION=	8.0.7
+DISTVERSION=	8.0.8
 PORTREVISION?=	0
 CATEGORIES?=	lang devel www
 MASTER_SITES=	PHP/distributions
diff --git a/lang/php80/distinfo b/lang/php80/distinfo
index 8bb933dde6b4..983ac7582541 100644
--- a/lang/php80/distinfo
+++ b/lang/php80/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1622805963
-SHA256 (php-8.0.7.tar.xz) = d5fc2e4fc780a32404d88c360e3e0009bc725d936459668e9c2ac992f2d83654
-SIZE (php-8.0.7.tar.xz) = 10769208
+TIMESTAMP = 1625432324
+SHA256 (php-8.0.8.tar.xz) = dc1668d324232dec1d05175ec752dade92d29bb3004275118bc3f7fc7cbfbb1c
+SIZE (php-8.0.8.tar.xz) = 10674548


More information about the dev-commits-ports-branches mailing list