From d5b12198455a7b4ea574a59aaa33d4cf31f2a7aa Mon Sep 17 00:00:00 2001 From: Choice Date: Fri, 17 Apr 2020 19:39:02 +0800 Subject: [PATCH] update ntp.spec. --- ntp.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/ntp.spec b/ntp.spec index f7e2c1f..a66d0aa 100644 --- a/ntp.spec +++ b/ntp.spec @@ -2,7 +2,7 @@ Name: ntp Version: 4.2.8p13 -Release: 5 +Release: 6 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/ @@ -28,6 +28,9 @@ Patch9001: bugfix-fix-autokey-condition-error.patch Patch9002: bugfix-fix-ifindex-length.patch Patch9003: revert-ntpd-fix-autokey-condition-error.patch +Patch6001: backport-Use-of-uninitialized-value-in-receive-function.patch +Patch6002: backport-process_control-should-bail-earlier-on-short-packets.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 Requires(pre): shadow-utils @@ -209,6 +212,12 @@ make check %{_mandir}/man8/*.8* %changelog +* Tue Apr 14 2020 wangli - 4.2.8p13-6 +- Type:security +- ID:NA +- SUG:NA +- DESC: solve fuzz test problem + * Thu Mar 12 2020 openEuler Buildteam - 4.2.8p13-5 - Type:bugfix - Id:NA -- Gitee