Skip to content
Merged
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.16-source.tar.gz": "0339587204b4f9428dd0592eb301dec0bf9ea6ea8dce5d9690d56be585aba92d"
"cups-2.4.17-source.tar.gz": "89c703238de210d4f4f4e5d4269e3d60c4b2f487aad75a8a1eaecd659e4d0b77"
}
}
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.16
Version: 2.4.17
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
* Fri Apr 17 2026 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 2.4.17-1
- 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

* Thu Dec 04 2025 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 2.4.16-1
- Auto-upgrade to 2.4.16 - for CVE-2025-58436, CVE-2025-61915

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.16",
"downloadUrl": "https://github.com/OpenPrinting/cups/releases/download/v2.4.16/cups-2.4.16-source.tar.gz"
"version": "2.4.17",
"downloadUrl": "https://github.com/OpenPrinting/cups/releases/download/v2.4.17/cups-2.4.17-source.tar.gz"
}
}
},
Expand Down
Loading