From fba3cb778fe2fd22aa479a57d40c4c6fb790920c Mon Sep 17 00:00:00 2001 From: CBL-Mariner-Bot <75509084+CBL-Mariner-Bot@users.noreply.github.com> Date: Sun, 30 Oct 2022 16:25:05 -0700 Subject: [PATCH] [AUTOPATCHER-CORE] Upgrade vim to version 9.0.0805 to fix CVE-2022-3705 (#4141) Co-authored-by: Olivia Crain --- SPECS/vim/vim.signatures.json | 2 +- SPECS/vim/vim.spec | 5 ++++- cgmanifest.json | 4 ++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/SPECS/vim/vim.signatures.json b/SPECS/vim/vim.signatures.json index ed38dee115..d8337afd09 100644 --- a/SPECS/vim/vim.signatures.json +++ b/SPECS/vim/vim.signatures.json @@ -1,5 +1,5 @@ { "Signatures": { - "vim-9.0.0614.tar.gz": "5fcf0de749a87c55302ef85268b243a35a56e3f1a0e58df508238a55b0db4d83" + "vim-9.0.0805.tar.gz": "c552dc1091fd18d9a0c358adf49c5873b3ed206ef29402866d31a10a794b1c46" } } \ No newline at end of file diff --git a/SPECS/vim/vim.spec b/SPECS/vim/vim.spec index 734b0bbc8d..1b15e9bf23 100644 --- a/SPECS/vim/vim.spec +++ b/SPECS/vim/vim.spec @@ -1,7 +1,7 @@ %define debug_package %{nil} Summary: Text editor Name: vim -Version: 9.0.0614 +Version: 9.0.0805 Release: 1%{?dist} License: Vim Vendor: Microsoft Corporation @@ -196,6 +196,9 @@ fi %{_bindir}/vimdiff %changelog +* Sun Oct 30 2022 CBL-Mariner Servicing Account - 9.0.0805-1 +- Upgrade to 9.0.0805 + * Tue Oct 04 2022 CBL-Mariner Servicing Account - 9.0.0614-1 - Upgrade to 9.0.0614 diff --git a/cgmanifest.json b/cgmanifest.json index afa91372a4..48bf3e884b 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -26827,8 +26827,8 @@ "type": "other", "other": { "name": "vim", - "version": "9.0.0614", - "downloadUrl": "https://github.com/vim/vim/archive/v9.0.0614.tar.gz" + "version": "9.0.0805", + "downloadUrl": "https://github.com/vim/vim/archive/v9.0.0805.tar.gz" } } },