diff options
| author | Remi Collet <remi@remirepo.net> | 2026-07-02 10:34:29 +0200 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-07-02 10:34:29 +0200 |
| commit | a6a73cf6d843268c9a5b8eb9b3245f4defbf08bf (patch) | |
| tree | 40d5386ae7704ec32ffa4d6b076229b3edb972e8 /php.spec | |
| parent | 4cd51d2ae8cfc95f3393faeea5fbefd09c769089 (diff) | |
Diffstat (limited to 'php.spec')
| -rw-r--r-- | php.spec | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -141,7 +141,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: 5.6.40 -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 @@ -275,6 +275,8 @@ Patch276: php-ghsa-4w77-75f9-2c8w.patch Patch277: php-cve-2026-7261.patch Patch278: php-cve-2026-7262.patch Patch279: php-cve-2026-6735.patch +# from 8.2.32 +Patch280: php-gh22187.patch # Fixes for tests (300+) # Factory is droped from system tzdata @@ -1085,6 +1087,7 @@ sed -e 's/php-devel/%{?scl_prefix}php-devel/' -i scripts/phpize.in %patch -P277 -p1 -b .cve7261 %patch -P278 -p1 -b .cve7262 %patch -P279 -p1 -b .cve6735 +%patch -P280 -p1 -b .gh22187 # Fixes for tests %patch -P300 -p1 -b .datetests @@ -2035,6 +2038,9 @@ EOF %changelog +* Thu Jul 2 2026 Remi Collet <remi@remirepo.net> - 5.6.40-47 +- Fix Memory corruption in openssl_encrypt with AES-WRAP-PAD + * Tue May 12 2026 Remi Collet <remi@remirepo.net> - 5.6.40-46 - Fix XSS within status endpoint CVE-2026-6735 |
