summaryrefslogtreecommitdiff
path: root/lang/php
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2021-07-02 17:30:35 +0000
committertaca <taca@pkgsrc.org>2021-07-02 17:30:35 +0000
commitc4aee66c2c780111356a52e0378b3fb9e9299234 (patch)
tree08b55e1faea2ea3c31e36b09331b81f6e0147005 /lang/php
parente974a28df69b45362d22fefe00bef4de498528c4 (diff)
downloadpkgsrc-c4aee66c2c780111356a52e0378b3fb9e9299234.tar.gz
lang/php80: update to 8.0.8
01 Jul 2021, PHP 8.0.8 - Core: . Fixed bug #81076 (incorrect debug info on Closures with implicit binds). (krakjoe) . Fixed bug #81068 (Double free in realpath_cache_clean()). (Dimitry Andric) . Fixed bug #76359 (open_basedir bypass through adding ".."). (cmb) . Fixed bug #81090 (Typed property performance degradation with .= operator). (Nikita) . Fixed bug #81070 (Integer underflow in memory limit comparison). (Peter van Dommelen) . Fixed bug #81122 (SSRF bypass in FILTER_VALIDATE_URL). (CVE-2021-21705) (cmb) - Bzip2: . Fixed bug #81092 (fflush before stream_filter_remove corrupts stream). (cmb) - Fileinfo: . Fixed bug #80197 (implicit declaration of function 'magic_stream' is invalid). (Nikita) - GMP: . Fixed bug #81119 (GMP operators throw errors with wrong parameter names). (Nikita) - OCI8: . Fixed bug #81088 (error in regression test for oci_fetch_object() and oci_fetch_array()). (Máté) - Opcache: . Fixed bug #81051 (Broken property type handling after incrementing reference). (Dmitry) . Fixed bug #80968 (JIT segfault with return from required file). (Dmitry) - OpenSSL: . Fixed bug #76694 (native Windows cert verification uses CN as sever name). (cmb) - MySQLnd: . Fixed bug #80761 (PDO uses too much memory). (Nikita) - PDO_Firebird: . Fixed bug #76448 (Stack buffer overflow in firebird_info_cb). (CVE-2021-21704) (cmb) . Fixed bug #76449 (SIGSEGV in firebird_handle_doer). (CVE-2021-21704) (cmb) . Fixed bug #76450 (SIGSEGV in firebird_stmt_execute). (CVE-2021-21704) (cmb) . Fixed bug #76452 (Crash while parsing blob data in firebird_fetch_blob). (CVE-2021-21704) (cmb) - readline: . Fixed bug #72998 (invalid read in readline completion). (krakjoe) - Standard: . Fixed bug #81048 (phpinfo(INFO_VARIABLES) "Array to string conversion"). (cmb) . Fixed bug #77627 (method_exists on Closure::__invoke inconsistency). (krakjoe) - Windows: . Fixed bug #81120 (PGO data for main PHP DLL are not used). (cmb)
Diffstat (limited to 'lang/php')
-rw-r--r--lang/php/phpversion.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php/phpversion.mk b/lang/php/phpversion.mk
index 9f293608ef7..7da4c83d974 100644
--- a/lang/php/phpversion.mk
+++ b/lang/php/phpversion.mk
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.331 2021/07/02 17:28:27 taca Exp $
+# $NetBSD: phpversion.mk,v 1.332 2021/07/02 17:30:35 taca Exp $
#
# This file selects a PHP version, based on the user's preferences and
# the installed packages. It does not add a dependency on the PHP
@@ -90,7 +90,7 @@ PHPVERSION_MK= defined
PHP56_VERSION= 5.6.40
PHP73_VERSION= 7.3.28
PHP74_VERSION= 7.4.21
-PHP80_VERSION= 8.0.7
+PHP80_VERSION= 8.0.8
# Define initial release of major version.
PHP56_RELDATE= 20140828