summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2026-07-02 09:23:12 +0200
committerRemi Collet <remi@php.net>2026-07-02 09:23:12 +0200
commit4ab5709f2b51c451cc66eb36697fb3f9fe481281 (patch)
tree6962ffc15398832d87d7576befcc66e909a20002 /php.spec
parent49e30ac8f208b89b4131e537f8afe6f2114f5da1 (diff)
Fix Memory corruption in openssl_encrypt with AES-WRAP-PADHEADmaster
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec9
1 files changed, 7 insertions, 2 deletions
diff --git a/php.spec b/php.spec
index 3c537f9..e876d9c 100644
--- a/php.spec
+++ b/php.spec
@@ -128,7 +128,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
@@ -231,6 +231,7 @@ Patch233: php-cve-2026-7261.patch
Patch234: php-cve-2026-7262.patch
Patch235: php-cve-2026-6735.patch
Patch236: php-cve-2026-7568.patch
+Patch237: php-gh22187.patch
# Fixes for tests (300+)
# Factory is droped from system tzdata
@@ -1025,6 +1026,7 @@ sed -e 's/php-devel/%{?scl_prefix}php-devel/' -i scripts/phpize.in
%patch -P234 -p1 -b .cve7262
%patch -P235 -p1 -b .cve6735
%patch -P236 -p1 -b .cve7268
+%patch -P237 -p1 -b .gh22187
# Fixes for tests
%patch -P300 -p1 -b .datetests
@@ -1813,7 +1815,7 @@ cat << EOF
WARNING : PHP 7.2 have reached its "End of Life" in
November 2020. Even, if this package includes some of
- the important security fixes, backported from 8.1, the
+ the important security fixes, backported from 8.2, the
UPGRADE to a maintained version is very strongly RECOMMENDED.
=====================================================================
@@ -1995,6 +1997,9 @@ EOF
%changelog
+* Thu Jul 2 2026 Remi Collet <remi@remirepo.net> - 7.2.34-28
+- Fix Memory corruption in openssl_encrypt with AES-WRAP-PAD
+
* Tue May 12 2026 Remi Collet <remi@remirepo.net> - 7.2.34-27
- Fix XSS within status endpoint
CVE-2026-6735