From d2a38a5ec52e005eb06e57cdda460f54f6026998 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 13 Jun 2023 09:40:00 +0800 Subject: [PATCH] ntp: upgrade 4.2.8p16 -> 4.2.8p17 Changelog: =========== * [Bug 3824] Spurious "ntpd: daemon failed to notify parent!" logged at event_sync. * [Bug 3822] ntpd significantly delays first poll of servers specified by name. * [Bug 3821] 4.2.8p16 misreads hex authentication keys, won't interop with 4.2.8p15 or earlier. * Add tests/libntp/digests.c to catch regressions reading keys file or with symmetric authentication digest output. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-support/ntp/{ntp_4.2.8p16.bb => ntp_4.2.8p17.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-support/ntp/{ntp_4.2.8p16.bb => ntp_4.2.8p17.bb} (98%) diff --git a/meta-networking/recipes-support/ntp/ntp_4.2.8p16.bb b/meta-networking/recipes-support/ntp/ntp_4.2.8p17.bb similarity index 98% rename from meta-networking/recipes-support/ntp/ntp_4.2.8p16.bb rename to meta-networking/recipes-support/ntp/ntp_4.2.8p17.bb index 8899f1254c..fba4611b99 100644 --- a/meta-networking/recipes-support/ntp/ntp_4.2.8p16.bb +++ b/meta-networking/recipes-support/ntp/ntp_4.2.8p17.bb @@ -24,7 +24,7 @@ SRC_URI = "http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-${PV}.tar.g file://ntpd.list \ " -SRC_URI[sha256sum] = "5225858bfd843b080fb9daa5b7370519130e5e49ac3eb0371e334bdc06c52dd7" +SRC_URI[sha256sum] = "103dd272e6a66c5b8df07dce5e9a02555fcd6f1397bdfb782237328e89d3a866" # CVE-2016-9312 is only for windows. # CVE-2019-11331 is inherent to RFC 5905 and cannot be fixed without breaking compatibility