diff options
author | Remi Collet <remi@remirepo.net> | 2022-09-27 20:37:04 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-09-27 20:37:04 +0200 |
commit | b1922a44c287d5522c4773ed59d37b8525aeb241 (patch) | |
tree | 13b694264ab3442a71f5d6879b8771006b470f34 /php70.spec | |
parent | 9428c8a7a2178ae8c5e786ee492b3f55d0486d98 (diff) |
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
Diffstat (limited to 'php70.spec')
-rw-r--r-- | php70.spec | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -109,7 +109,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: php Version: %{upver}%{?rcver:~%{rcver}} -Release: 34%{?dist} +Release: 35%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -2177,7 +2177,7 @@ fi %changelog -* Tue Sep 27 2022 Remi Collet <remi@remirepo.net> - 7.0.33-34 +* Tue Sep 27 2022 Remi Collet <remi@remirepo.net> - 7.0.33-35 - 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 |