From 940d0afd9f1c0c4bbd2ef7b049a4fa4695869b62 Mon Sep 17 00:00:00 2001 From: eaglegai Date: Thu, 29 Aug 2024 03:51:27 +0000 Subject: [PATCH] correct cve number (cherry picked from commit 087fb2ada951e34c8b458422a459ccefb709b691) --- unbound.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/unbound.spec b/unbound.spec index fee2457..27af33b 100644 --- a/unbound.spec +++ b/unbound.spec @@ -2,7 +2,7 @@ Name: unbound Version: 1.17.1 -Release: 8 +Release: 9 Summary: Unbound is a validating, recursive, caching DNS resolver License: BSD-3-Clause Url: https://nlnetlabs.nl/projects/unbound/about/ @@ -269,6 +269,12 @@ popd %{_mandir}/man* %changelog +* Thu Aug 29 2024 gaihuiying - 1.17.1-9 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:correct cve number + * Mon Aug 26 2024 gaihuiying - 1.17.1-8 - Type:cves - CVE:CVE-2024-43168 @@ -337,9 +343,9 @@ popd * Wed Aug 03 2022 yanglu - 1.13.2-5 - Type:cves -- CVE:CVE-2022-30689 CVE-2022-30699 +- CVE:CVE-2022-30698 CVE-2022-30699 - SUG:NA -- DESC:fix CVE-2022-30689 and CVE-2022-30699 +- DESC:fix CVE-2022-30698 and CVE-2022-30699 * Tue Aug 02 2022 gaihuiying - 1.13.2-4 - Type:bugfix -- Gitee