From af49705e200ef3c9c3e9899d8e91af84e15efd7d Mon Sep 17 00:00:00 2001 From: CBL-Mariner Servicing Account Date: Wed, 19 Aug 2026 18:37:28 +0000 Subject: [PATCH] Upgrade vim to 9.2.0976 for CVE-2026-73073 --- 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 83cbb67f65b..ae81ffbf1a9 100644 --- a/SPECS/vim/vim.signatures.json +++ b/SPECS/vim/vim.signatures.json @@ -1,6 +1,6 @@ { "Signatures": { "macros.vim": "98d2e285e93e339defc13ef1dc4fa76f24e3fca6282e4196a3dae45de778eab8", - "vim-9.2.0957.tar.gz": "709eae992e6f453ca428049677a9538d9ea9a2ab48104a6e750d82e279075764" + "vim-9.2.0976.tar.gz": "3b1b15131835a4813d9b4c7985596c0d1c1da7cfae832754f023a801bbf4d801" } } diff --git a/SPECS/vim/vim.spec b/SPECS/vim/vim.spec index a110090a231..06a25401f0d 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.2.0957 +Version: 9.2.0976 Release: 1%{?dist} License: Vim Vendor: Microsoft Corporation @@ -223,6 +223,9 @@ fi %{_rpmconfigdir}/macros.d/macros.vim %changelog +* Wed Aug 19 2026 CBL-Mariner Servicing Account - 9.2.0976-1 +- Auto-upgrade to 9.2.0976 - for CVE-2026-73073 + * Fri Aug 14 2026 CBL-Mariner Servicing Account - 9.2.0957-1 - Auto-upgrade to 9.2.0957 - for CVE-2026-73078, CVE-2026-73074, CVE-2026-73072, CVE-2026-73077, CVE-2026-73076, CVE-2026-73070, CVE-2026-73075, CVE-2026-73071 diff --git a/cgmanifest.json b/cgmanifest.json index 4f6c8be6a37..472a9da2974 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -30186,8 +30186,8 @@ "type": "other", "other": { "name": "vim", - "version": "9.2.0957", - "downloadUrl": "https://github.com/vim/vim/archive/v9.2.0957.tar.gz" + "version": "9.2.0976", + "downloadUrl": "https://github.com/vim/vim/archive/v9.2.0976.tar.gz" } } },