summaryrefslogtreecommitdiffstats
path: root/php80.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-04-10 09:47:04 +0200
committerRemi Collet <remi@php.net>2024-04-10 09:47:04 +0200
commite6583a1b202cc33e3b33d3e9c92b44cf36564e97 (patch)
treee5beb093c4e881a65dd97a70edad7a63db2d415a /php80.spec
parent1ac6ca14403fc59e67bbf98d0a22e764cef74230 (diff)
Fix __Host-/__Secure- cookie bypass due to partial CVE-2022-31629 fixHEADmaster
CVE-2024-2756 Fix password_verify can erroneously return true opening ATO risk CVE-2024-3096
Diffstat (limited to 'php80.spec')
-rw-r--r--php80.spec12
1 files changed, 11 insertions, 1 deletions
diff --git a/php80.spec b/php80.spec
index 813a50f..6bf2b89 100644
--- a/php80.spec
+++ b/php80.spec
@@ -118,7 +118,7 @@
Summary: PHP scripting language for creating dynamic web sites
Name: php
Version: %{upver}%{?rcver:~%{rcver}}
-Release: 4%{?dist}
+Release: 5%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -195,6 +195,8 @@ Patch91: php-7.2.0-oci8conf.patch
# Upstream fixes (100+)
# Security fixes (200+)
+Patch200: php-cve-2024-2756.patch
+Patch201: php-cve-2024-3096.patch
# Fixes for tests (300+)
# Factory is droped from system tzdata
@@ -1214,6 +1216,8 @@ rm ext/openssl/tests/p12_with_extra_certs.p12
# upstream patches
# security patches
+%patch -P200 -p1 -b .cve2756
+%patch -P201 -p1 -b .cve3096
# Fixes for tests related to tzdata
%patch -P300 -p1 -b .datetests
@@ -2219,6 +2223,12 @@ EOF
%changelog
+* Wed Apr 10 2024 Remi Collet <remi@remirepo.net> - 8.0.30-5
+- 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
+
* Wed Mar 6 2024 Remi Collet <remi@remirepo.net> - 8.0.30-4
- use oracle client library version 21.13 on x86_64
- patch test suite for zlib-ng