vim: update to 8.2.4081 (#1943)
This commit is contained in:
parent
978d04f2ec
commit
bc2124db05
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"Signatures": {
|
||||
"vim-8.2.4006.tar.gz": "c3381d75f5b7695a3f191431950548d808761b370555db2333e44fc6827810d4"
|
||||
"vim-8.2.4081.tar.gz": "96c39240f77395dbcc74181c5e997850338bd574faf08f9e2cde9d4685a7fb28"
|
||||
}
|
||||
}
|
|
@ -1,7 +1,7 @@
|
|||
%define debug_package %{nil}
|
||||
Summary: Text editor
|
||||
Name: vim
|
||||
Version: 8.2.4006
|
||||
Version: 8.2.4081
|
||||
Release: 1%{?dist}
|
||||
License: Vim
|
||||
Vendor: Microsoft Corporation
|
||||
|
@ -192,6 +192,9 @@ fi
|
|||
%{_bindir}/vimdiff
|
||||
|
||||
%changelog
|
||||
* Thu Jan 13 2022 Rachel Menge <rachelmenge@microsoft.com> - 8.2.4081-1
|
||||
- Update version to 8.2.4081 to fix CVE-2022-0128.
|
||||
|
||||
* Thu Jan 06 2022 Suresh Babu Chalamalasetty <schalam@microsoft.com> - 8.2.4006-1
|
||||
- Update version to 8.2.4006 to fix CVE CVE-2021-4166.
|
||||
|
||||
|
|
|
@ -28927,8 +28927,8 @@
|
|||
"type": "other",
|
||||
"other": {
|
||||
"name": "vim",
|
||||
"version": "8.2.4006",
|
||||
"downloadUrl": "https://github.com/vim/vim/archive/v8.2.4006.tar.gz"
|
||||
"version": "8.2.4081",
|
||||
"downloadUrl": "https://github.com/vim/vim/archive/v8.2.4081.tar.gz"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue