summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-04-10 14:33:08 +0200
committerRemi Collet <remi@php.net>2024-04-10 14:33:08 +0200
commit7d6d185e42d3bdeeffbc8d5b6837ef3b1459beef (patch)
tree2943b63998c5f475e8ed4090824f545798946306 /php.spec
parent0d1c7585332c58bde922f257b952283aabca1e9d (diff)
use oracle client library version 21.13 on x86_64, 19.19 on aarch64HEADmaster
Fix __Host-/__Secure- cookie bypass due to partial CVE-2022-31629 fix CVE-2024-2756 Fix password_verify can erroneously return true opening ATO risk CVE-2024-3096
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec17
1 files changed, 14 insertions, 3 deletions
diff --git a/php.spec b/php.spec
index 26920ea..38327ae 100644
--- a/php.spec
+++ b/php.spec
@@ -60,7 +60,7 @@
%global oraclelib 19.1
%global oracledir 19.19
%else
-%global oraclever 21.11
+%global oraclever 21.13
%global oraclelib 21.1
%global oracledir 21
%endif
@@ -133,7 +133,7 @@
Summary: PHP scripting language for creating dynamic web sites
Name: %{?scl_prefix}php
Version: %{upver}%{?rcver:~%{rcver}}
-Release: 27%{?dist}
+Release: 28%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -237,6 +237,8 @@ Patch237: php-cve-2023-0662.patch
Patch238: php-cve-2023-3247.patch
Patch239: php-cve-2023-3823.patch
Patch240: php-cve-2023-3824.patch
+Patch241: php-cve-2024-2756.patch
+Patch242: php-cve-2024-3096.patch
# Fixes for tests (300+)
# Factory is droped from system tzdata
@@ -1009,6 +1011,8 @@ sed -e 's/php-devel/%{?scl_prefix}php-devel/' -i scripts/phpize.in
%patch -P238 -p1 -b .cve3247
%patch -P239 -p1 -b .cve3823
%patch -P240 -p1 -b .cve3824
+%patch -P241 -p1 -b .cve2756
+%patch -P242 -p1 -b .cve3096
# Fixes for tests
%patch -P300 -p1 -b .datetests
@@ -1788,7 +1792,7 @@ cat << EOF
WARNING : PHP 7.1 have reached its "End of Life" in
December 2019. Even, if this package includes some of
- the important security fixes, backported from 8.0, the
+ the important security fixes, backported from 8.1, the
UPGRADE to a maintained version is very strongly RECOMMENDED.
=====================================================================
@@ -1972,6 +1976,13 @@ EOF
%changelog
+* Wed Apr 10 2024 Remi Collet <remi@remirepo.net> - 7.1.33-28
+- use oracle client library version 21.13 on x86_64, 19.19 on aarch64
+- Fix __Host-/__Secure- cookie bypass due to partial CVE-2022-31629 fix
+ CVE-2024-2756
+- Fix password_verify can erroneously return true opening ATO risk
+ CVE-2024-3096
+
* Tue Aug 1 2023 Remi Collet <remi@remirepo.net> - 7.1.33-27
- Fix Security issue with external entity loading in XML without enabling it
GHSA-3qrf-m4j2-pcrr CVE-2023-3823