Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AUTOPATCHER-CORE] Upgrade vim to 9.1.0789 Fix CVE-2024-47814, CVE-2024-43802, CVE-2024-43790 #10759

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
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
4 changes: 2 additions & 2 deletions SPECS/vim/vim.signatures.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"vim-9.0.2121.tar.gz": "8d04737e71f529b37f18ec26a16a11ef183bb83b214f4e6ddddf20136c5813ea"
"vim-9.1.0789.tar.gz": "7b8801c93a902ca4cf0de0bef87293cd1aa1df386dbff0a2ab629e9459456e90"
}
}
}
7 changes: 5 additions & 2 deletions SPECS/vim/vim.spec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
%define debug_package %{nil}
Summary: Text editor
Name: vim
Version: 9.0.2121
Release: 4%{?dist}
Version: 9.1.0789
Release: 1%{?dist}
License: Vim
Vendor: Microsoft Corporation
Distribution: Mariner
Expand Down Expand Up @@ -201,6 +201,9 @@ fi
%{_bindir}/vimdiff

%changelog
* Wed Oct 16 2024 CBL-Mariner Servicing Account <[email protected]> - 9.1.0789-1
- Auto-upgrade to 9.1.0789 - Fix CVE-2024-47814, CVE-2024-43802, CVE-2024-43790

* Wed Sep 18 2024 Sumedh Sharma <[email protected]> - 9.0.2121-4
- Add patch to resolve CVE-2024-41957 & CVE-2024-41965

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