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/vim/vim.signatures.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Signatures": {
"macros.vim": "98d2e285e93e339defc13ef1dc4fa76f24e3fca6282e4196a3dae45de778eab8",
"vim-9.2.0088.tar.gz": "9ac94db07ef61d42c43ac8b84f39a00eae488d1d63092b33b9217a81bd5b565d"
"vim-9.2.0173.tar.gz": "983816eb5ae90ba503148278f5dac736b7bc11a21e78969ad990c6957e096453"
}
}
5 changes: 4 additions & 1 deletion SPECS/vim/vim.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%define debug_package %{nil}
Summary: Text editor
Name: vim
Version: 9.2.0088
Version: 9.2.0173
Release: 1%{?dist}
License: Vim
Vendor: Microsoft Corporation
Expand Down Expand Up @@ -223,6 +223,9 @@ fi
%{_rpmconfigdir}/macros.d/macros.vim

%changelog
* Sun Mar 15 2026 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 9.2.0173-1
- Auto-upgrade to 9.2.0173 - for CVE-2026-32249

* Sun Mar 01 2026 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 9.2.0088-1
- Auto-upgrade to 9.2.0088 - for CVE-2026-28417, CVE-2026-28418, CVE-2026-28419, CVE-2026-28420, CVE-2026-28421, CVE-2026-28422

Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -29916,8 +29916,8 @@
"type": "other",
"other": {
"name": "vim",
"version": "9.2.0088",
"downloadUrl": "https://github.com/vim/vim/archive/v9.2.0088.tar.gz"
"version": "9.2.0173",
"downloadUrl": "https://github.com/vim/vim/archive/v9.2.0173.tar.gz"
}
}
},
Expand Down
Loading