Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AUTOPATCHER] vim upgrade to version 9.0.0614 - CVE-2022-3278,CVE-2022-3296,CVE-2022-3297,CVE-2022-3324,CVE-2022-3352 - #3912

Merged
merged 1 commit into from
Oct 4, 2022
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
2 changes: 1 addition & 1 deletion SPECS/vim/vim.signatures.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"vim-9.0.0530.tar.gz": "7af854c635ab74fe8d588cf368f7c9ee11b40f74734c934a87990c6071c8f475"
"vim-9.0.0614.tar.gz": "5fcf0de749a87c55302ef85268b243a35a56e3f1a0e58df508238a55b0db4d83"
}
}
5 changes: 4 additions & 1 deletion SPECS/vim/vim.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%define debug_package %{nil}
Summary: Text editor
Name: vim
Version: 9.0.0530
Version: 9.0.0614
Release: 1%{?dist}
License: Vim
Vendor: Microsoft Corporation
Expand Down Expand Up @@ -191,6 +191,9 @@ fi
%{_bindir}/vimdiff

%changelog
* Tue Oct 04 2022 CBL-Mariner Servicing Account <[email protected]> - 9.0.0614-1
- Upgrade to 9.0.0614

* Mon Sep 26 2022 CBL-Mariner Servicing Account <[email protected]> - 9.0.0530-1
- Upgrade to 9.0.0530

Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8626,8 +8626,8 @@
"type": "other",
"other": {
"name": "vim",
"version": "9.0.0530",
"downloadUrl": "https://github.com/vim/vim/archive/v9.0.0530.tar.gz"
"version": "9.0.0614",
"downloadUrl": "https://github.com/vim/vim/archive/v9.0.0614.tar.gz"
}
}
},
Expand Down