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

Upgrade vim to 9.0.0232 to fix 13 CVEs #3580

Merged
merged 1 commit into from
Aug 22, 2022
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/vim/vim.signatures.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"vim-9.0.0050.tar.gz": "c93759a46699151e153826a9c87a09265567c6f4a1f71cc5753b24f57dc7a6c9"
"vim-9.0.0232.tar.gz": "e89459d31d65189cecaf0145ba98a27011be783712a52c3ca6d9b61351b281d5"
}
}
9 changes: 7 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.0050
Release: 2%{?dist}
Version: 9.0.0232
Release: 1%{?dist}
License: Vim
Vendor: Microsoft Corporation
Distribution: Mariner
Expand Down Expand Up @@ -196,6 +196,11 @@ fi
%{_bindir}/vimdiff

%changelog
* Fri Aug 19 2022 Andrew Phelps <[email protected]> - 9.0.0232-1
- Upgrade to 9.0.0232 to fix: CVE-2022-2522, CVE-2022-2571, CVE-2022-2580, CVE-2022-2581,
CVE-2022-2598, CVE-2022-2816, CVE-2022-2817, CVE-2022-2819, CVE-2022-2845, CVE-2022-2849,
CVE-2022-2862, CVE-2022-2874, CVE-2022-2889

* Mon Jul 18 2022 Aadhar Agarwal <[email protected]> - 9.0.0050-2
- Add sed requires as vim has an implicit dependency on sed in the post-install script.

Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -26577,8 +26577,8 @@
"type": "other",
"other": {
"name": "vim",
"version": "9.0.0050",
"downloadUrl": "https://github.com/vim/vim/archive/v9.0.0050.tar.gz"
"version": "9.0.0232",
"downloadUrl": "https://github.com/vim/vim/archive/v9.0.0232.tar.gz"
}
}
},
Expand Down