Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion SPECS/cups/cups.signatures.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
5 changes: 4 additions & 1 deletion SPECS/cups/cups.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -642,6 +642,9 @@ rm -f %{cups_serverbin}/backend/smb
%{_mandir}/man7/ippeveps.7.gz

%changelog
* Tue Apr 28 2026 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 2.4.19-1
- Auto-upgrade to 2.4.19 - CVE-2026-41079

* Wed Apr 22 2026 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 2.4.18-1
- Auto-upgrade to 2.4.18 - Fixed cupsd crash if user does not exist

Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
},
Expand Down
Loading