From 058e9a3d872703b3323305a13a72802716a20756 Mon Sep 17 00:00:00 2001 From: Kanishk Bansal <103916909+Kanishk-Bansal@users.noreply.github.com> Date: Sun, 2 Aug 2026 22:01:38 -0400 Subject: [PATCH] Upgrade php to 8.3.33 for CVE-2026-9672, CVE-2026-17543, CVE-2026-7260 (cherry picked from commit 9ad793c6b71c0811fcab03020846d59f9018d388) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: fdf35a14-fcfa-45ab-9771-00f595f914a5 --- SPECS/php/php.signatures.json | 2 +- SPECS/php/php.spec | 5 ++++- cgmanifest.json | 4 ++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/SPECS/php/php.signatures.json b/SPECS/php/php.signatures.json index 2c4a862cc87..c29e4548469 100644 --- a/SPECS/php/php.signatures.json +++ b/SPECS/php/php.signatures.json @@ -14,6 +14,6 @@ "php.conf": "e2388be032eccf7c0197d597ba72259a095bf8434438a184e6a640edb4b59de2", "php.ini": "8fd5a4d891c19320c07010fbbbac982c886b422bc8d062acaeae49d70c136fc8", "php.modconf": "dc7303ea584452d2f742d002a648abe74905025aabf240259c7e8bd01746d278", - "php-8.3.32.tar.xz": "8698ec1f9402fa5e5e872ae3d0916b62f5f27503c1fbfc9cc3521e113355ea92" + "php-8.3.33.tar.xz": "e293ed620cec74651bb4a071317892a478aa6840fab22db45c72d77cd42f9676" } } diff --git a/SPECS/php/php.spec b/SPECS/php/php.spec index 75916fb04b4..27c3325ee13 100644 --- a/SPECS/php/php.spec +++ b/SPECS/php/php.spec @@ -32,7 +32,7 @@ %global with_qdbm 0 Summary: PHP scripting language for creating dynamic web sites Name: php -Version: 8.3.32 +Version: 8.3.33 Release: 1%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend @@ -1514,6 +1514,9 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || : %dir %{_datadir}/php/preload %changelog +* Fri Jul 31 2026 CBL-Mariner Servicing Account - 8.3.33-1 +- Auto-upgrade to 8.3.33 - for CVE-2026-9672, CVE-2026-17543, CVE-2026-7260 + * Fri Jul 03 2026 CBL-Mariner Servicing Account - 8.3.32-1 - Auto-upgrade to 8.3.32 - for CVE-2026-12184, CVE-2026-14355 diff --git a/cgmanifest.json b/cgmanifest.json index ae35125eb61..69e3190dc56 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -21353,8 +21353,8 @@ "type": "other", "other": { "name": "php", - "version": "8.3.32", - "downloadUrl": "https://www.php.net/distributions/php-8.3.32.tar.xz" + "version": "8.3.33", + "downloadUrl": "https://www.php.net/distributions/php-8.3.33.tar.xz" } } },