summaryrefslogtreecommitdiffstats
path: root/php71.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-09-27 19:50:20 +0200
committerRemi Collet <remi@php.net>2022-09-27 19:50:20 +0200
commit5fa30468c42dfa73b63dd7dbbfa39454dc08cadd (patch)
tree32ffad395774981f09edf516391cd9a574438a94 /php71.spec
parentccd82ac67d5c48a18e83be4c50860c87a2ff116d (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 'php71.spec')
-rw-r--r--php71.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/php71.spec b/php71.spec
index 71fd34e..140ddd1 100644
--- a/php71.spec
+++ b/php71.spec
@@ -109,7 +109,7 @@
Summary: PHP scripting language for creating dynamic web sites
Name: 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
@@ -2163,7 +2163,7 @@ EOF
%changelog
-* Tue Sep 27 2022 Remi Collet <remi@remirepo.net> - 7.1.33-21
+* Tue Sep 27 2022 Remi Collet <remi@remirepo.net> - 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