From 4ccc4d534c710f56526e484dcc7069a025d6f6f5 Mon Sep 17 00:00:00 2001 From: chengyechun Date: Fri, 12 May 2023 11:29:36 +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 1b65a05..78dad65 100644 --- a/ntp.spec +++ b/ntp.spec @@ -2,7 +2,7 @@ Name: ntp Version: 4.2.8p15 -Release: 8 +Release: 9 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/ @@ -27,7 +27,7 @@ Patch4: fix-multiple-defination-with-gcc-10.patch Patch5: Do-not-use-PTHREAD_STACK_MIN-on-glibc.patch Patch6: fix-MD5-manpage.patch Patch7: modify-DSA-key-generation-parameters-base-on-openssl3.patch -Patch8: backport-CVE-2023-26551.patch +Patch8: 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 @@ -210,6 +210,12 @@ make check %{_mandir}/man8/*.8* %changelog +* Fri May 12 2023 chengyechun - 4.2.8p15-9 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:change the name of CVE-2023-26551 + * Thu May 11 2023 chengyechun - 4.2.8p15-8 - Type:CVE - ID:CVE-2023-26551 -- Gitee