From 951c5e83cb2e6461b66418bb785f40243b62fd36 Mon Sep 17 00:00:00 2001 From: CBL-Mariner Servicing Account Date: Tue, 28 Apr 2026 05:19:28 +0000 Subject: [PATCH 1/2] Upgrade cups to 2.4.19 fixes a regression in shared printing from non-local accounts --- SPECS/cups/cups.signatures.json | 2 +- SPECS/cups/cups.spec | 5 ++++- cgmanifest.json | 4 ++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/SPECS/cups/cups.signatures.json b/SPECS/cups/cups.signatures.json index de1f49cf1f7..7b034d79ca2 100644 --- a/SPECS/cups/cups.signatures.json +++ b/SPECS/cups/cups.signatures.json @@ -2,6 +2,6 @@ "Signatures": { "cupsprinter.png": "ba76c5b1606e4008ff78a82edf30f88a0fffea7b6b78110095ee70c8ca2b9c9d", "macros.cups": "4f3be07f0245ef1a8a4264ed02a2d18ca4823396dd81442af5219e7c56fd11d5", - "cups-2.4.18-source.tar.gz": "8fe23bf4905f8889f4bd5ebf375e81916e84754bfc59eccc88cfd7b1e97a741b" + "cups-2.4.19-source.tar.gz": "820984b12a67f98705785aae2dd1347fe0ac097828001d4583ff64574aed6389" } } diff --git a/SPECS/cups/cups.spec b/SPECS/cups/cups.spec index 049a619742f..37c6bb3f1bd 100644 --- a/SPECS/cups/cups.spec +++ b/SPECS/cups/cups.spec @@ -9,7 +9,7 @@ %bcond_with missing_dependencies Summary: CUPS printing system Name: cups -Version: 2.4.18 +Version: 2.4.19 Release: 1%{?dist} License: ASL 2.0 with exceptions Vendor: Microsoft Corporation @@ -642,6 +642,9 @@ rm -f %{cups_serverbin}/backend/smb %{_mandir}/man7/ippeveps.7.gz %changelog +* Tue Apr 28 2026 CBL-Mariner Servicing Account - 2.4.19-1 +- Auto-upgrade to 2.4.19 - fixes a regression in shared printing from non-local accounts + * Wed Apr 22 2026 CBL-Mariner Servicing Account - 2.4.18-1 - Auto-upgrade to 2.4.18 - Fixed cupsd crash if user does not exist diff --git a/cgmanifest.json b/cgmanifest.json index e686d04474f..2df9c34fc6d 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -2427,8 +2427,8 @@ "type": "other", "other": { "name": "cups", - "version": "2.4.18", - "downloadUrl": "https://github.com/OpenPrinting/cups/releases/download/v2.4.18/cups-2.4.18-source.tar.gz" + "version": "2.4.19", + "downloadUrl": "https://github.com/OpenPrinting/cups/releases/download/v2.4.19/cups-2.4.19-source.tar.gz" } } }, From 50c391f7e11ac1e03b7b7a590141f515179a5731 Mon Sep 17 00:00:00 2001 From: Kanishk Bansal <103916909+Kanishk-Bansal@users.noreply.github.com> Date: Tue, 28 Apr 2026 10:58:38 +0530 Subject: [PATCH 2/2] Revise changelog for cups version 2.4.19 Updated changelog entry for version 2.4.19 to include CVE-2026-41079. --- SPECS/cups/cups.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SPECS/cups/cups.spec b/SPECS/cups/cups.spec index 37c6bb3f1bd..0cbc02ed251 100644 --- a/SPECS/cups/cups.spec +++ b/SPECS/cups/cups.spec @@ -643,7 +643,7 @@ rm -f %{cups_serverbin}/backend/smb %changelog * Tue Apr 28 2026 CBL-Mariner Servicing Account - 2.4.19-1 -- Auto-upgrade to 2.4.19 - fixes a regression in shared printing from non-local accounts +- Auto-upgrade to 2.4.19 - CVE-2026-41079 * Wed Apr 22 2026 CBL-Mariner Servicing Account - 2.4.18-1 - Auto-upgrade to 2.4.18 - Fixed cupsd crash if user does not exist