From cc4ac78630c631f8280f5f81fa32ceead7609dc9 Mon Sep 17 00:00:00 2001 From: chengyechun Date: Fri, 12 May 2023 11:32:47 +0800 Subject: [PATCH] change the name of CVE --- ...-CVE-2023-26552-CVE-2023-26553-CVE-2023-26554.patch | 0 ntp.spec | 10 ++++++++-- 2 files changed, 8 insertions(+), 2 deletions(-) rename backport-CVE-2023-26551.patch => backport-CVE-2023-26551-CVE-2023-26552-CVE-2023-26553-CVE-2023-26554.patch (100%) diff --git a/backport-CVE-2023-26551.patch b/backport-CVE-2023-26551-CVE-2023-26552-CVE-2023-26553-CVE-2023-26554.patch similarity index 100% rename from backport-CVE-2023-26551.patch rename to backport-CVE-2023-26551-CVE-2023-26552-CVE-2023-26553-CVE-2023-26554.patch diff --git a/ntp.spec b/ntp.spec index ea4a86a..945acd8 100644 --- a/ntp.spec +++ b/ntp.spec @@ -2,7 +2,7 @@ Name: ntp Version: 4.2.8p14 -Release: 6 +Release: 7 Summary: A protocol designed to synchronize the clocks of computers over a network License: MIT and BSD and BSD with advertising URL: https://www.ntp.org/ @@ -25,7 +25,7 @@ Patch2: ntp-psl-def.patch Patch3: bugfix-fix-bind-port-in-debug-mode.patch Patch4: bugfix-fix-ifindex-length.patch Patch5: backport-CVE-2020-15025.patch -Patch6: backport-CVE-2023-26551.patch +Patch6: backport-CVE-2023-26551-CVE-2023-26552-CVE-2023-26553-CVE-2023-26554.patch BuildRequires: libcap-devel openssl-devel libedit-devel libevent-devel pps-tools-devel BuildRequires: autogen autogen-libopts-devel systemd gcc perl-generators perl-HTML-Parser @@ -209,6 +209,12 @@ make check %{_mandir}/man8/*.8* %changelog +* Fri May 12 2023 chengyechun - 4.2.8p14-7 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:change the name of CVE-2023-26551 + * Thu May 11 2023 chengyechun - 4.2.8p14-6 - Type:CVE - ID:CVE-2023-26551 -- Gitee