Skip to content

Commit 502b4f6

Browse files
[AUTOPATCHER-CORE] Upgrade cups to 2.4.18 Fixed cupsd crash if user does not exist (#16791)
1 parent 246af6d commit 502b4f6

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

SPECS/cups/cups.signatures.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"Signatures": {
33
"cupsprinter.png": "ba76c5b1606e4008ff78a82edf30f88a0fffea7b6b78110095ee70c8ca2b9c9d",
44
"macros.cups": "4f3be07f0245ef1a8a4264ed02a2d18ca4823396dd81442af5219e7c56fd11d5",
5-
"cups-2.4.17-source.tar.gz": "89c703238de210d4f4f4e5d4269e3d60c4b2f487aad75a8a1eaecd659e4d0b77"
5+
"cups-2.4.18-source.tar.gz": "8fe23bf4905f8889f4bd5ebf375e81916e84754bfc59eccc88cfd7b1e97a741b"
66
}
77
}

SPECS/cups/cups.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
%bcond_with missing_dependencies
1010
Summary: CUPS printing system
1111
Name: cups
12-
Version: 2.4.17
12+
Version: 2.4.18
1313
Release: 1%{?dist}
1414
License: ASL 2.0 with exceptions
1515
Vendor: Microsoft Corporation
@@ -642,6 +642,9 @@ rm -f %{cups_serverbin}/backend/smb
642642
%{_mandir}/man7/ippeveps.7.gz
643643

644644
%changelog
645+
* Wed Apr 22 2026 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 2.4.18-1
646+
- Auto-upgrade to 2.4.18 - Fixed cupsd crash if user does not exist
647+
645648
* Fri Apr 17 2026 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 2.4.17-1
646649
- Auto-upgrade to 2.4.17 - CVE-2026-39316, CVE-2026-39314, CVE-2026-34979, CVE-2026-34980, CVE-2026-34978, CVE-2026-27447, CVE-2026-34990
647650

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2427,8 +2427,8 @@
24272427
"type": "other",
24282428
"other": {
24292429
"name": "cups",
2430-
"version": "2.4.17",
2431-
"downloadUrl": "https://github.com/OpenPrinting/cups/releases/download/v2.4.17/cups-2.4.17-source.tar.gz"
2430+
"version": "2.4.18",
2431+
"downloadUrl": "https://github.com/OpenPrinting/cups/releases/download/v2.4.18/cups-2.4.18-source.tar.gz"
24322432
}
24332433
}
24342434
},

0 commit comments

Comments
 (0)