From a5e9e053f83124ab2fcc9b91214845f262f284c6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 27 Sep 2022 19:50:30 +0200 Subject: phar: fix #81726 DOS when using quine gzip file. CVE-2022-31628 core: fix #81727 Don't mangle HTTP variable names that clash with ones that have a specific semantic meaning. CVE-2022-31629 use oracle client library version 21.7 --- php.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index b3b44e2..ca15884 100644 --- a/php.spec +++ b/php.spec @@ -126,7 +126,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: %{upver}%{?rcver:~%{rcver}} -Release: 21%{?dist} +Release: 22%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -1950,7 +1950,7 @@ EOF %changelog -* Tue Sep 27 2022 Remi Collet - 7.1.33-21 +* Tue Sep 27 2022 Remi Collet - 7.1.33-22 - phar: fix #81726 DOS when using quine gzip file. CVE-2022-31628 - core: fix #81727 Don't mangle HTTP variable names that clash with ones that have a specific semantic meaning. CVE-2022-31629 -- cgit