summaryrefslogtreecommitdiff
path: root/lang/php
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2022-06-10 00:00:06 +0000
committertaca <taca@pkgsrc.org>2022-06-10 00:00:06 +0000
commit38f8100d0cab96b2a2dea44227a762fdf6d3b3e1 (patch)
treed1401a5ec8af9a820d38fa215ea91a169e20a719 /lang/php
parent9fc0b1520a2ca9810ddd5ee88c1f20cb770d20d6 (diff)
downloadpkgsrc-38f8100d0cab96b2a2dea44227a762fdf6d3b3e1.tar.gz
lang/php80: update to 8.0.20
09 Jun 2022, PHP 8.0.20 - CLI: . Fixed bug GH-8575 (CLI closes standard streams too early). (Levi Morrison) - Core: . Fixed Haiku ZTS builds. (David Carlier) - Date: . Fixed bug GH-8471 (Segmentation fault when converting immutable and mutable DateTime instances created using reflection). (Derick) - FPM: . Fixed ACL build check on MacOS. (David Carlier) . Fixed bug #72185: php-fpm writes empty fcgi record causing nginx 502. (Jakub Zelenka, loveharmful) - Mysqlnd: . Fixed bug #81719: mysqlnd/pdo password buffer overflow. (CVE-2022-31626) (c dot fol at ambionics dot io) - OPcache: . Fixed bug GH-8466 (ini_get() is optimized out when the option does not exist). (Arnaud) - Pcntl: . Fixed Haiku build. (David Carlier) - Pgsql: . Fixed bug #81720: Uninitialized array in pg_query_params(). (CVE-2022-31625) (cmb) - Soap: . Fixed bug GH-8578 (Error on wrong parameter on SoapHeader constructor). (robertnisipeanu) . Fixed bug GH-8538 (SoapClient may strip parts of nmtokens). (cmb) - SPL: . Fixed bug GH-8235 (iterator_count() may run indefinitely). (cmb) - Zip: . Fixed type for index in ZipArchive::replaceFile. (Martin Rehberger)
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 7a74d5966d6..8b91c58f8f6 100644
--- a/lang/php/phpversion.mk
+++ b/lang/php/phpversion.mk
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.367 2022/06/09 15:10:50 taca Exp $
+# $NetBSD: phpversion.mk,v 1.368 2022/06/10 00:00:06 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
@@ -89,7 +89,7 @@ PHPVERSION_MK= defined
# Define each PHP's version.
PHP56_VERSION= 5.6.40
PHP74_VERSION= 7.4.30
-PHP80_VERSION= 8.0.19
+PHP80_VERSION= 8.0.20
PHP81_VERSION= 8.1.7
# Define initial release of major version.