Skip to content

Commit 6392f5a

Browse files
[AUTO-CHERRYPICK] [AUTOPATCHER-CORE] Upgrade vim to 9.1.1164 for CVE-2025-27423 [High] - branch 3.0-dev (#12877)
1 parent bb6d437 commit 6392f5a

File tree

7 files changed

+15
-311
lines changed

7 files changed

+15
-311
lines changed

SPECS/vim/CVE-2025-1215.patch

Lines changed: 0 additions & 117 deletions
This file was deleted.

SPECS/vim/CVE-2025-22134.patch

Lines changed: 0 additions & 119 deletions
This file was deleted.

SPECS/vim/CVE-2025-24014.patch

Lines changed: 0 additions & 35 deletions
This file was deleted.

SPECS/vim/CVE-2025-26603.patch

Lines changed: 0 additions & 27 deletions
This file was deleted.

SPECS/vim/vim.signatures.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
2-
"Signatures": {
3-
"vim-9.1.0791.tar.gz": "ce6dcd15d4e7e7406315eecf1b7d6610a6b9e71efeb98646648a3008b7cea6b7",
4-
"macros.vim": "98d2e285e93e339defc13ef1dc4fa76f24e3fca6282e4196a3dae45de778eab8"
5-
}
2+
"Signatures": {
3+
"macros.vim": "98d2e285e93e339defc13ef1dc4fa76f24e3fca6282e4196a3dae45de778eab8",
4+
"vim-9.1.1164.tar.gz": "101526fa580d015edc5b5fb059d8b396cd8b05c29b0ec9ceb2a8763083293979"
5+
}
66
}
7-

SPECS/vim/vim.spec

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
11
%define debug_package %{nil}
22
Summary: Text editor
33
Name: vim
4-
Version: 9.1.0791
5-
Release: 4%{?dist}
4+
Version: 9.1.1164
5+
Release: 1%{?dist}
66
License: Vim
77
Vendor: Microsoft Corporation
88
Distribution: Azure Linux
99
Group: Applications/Editors
1010
URL: https://www.vim.org
1111
Source0: https://github.com/%{name}/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
1212
Source1: macros.vim
13-
Patch0: CVE-2025-22134.patch
14-
Patch1: CVE-2025-24014.patch
15-
Patch2: CVE-2025-26603.patch
16-
Patch3: CVE-2025-1215.patch
13+
1714
BuildRequires: ncurses-devel
1815
BuildRequires: python3-devel
1916
Requires(post): sed
@@ -217,11 +214,17 @@ fi
217214
%{_bindir}/rview
218215
%{_bindir}/vim
219216
%{_bindir}/vimdiff
217+
%{_datarootdir}/vim/vim91/LICENSE
218+
%{_datarootdir}/vim/vim91/README.txt
220219

221220
%files rpm-macros
222221
%{_rpmconfigdir}/macros.d/macros.vim
223222

224223
%changelog
224+
* Wed Mar 05 2025 CBL-Mariner Servicing Account <[email protected]> - 9.1.1164-1
225+
- Auto-upgrade to 9.1.1164 - for CVE-2025-27423
226+
- Remove previously applied patches
227+
225228
* Sun Feb 23 2025 Kanishk Bansal <[email protected]> - 9.1.0791-4
226229
- Patch CVE-2025-26603 & CVE-2025-1215
227230

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29706,8 +29706,8 @@
2970629706
"type": "other",
2970729707
"other": {
2970829708
"name": "vim",
29709-
"version": "9.1.0791",
29710-
"downloadUrl": "https://github.com/vim/vim/archive/v9.1.0791.tar.gz"
29709+
"version": "9.1.1164",
29710+
"downloadUrl": "https://github.com/vim/vim/archive/v9.1.1164.tar.gz"
2971129711
}
2971229712
}
2971329713
},

0 commit comments

Comments
 (0)