From e77d3f33e717f5d3808f543495fe475332e9fe9e Mon Sep 17 00:00:00 2001 From: Henry Beberman Date: Tue, 30 Aug 2022 19:55:47 -0700 Subject: [PATCH] `vim`: upgrade to 9.0.0325 to fix CVE-2022-2980, CVE-2022-2982, CVE-2022-2923, CVE-2022-2946 (#3643) --- 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 5849c5ff1ed..7032d959758 100644 --- a/SPECS/vim/vim.signatures.json +++ b/SPECS/vim/vim.signatures.json @@ -1,5 +1,5 @@ { "Signatures": { - "vim-9.0.0232.tar.gz": "e89459d31d65189cecaf0145ba98a27011be783712a52c3ca6d9b61351b281d5" + "vim-9.0.0325.tar.gz": "2f36a2d78b4c879c054709512897cdf9b2ba0792e6608ca219648cacd21ec209" } } diff --git a/SPECS/vim/vim.spec b/SPECS/vim/vim.spec index a2898df4e66..a82eeab1ab5 100755 --- 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.0232 +Version: 9.0.0325 Release: 1%{?dist} License: Vim Vendor: Microsoft Corporation @@ -196,6 +196,9 @@ fi %{_bindir}/vimdiff %changelog +* Mon Aug 29 2022 Henry Beberman - 9.0.0325-1 +- Upgrade to 9.0.0325 to fix: CVE-2022-2980, CVE-2022-2982, CVE-2022-2923, CVE-2022-2946 + * Fri Aug 19 2022 Andrew Phelps - 9.0.0232-1 - Upgrade to 9.0.0232 to fix: CVE-2022-2522, CVE-2022-2571, CVE-2022-2580, CVE-2022-2581, CVE-2022-2598, CVE-2022-2816, CVE-2022-2817, CVE-2022-2819, CVE-2022-2845, CVE-2022-2849, diff --git a/cgmanifest.json b/cgmanifest.json index 6e542f28052..c4a6311c2c5 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -26577,8 +26577,8 @@ "type": "other", "other": { "name": "vim", - "version": "9.0.0232", - "downloadUrl": "https://github.com/vim/vim/archive/v9.0.0232.tar.gz" + "version": "9.0.0325", + "downloadUrl": "https://github.com/vim/vim/archive/v9.0.0325.tar.gz" } } },