From 31352f3d927ae3278963f7414e75864ba2d8cd6f Mon Sep 17 00:00:00 2001 From: guozhaorui Date: Thu, 20 Jan 2022 20:18:09 +0800 Subject: [PATCH] fix the CVE number --- ...CVE-2022-0123.patch => backport-CVE-2022-0213.patch | 0 vim.spec | 10 ++++++++-- 2 files changed, 8 insertions(+), 2 deletions(-) rename backport-CVE-2022-0123.patch => backport-CVE-2022-0213.patch (100%) diff --git a/backport-CVE-2022-0123.patch b/backport-CVE-2022-0213.patch similarity index 100% rename from backport-CVE-2022-0123.patch rename to backport-CVE-2022-0213.patch diff --git a/vim.spec b/vim.spec index c634bb7..1f1f5c6 100644 --- a/vim.spec +++ b/vim.spec @@ -11,7 +11,7 @@ Name: vim Epoch: 2 Version: 8.2 -Release: 12 +Release: 13 Summary: Vim is a highly configurable text editor for efficiently creating and changing any kind of text. License: Vim and MIT URL: http://www.vim.org @@ -54,7 +54,7 @@ Patch6020: backport-CVE-2021-4166.patch Patch6021: backport-fix-arglist-test-fails.patch Patch6022: backport-CVE-2021-4192.patch Patch6023: backport-CVE-2021-4193.patch -Patch6024: backport-CVE-2022-0123.patch +Patch6024: backport-CVE-2022-0213.patch Patch9000: bugfix-rm-modify-info-version.patch @@ -443,6 +443,12 @@ popd %{_mandir}/man1/evim.* %changelog +* Thu Jan 20 2022 guozhaorui - 2:8.2-13 +- Type:CVE +- ID:CVE-2022-0213 +- SUG:NA +- DESC:fix the CVE number + * Thu Jan 20 2022 guozhaorui - 2:8.2-12 - Type:CVE - ID:CVE-2022-0123 -- Gitee