From 4e7d8b294a3dfdbea72189a1c0fb097e9c91d25f Mon Sep 17 00:00:00 2001 From: CBL-Mariner Servicing Account Date: Sat, 16 May 2026 07:32:55 +0000 Subject: [PATCH] Upgrade vim to 9.2.0488 for CVE-2026-46483 --- 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 d41ed4728dd..db617d8772c 100644 --- a/SPECS/vim/vim.signatures.json +++ b/SPECS/vim/vim.signatures.json @@ -1,6 +1,6 @@ { "Signatures": { "macros.vim": "98d2e285e93e339defc13ef1dc4fa76f24e3fca6282e4196a3dae45de778eab8", - "vim-9.2.0461.tar.gz": "de7666f395ad55fd34f5d32fac8ff074f433618cb412729facfe416049b64535" + "vim-9.2.0488.tar.gz": "647ffcd94f25b06293f822b5601e91648d26e1c6a23c99c3cbc6793f164a41c2" } } diff --git a/SPECS/vim/vim.spec b/SPECS/vim/vim.spec index fb96e3dc2c5..e83cadda448 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.0461 +Version: 9.2.0488 Release: 1%{?dist} License: Vim Vendor: Microsoft Corporation @@ -223,6 +223,9 @@ fi %{_rpmconfigdir}/macros.d/macros.vim %changelog +* Sat May 16 2026 CBL-Mariner Servicing Account - 9.2.0488-1 +- Auto-upgrade to 9.2.0488 - for CVE-2026-46483 + * Sat May 09 2026 CBL-Mariner Servicing Account - 9.2.0461-1 - Auto-upgrade to 9.2.0461 - for CVE-2026-45130, CVE-2026-44656 diff --git a/cgmanifest.json b/cgmanifest.json index 4fdffcedb52..cc60cae7484 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -30006,8 +30006,8 @@ "type": "other", "other": { "name": "vim", - "version": "9.2.0461", - "downloadUrl": "https://github.com/vim/vim/archive/v9.2.0461.tar.gz" + "version": "9.2.0488", + "downloadUrl": "https://github.com/vim/vim/archive/v9.2.0488.tar.gz" } } },