patchlevel 2146

Security fix for CVE-2026-25749
This commit is contained in:
Zdenek Dohnal 2026-02-13 08:30:58 +01:00
commit 6049c8a91f
3 changed files with 10 additions and 7 deletions

View file

@ -1 +1 @@
SHA512 (vim-9.1-2128.tar.bz2) = 287209147ad9c63ba351fc63ad3257c8f8bfa1062595003695e12bd0de9518b19a46d04bb3735bc7f482ded751a85ecf7f67941b2b3ed2dd716acc26d5496cdf
SHA512 (vim-9.1-2146.tar.bz2) = 3cde92951e61ed3238907dd59a42c833bc7ecba03350debe9f548fb17aecce27bd6d16c750281852f2d1a6c3a884822692a28bb3621d2bd977542b263fe6f7be

View file

@ -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

View file

@ -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 <zdohnal@redhat.com> - 2:9.1.2146-1
- patchlevel 2146
* Wed Feb 04 2026 Zdenek Dohnal <zdohnal@redhat.com> - 2:9.1.2128-1
- patchlevel 2128