[AUTOPATCHER-CORE] Upgrade vim to 9.0.2121 Fix CVE-2023-48706 (#6914)
This commit is contained in:
parent
62c8af15a3
commit
15cf22e02f
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"Signatures": {
|
||||
"vim-9.0.2112.tar.gz": "1967127c825a6c32dfd21f419a0e11cbcc20b796d861b1483507ddf19b2c5df0"
|
||||
"vim-9.0.2121.tar.gz": "8d04737e71f529b37f18ec26a16a11ef183bb83b214f4e6ddddf20136c5813ea"
|
||||
}
|
||||
}
|
|
@ -1,7 +1,7 @@
|
|||
%define debug_package %{nil}
|
||||
Summary: Text editor
|
||||
Name: vim
|
||||
Version: 9.0.2112
|
||||
Version: 9.0.2121
|
||||
Release: 1%{?dist}
|
||||
License: Vim
|
||||
Vendor: Microsoft Corporation
|
||||
|
@ -196,6 +196,9 @@ fi
|
|||
%{_bindir}/vimdiff
|
||||
|
||||
%changelog
|
||||
* Tue Dec 05 2023 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 9.0.2121-1
|
||||
- Auto-upgrade to 9.0.2121 - Fix CVE-2023-48706
|
||||
|
||||
* Mon Nov 27 2023 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 9.0.2112-1
|
||||
- Auto-upgrade to 9.0.2112 - CVEs
|
||||
|
||||
|
|
|
@ -29417,8 +29417,8 @@
|
|||
"type": "other",
|
||||
"other": {
|
||||
"name": "vim",
|
||||
"version": "9.0.2112",
|
||||
"downloadUrl": "https://github.com/vim/vim/archive/v9.0.2112.tar.gz"
|
||||
"version": "9.0.2121",
|
||||
"downloadUrl": "https://github.com/vim/vim/archive/v9.0.2121.tar.gz"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue