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.0392.tar.gz": "d6c2eb665fe58e2a73b4377e4f27b4f91d4173ac2eb7d8cabd62f500d81bc310"
"vim-9.2.0461.tar.gz": "de7666f395ad55fd34f5d32fac8ff074f433618cb412729facfe416049b64535"
}
}
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.0392
Version: 9.2.0461
Release: 1%{?dist}
License: Vim
Vendor: Microsoft Corporation
Expand Down Expand Up @@ -223,6 +223,9 @@ fi
%{_rpmconfigdir}/macros.d/macros.vim

%changelog
* Sat May 09 2026 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 9.2.0461-1
- Auto-upgrade to 9.2.0461 - for CVE-2026-45130, CVE-2026-44656

* Sun Apr 26 2026 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 9.2.0392-1
- Auto-upgrade to 9.2.0392 - for CVE-2026-41411

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