summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2026-07-02 10:12:42 +0200
committerRemi Collet <remi@php.net>2026-07-02 10:12:42 +0200
commitbb9fd7b5f28fe92e098d9782dab18f6e52bf0713 (patch)
tree3b27ddf4c5e6648168616a421573fcc1e991e4e6 /php.spec
parent11b950e90bcd9f0f3a7906cd3f2ae0c2e323f860 (diff)
Fix Memory corruption in openssl_encrypt with AES-WRAP-PADHEADmaster
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/php.spec b/php.spec
index 228aad7..684e353 100644
--- a/php.spec
+++ b/php.spec
@@ -136,7 +136,7 @@
Summary: PHP scripting language for creating dynamic web sites
Name: %{?scl_prefix}php
Version: %{upver}%{?rcver:~%{rcver}}
-Release: 46%{?dist}
+Release: 47%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -285,6 +285,8 @@ Patch278: php-cve-2026-7261.patch
Patch279: php-cve-2026-7262.patch
Patch280: php-cve-2026-6735.patch
Patch281: php-cve-2026-7568.patch
+# from 8.2.32
+Patch282: php-gh22187.patch
# Fixes for tests (300+)
# Factory is droped from system tzdata
@@ -1113,6 +1115,7 @@ sed -e 's/php-devel/%{?scl_prefix}php-devel/' -i scripts/phpize.in
%patch -P279 -p1 -b .cve7262
%patch -P280 -p1 -b .cve6735
%patch -P281 -p1 -b .cve7268
+%patch -P282 -p1 -b .gh22187
# Fixes for tests
%patch -P300 -p1 -b .datetests
@@ -2068,6 +2071,9 @@ EOF
%changelog
+* Thu Jul 2 2026 Remi Collet <remi@remirepo.net> - 7.0.33-47
+- Fix Memory corruption in openssl_encrypt with AES-WRAP-PAD
+
* Tue May 12 2026 Remi Collet <remi@remirepo.net> - 7.0.33-46
- Fix XSS within status endpoint
CVE-2026-6735