summaryrefslogtreecommitdiffstats
path: root/php72.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php72.spec')
-rw-r--r--php72.spec9
1 files changed, 7 insertions, 2 deletions
diff --git a/php72.spec b/php72.spec
index 52c0573..f70b7d7 100644
--- a/php72.spec
+++ b/php72.spec
@@ -116,7 +116,7 @@
Summary: PHP scripting language for creating dynamic web sites
Name: 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
@@ -220,6 +220,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
@@ -1185,6 +1186,7 @@ low-level PHP extension for the libsodium cryptographic library.
%patch -P234 -p1 -b .cve7262
%patch -P235 -p1 -b .cve6735
%patch -P236 -p1 -b .cve7268
+%patch -P237 -p1 -b .gh22187
# Fixes for tests
%if 0%{?fedora} >= 25 || 0%{?rhel} >= 6
@@ -2103,7 +2105,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.
=====================================================================
@@ -2292,6 +2294,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