summaryrefslogtreecommitdiffstats
path: root/php80.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2026-07-01 10:17:46 +0200
committerRemi Collet <remi@php.net>2026-07-01 10:17:46 +0200
commitd7ab42a61c5d7138c872f0c7ebf91206906309c3 (patch)
treebc849624aabd9fa04585e25e47a0c46b608ff7f0 /php80.spec
parent8c66a4e97b0f64d1306133822844c59aec3032c0 (diff)
Fix Memory corruption (zend_mm_heap corrupted) in openssl_encrypt with AES-WRAP-PADHEADmaster
Diffstat (limited to 'php80.spec')
-rw-r--r--php80.spec15
1 files changed, 13 insertions, 2 deletions
diff --git a/php80.spec b/php80.spec
index 1e7a988..9c5a80c 100644
--- a/php80.spec
+++ b/php80.spec
@@ -68,7 +68,7 @@
%endif
# Build firebird extensions, you can disable using --without firebird
-%if 0%{?rhel} == 10
+%if 0%{?rhel} > 10
%bcond_with firebird
%else
%bcond_without firebird
@@ -117,7 +117,7 @@
Summary: PHP scripting language for creating dynamic web sites
Name: php
Version: %{upver}%{?rcver:~%{rcver}}
-Release: 16%{?dist}
+Release: 17%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -228,6 +228,7 @@ Patch228: php-cve-2026-6735.patch
Patch229: php-cve-2026-7259.patch
Patch230: php-cve-2026-7568.patch
Patch231: php-cve-2026-7258.patch
+Patch232: php-gh22187.patch
# Fixes for tests (300+)
# Factory is droped from system tzdata
@@ -1279,6 +1280,7 @@ rm ext/openssl/tests/p12_with_extra_certs.p12
%patch -P229 -p1 -b .cve7259
%patch -P230 -p1 -b .cve7268
%patch -P231 -p1 -b .cve7258
+%patch -P232 -p1 -b .gh22187
# Fixes for tests related to tzdata
%patch -P300 -p1 -b .datetests
@@ -1337,6 +1339,12 @@ rm ext/openssl/tests/openssl_error_string_basic_openssl3.phpt
%endif
rm ext/openssl/tests/openssl_private_decrypt_basic.phpt
rm ext/openssl/tests/openssl_x509_parse_basic.phpt
+rm ext/openssl/tests/sni_server.phpt
+rm ext/openssl/tests/sni_server_key_cert.phpt
+rm ext/openssl/tests/bug74341.phpt
+rm ext/pcre/tests/pcre_extra.phpt
+rm ext/pcre/tests/split.phpt
+rm ext/pcre/tests/grep2.phpt
# avoid issue when 2 builds run simultaneously (keep 64321 for the SCL)
%ifarch x86_64
@@ -2294,6 +2302,9 @@ EOF
%changelog
+* Wed Jul 1 2026 Remi Collet <remi@remirepo.net> - 8.0.30-17
+- Fix Memory corruption (zend_mm_heap corrupted) in openssl_encrypt with AES-WRAP-PAD
+
* Mon May 11 2026 Remi Collet <remi@remirepo.net> - 8.0.30-16
- Fix XSS within status endpoint
CVE-2026-6735