[AUTOPATCHER-CORE] Upgrade vim to 9.0.2121 Fix CVE-2023-48706 (#6914)

This commit is contained in:
CBL-Mariner-Bot 2023-12-05 12:47:41 -08:00 committed by GitHub
parent 62c8af15a3
commit 15cf22e02f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 4 deletions

View File

@ -1,5 +1,5 @@
{
"Signatures": {
"vim-9.0.2112.tar.gz": "1967127c825a6c32dfd21f419a0e11cbcc20b796d861b1483507ddf19b2c5df0"
"vim-9.0.2121.tar.gz": "8d04737e71f529b37f18ec26a16a11ef183bb83b214f4e6ddddf20136c5813ea"
}
}

View File

@ -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

View File

@ -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"
}
}
},