summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
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