diff options
Diffstat (limited to 'php.spec')
| -rw-r--r-- | php.spec | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -135,7 +135,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: %{upver}%{?rcver:~%{rcver}} -Release: 33%{?dist} +Release: 34%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -250,11 +250,14 @@ Patch248: php-cve-2024-11234.patch Patch249: php-cve-2024-8932.patch Patch250: php-cve-2024-11233.patch Patch251: php-ghsa-4w77-75f9-2c8w.patch +# from 8.2.31 Patch252: php-cve-2026-6722.patch Patch253: php-cve-2026-7261.patch Patch254: php-cve-2026-7262.patch Patch255: php-cve-2026-6735.patch Patch256: php-cve-2026-7568.patch +# from 8.2.32 +Patch257: php-gh22187.patch # Fixes for tests (300+) # Factory is droped from system tzdata @@ -1047,6 +1050,7 @@ sed -e 's/php-devel/%{?scl_prefix}php-devel/' -i scripts/phpize.in %patch -P254 -p1 -b .cve7262 %patch -P255 -p1 -b .cve6735 %patch -P256 -p1 -b .cve7268 +%patch -P257 -p1 -b .gh22187 # Fixes for tests %patch -P300 -p1 -b .datetests @@ -1826,7 +1830,7 @@ cat << EOF WARNING : PHP 7.1 have reached its "End of Life" in December 2019. 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. ===================================================================== @@ -2010,6 +2014,9 @@ EOF %changelog +* Thu Jul 2 2026 Remi Collet <remi@remirepo.net> - 7.1.33-34 +- Fix Memory corruption in openssl_encrypt with AES-WRAP-PAD + * Tue May 12 2026 Remi Collet <remi@remirepo.net> - 7.1.33-33 - Fix XSS within status endpoint CVE-2026-6735 |
