Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
117 changes: 0 additions & 117 deletions SPECS/vim/CVE-2025-1215.patch

This file was deleted.

119 changes: 0 additions & 119 deletions SPECS/vim/CVE-2025-22134.patch

This file was deleted.

35 changes: 0 additions & 35 deletions SPECS/vim/CVE-2025-24014.patch

This file was deleted.

27 changes: 0 additions & 27 deletions SPECS/vim/CVE-2025-26603.patch

This file was deleted.

9 changes: 4 additions & 5 deletions SPECS/vim/vim.signatures.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"Signatures": {
"vim-9.1.0791.tar.gz": "ce6dcd15d4e7e7406315eecf1b7d6610a6b9e71efeb98646648a3008b7cea6b7",
"macros.vim": "98d2e285e93e339defc13ef1dc4fa76f24e3fca6282e4196a3dae45de778eab8"
}
"Signatures": {
"macros.vim": "98d2e285e93e339defc13ef1dc4fa76f24e3fca6282e4196a3dae45de778eab8",
"vim-9.1.1164.tar.gz": "101526fa580d015edc5b5fb059d8b396cd8b05c29b0ec9ceb2a8763083293979"
}
}

15 changes: 9 additions & 6 deletions SPECS/vim/vim.spec
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
%define debug_package %{nil}
Summary: Text editor
Name: vim
Version: 9.1.0791
Release: 4%{?dist}
Version: 9.1.1164
Release: 1%{?dist}
License: Vim
Vendor: Microsoft Corporation
Distribution: Azure Linux
Group: Applications/Editors
URL: https://www.vim.org
Source0: https://github.com/%{name}/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source1: macros.vim
Patch0: CVE-2025-22134.patch
Patch1: CVE-2025-24014.patch
Patch2: CVE-2025-26603.patch
Patch3: CVE-2025-1215.patch

BuildRequires: ncurses-devel
BuildRequires: python3-devel
Requires(post): sed
Expand Down Expand Up @@ -217,11 +214,17 @@ fi
%{_bindir}/rview
%{_bindir}/vim
%{_bindir}/vimdiff
%{_datarootdir}/vim/vim91/LICENSE
%{_datarootdir}/vim/vim91/README.txt

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

%changelog
* Wed Mar 05 2025 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 9.1.1164-1
- Auto-upgrade to 9.1.1164 - for CVE-2025-27423
- Remove previously applied patches

* Sun Feb 23 2025 Kanishk Bansal <kanbansal@microsoft.com> - 9.1.0791-4
- Patch CVE-2025-26603 & CVE-2025-1215

Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -29706,8 +29706,8 @@
"type": "other",
"other": {
"name": "vim",
"version": "9.1.0791",
"downloadUrl": "https://github.com/vim/vim/archive/v9.1.0791.tar.gz"
"version": "9.1.1164",
"downloadUrl": "https://github.com/vim/vim/archive/v9.1.1164.tar.gz"
}
}
},
Expand Down
Loading