From e1df4a8ff34d328bc58f5cc22aed62b62dc87ca4 Mon Sep 17 00:00:00 2001 From: guozhaorui Date: Thu, 20 Jan 2022 19:56:10 +0800 Subject: [PATCH] fix the CVE number --- ...rt-CVE-2022-0123.patch => backport-CVE-2022-0213.patch | 0 vim.spec | 8 +++++++- 2 files changed, 7 insertions(+), 1 deletion(-) 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..ed1cdf6 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 @@ -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