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

vim: updating to version 8.2.5064 to fix CVE-2022-1851, CVE-2022-1886, and CVE-2022-1898. #3112

Merged
merged 1 commit into from
Jun 6, 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-8.2.4979.tar.gz": "7f8b709039480ebceb0f0d089183bedf48f2a51f56292537c69c00c19d87fbde"
"vim-8.2.5064.tar.gz": "3e3f9f073ea9470482476db2c0a12a85af0a9e9d34478f3c4f924e33bb267c46"
}
}
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: 8.2.4979
Version: 8.2.5064
Release: 1%{?dist}
License: Vim
Vendor: Microsoft Corporation
Expand Down Expand Up @@ -193,6 +193,9 @@ fi
%{_bindir}/vimdiff

%changelog
* Mon Jun 06 2022 Pawel Winogrodzki <[email protected]> - 8.2.5064-1
- Update to version 8.2.5064 to fix CVEs: 2022-1851, 2022-1886, and 2022-1898.

* Fri May 27 2022 Max Brodeur-Urbas <[email protected]> - 8.2.4979-1
- Update version to 8.2.4979 to fix CVE-2022-1619, CVE-2022-1621, CVE-2022-1629,
CVE-2022-1616, CVE-2022-1733, CVE-2022-1735, CVE-2022-1769, CVE-2022-1620,
Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -26057,8 +26057,8 @@
"type": "other",
"other": {
"name": "vim",
"version": "8.2.4979",
"downloadUrl": "https://github.com/vim/vim/archive/v8.2.4979.tar.gz"
"version": "8.2.5064",
"downloadUrl": "https://github.com/vim/vim/archive/v8.2.5064.tar.gz"
}
}
},
Expand Down