From 6049c8a91fd4eed498c45e3edafa492aaf2e1ac5 Mon Sep 17 00:00:00 2001 From: Zdenek Dohnal Date: Fri, 13 Feb 2026 08:30:58 +0100 Subject: [PATCH] patchlevel 2146 Security fix for CVE-2026-25749 --- sources | 2 +- vim-update.sh | 8 ++++---- vim.spec | 7 +++++-- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/sources b/sources index 8645fbda..344961e8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vim-9.1-2128.tar.bz2) = 287209147ad9c63ba351fc63ad3257c8f8bfa1062595003695e12bd0de9518b19a46d04bb3735bc7f482ded751a85ecf7f67941b2b3ed2dd716acc26d5496cdf +SHA512 (vim-9.1-2146.tar.bz2) = 3cde92951e61ed3238907dd59a42c833bc7ecba03350debe9f548fb17aecce27bd6d16c750281852f2d1a6c3a884822692a28bb3621d2bd977542b263fe6f7be diff --git a/vim-update.sh b/vim-update.sh index 4961ece1..6d523089 100755 --- a/vim-update.sh +++ b/vim-update.sh @@ -1,12 +1,12 @@ #!/bin/bash debug="" #debug="echo " -branches=( "rawhide" "f43" "f42" "f41" ) -releases=( "fc44" "fc43" "fc42" "fc41" ) +branches=( "rawhide" "f44" "f43" "f42" ) +releases=( "fc45" "fc44" "fc43" "fc42" ) # the first bodhi enabled release is the last without \| - all # others need to have \| -regexps=( "fc44" "fc43" "\|fc42" "\|fc41" ) -bodhi_enabled=( "0" "1" "1" "1" ) +regexps=( "fc45" "fc44" "fc43" "\|fc42" ) +bodhi_enabled=( "0" "0" "1" "1" ) needs_update=() #releases_regexp=fc28\\\|fc27\\\|fc28 diff --git a/vim.spec b/vim.spec index 675ffbec..65e19dea 100644 --- a/vim.spec +++ b/vim.spec @@ -12,7 +12,7 @@ %endif -%define patchlevel 2128 +%define patchlevel 2146 %define withnetbeans 1 %define withhunspell 0 @@ -54,7 +54,7 @@ Summary: The VIM editor URL: https://www.vim.org/ Name: vim Version: %{baseversion}.%{patchlevel} -Release: 2%{?dist} +Release: 1%{?dist} Epoch: 2 # swift.vim contains Apache 2.0 with runtime library exception: # which is taken as Apache-2.0 WITH Swift-exception - reported to legal as https://gitlab.com/fedora/legal/fedora-license-data/-/issues/188 @@ -998,6 +998,9 @@ mkdir -p %{buildroot}/%{_datadir}/fish/vendor_functions.d/ %changelog +* Fri Feb 13 2026 Zdenek Dohnal - 2:9.1.2146-1 +- patchlevel 2146 + * Wed Feb 04 2026 Zdenek Dohnal - 2:9.1.2128-1 - patchlevel 2128