summaryrefslogtreecommitdiffstats
path: root/php72.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-09-27 19:05:49 +0200
committerRemi Collet <remi@php.net>2022-09-27 19:05:49 +0200
commitd86fcd725234a14ec5923dd680ec549b500c712d (patch)
tree88278e457c73ce1f98fa2e1ae066b39ae50fabf3 /php72.spec
parent585ac93a1d4b6b85ed5e3712aba635e687ce0589 (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 'php72.spec')
-rw-r--r--php72.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/php72.spec b/php72.spec
index 53f067d..03ecd29 100644
--- a/php72.spec
+++ b/php72.spec
@@ -110,7 +110,7 @@
Summary: PHP scripting language for creating dynamic web sites
Name: php
Version: %{upver}%{?rcver:~%{rcver}}
-Release: 12%{?dist}
+Release: 13%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -2246,7 +2246,7 @@ EOF
%changelog
-* Tue Sep 27 2022 Remi Collet <remi@remirepo.net> - 7.2.34-12
+* Tue Sep 27 2022 Remi Collet <remi@remirepo.net> - 7.2.34-13
- 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