diff options
| author | Liu Yiding <liuyd.fnst@fujitsu.com> | 2025-07-22 11:12:27 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-07-22 16:39:48 -0700 |
| commit | 9547f3517523ad8d8046dec4fef4993c5d3ec07a (patch) | |
| tree | 4828e56c0af27facaf7080470090eded392f8451 | |
| parent | 19b7c0fca42e6feceb2582b8739c5eb232a2c811 (diff) | |
| download | meta-openembedded-9547f3517523ad8d8046dec4fef4993c5d3ec07a.tar.gz | |
chrony: upgrade 4.6.1 -> 4.7
Changelog:
==========
- Add opencommands directive to select remote monitoring commands
- Add interval option to driftfile directive
- Add waitsynced and waitunsynced options to local directive
- Add sanity checks for integer values in configuration
- Add support for systemd Type=notify service
- Add RTC refclock driver
- Allow PHC refclock to be specified with network interface name
- Don’t require multiple refclock samples per poll to simplify filter configuration
- Keep refclock reachable when dropping samples with large delay
- Improve quantile-based filtering to adapt faster to larger delay
- Improve logging of selection failures
- Detect clock interference from other processes
- Try to reopen message log (-l option) on cyclelogs command
- Fix sourcedir reloading to not multiply sources
- Fix tracking offset after failed clock step
- Drop support for NTS with Nettle < 3.6 and GnuTLS < 3.6.14
- Drop support for building without POSIX threads
Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-networking/recipes-support/chrony/chrony/arm_eabi.patch | 17 | ||||
| -rw-r--r-- | meta-networking/recipes-support/chrony/chrony_4.7.bb (renamed from meta-networking/recipes-support/chrony/chrony_4.6.1.bb) | 2 |
2 files changed, 9 insertions, 10 deletions
diff --git a/meta-networking/recipes-support/chrony/chrony/arm_eabi.patch b/meta-networking/recipes-support/chrony/chrony/arm_eabi.patch index b9bb374e53..07bb044c6d 100644 --- a/meta-networking/recipes-support/chrony/chrony/arm_eabi.patch +++ b/meta-networking/recipes-support/chrony/chrony/arm_eabi.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 71c44c214c0ab8dc8e9675e5e862f2e342fcb271 Mon Sep 17 00:00:00 2001 | 1 | From 7df907871b87772072abc94aeff2b7ba770e8f44 Mon Sep 17 00:00:00 2001 |
| 2 | From: Joe Slater <jslater@windriver.com> | 2 | From: Joe Slater <jslater@windriver.com> |
| 3 | Date: Thu, 9 Mar 2017 10:58:06 -0800 | 3 | Date: Thu, 9 Mar 2017 10:58:06 -0800 |
| 4 | Subject: [PATCH] chrony: fix build failure for arma9 | 4 | Subject: [PATCH] chrony: fix build failure for arma9 |
| @@ -22,16 +22,15 @@ Signed-off-by: Robert Joslyn <robert.joslyn@redrectangle.org> | |||
| 22 | Refreshed for 4.0 | 22 | Refreshed for 4.0 |
| 23 | 23 | ||
| 24 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 24 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
| 25 | |||
| 26 | --- | 25 | --- |
| 27 | sys_linux.c | 15 +++++++++------ | 26 | sys_linux.c | 15 +++++++++------ |
| 28 | 1 file changed, 9 insertions(+), 6 deletions(-) | 27 | 1 file changed, 9 insertions(+), 6 deletions(-) |
| 29 | 28 | ||
| 30 | diff --git a/sys_linux.c b/sys_linux.c | 29 | diff --git a/sys_linux.c b/sys_linux.c |
| 31 | index 6849637..10f9a57 100644 | 30 | index 8373e25..47b4459 100644 |
| 32 | --- a/sys_linux.c | 31 | --- a/sys_linux.c |
| 33 | +++ b/sys_linux.c | 32 | +++ b/sys_linux.c |
| 34 | @@ -485,7 +485,6 @@ SYS_Linux_EnableSystemCallFilter(int level, SYS_ProcessContext context) | 33 | @@ -490,7 +490,6 @@ SYS_Linux_EnableSystemCallFilter(int level, SYS_ProcessContext context) |
| 35 | #endif | 34 | #endif |
| 36 | SCMP_SYS(gettimeofday), | 35 | SCMP_SYS(gettimeofday), |
| 37 | SCMP_SYS(settimeofday), | 36 | SCMP_SYS(settimeofday), |
| @@ -39,7 +38,7 @@ index 6849637..10f9a57 100644 | |||
| 39 | 38 | ||
| 40 | /* Process */ | 39 | /* Process */ |
| 41 | SCMP_SYS(clone), | 40 | SCMP_SYS(clone), |
| 42 | @@ -495,7 +494,6 @@ SYS_Linux_EnableSystemCallFilter(int level, SYS_ProcessContext context) | 41 | @@ -500,7 +499,6 @@ SYS_Linux_EnableSystemCallFilter(int level, SYS_ProcessContext context) |
| 43 | SCMP_SYS(exit), | 42 | SCMP_SYS(exit), |
| 44 | SCMP_SYS(exit_group), | 43 | SCMP_SYS(exit_group), |
| 45 | SCMP_SYS(getpid), | 44 | SCMP_SYS(getpid), |
| @@ -47,7 +46,7 @@ index 6849637..10f9a57 100644 | |||
| 47 | SCMP_SYS(getuid), | 46 | SCMP_SYS(getuid), |
| 48 | SCMP_SYS(getuid32), | 47 | SCMP_SYS(getuid32), |
| 49 | #ifdef __NR_membarrier | 48 | #ifdef __NR_membarrier |
| 50 | @@ -515,7 +513,6 @@ SYS_Linux_EnableSystemCallFilter(int level, SYS_ProcessContext context) | 49 | @@ -520,7 +518,6 @@ SYS_Linux_EnableSystemCallFilter(int level, SYS_ProcessContext context) |
| 51 | /* Memory */ | 50 | /* Memory */ |
| 52 | SCMP_SYS(brk), | 51 | SCMP_SYS(brk), |
| 53 | SCMP_SYS(madvise), | 52 | SCMP_SYS(madvise), |
| @@ -55,7 +54,7 @@ index 6849637..10f9a57 100644 | |||
| 55 | SCMP_SYS(mmap2), | 54 | SCMP_SYS(mmap2), |
| 56 | SCMP_SYS(mprotect), | 55 | SCMP_SYS(mprotect), |
| 57 | SCMP_SYS(mremap), | 56 | SCMP_SYS(mremap), |
| 58 | @@ -575,8 +572,6 @@ SYS_Linux_EnableSystemCallFilter(int level, SYS_ProcessContext context) | 57 | @@ -580,8 +577,6 @@ SYS_Linux_EnableSystemCallFilter(int level, SYS_ProcessContext context) |
| 59 | SCMP_SYS(sendmsg), | 58 | SCMP_SYS(sendmsg), |
| 60 | SCMP_SYS(sendto), | 59 | SCMP_SYS(sendto), |
| 61 | SCMP_SYS(shutdown), | 60 | SCMP_SYS(shutdown), |
| @@ -64,7 +63,7 @@ index 6849637..10f9a57 100644 | |||
| 64 | 63 | ||
| 65 | /* General I/O */ | 64 | /* General I/O */ |
| 66 | SCMP_SYS(_newselect), | 65 | SCMP_SYS(_newselect), |
| 67 | @@ -600,7 +595,6 @@ SYS_Linux_EnableSystemCallFilter(int level, SYS_ProcessContext context) | 66 | @@ -605,7 +600,6 @@ SYS_Linux_EnableSystemCallFilter(int level, SYS_ProcessContext context) |
| 68 | #ifdef __NR_futex_time64 | 67 | #ifdef __NR_futex_time64 |
| 69 | SCMP_SYS(futex_time64), | 68 | SCMP_SYS(futex_time64), |
| 70 | #endif | 69 | #endif |
| @@ -72,7 +71,7 @@ index 6849637..10f9a57 100644 | |||
| 72 | SCMP_SYS(set_robust_list), | 71 | SCMP_SYS(set_robust_list), |
| 73 | SCMP_SYS(write), | 72 | SCMP_SYS(write), |
| 74 | SCMP_SYS(writev), | 73 | SCMP_SYS(writev), |
| 75 | @@ -609,6 +603,15 @@ SYS_Linux_EnableSystemCallFilter(int level, SYS_ProcessContext context) | 74 | @@ -614,6 +608,15 @@ SYS_Linux_EnableSystemCallFilter(int level, SYS_ProcessContext context) |
| 76 | SCMP_SYS(getrandom), | 75 | SCMP_SYS(getrandom), |
| 77 | SCMP_SYS(sysinfo), | 76 | SCMP_SYS(sysinfo), |
| 78 | SCMP_SYS(uname), | 77 | SCMP_SYS(uname), |
diff --git a/meta-networking/recipes-support/chrony/chrony_4.6.1.bb b/meta-networking/recipes-support/chrony/chrony_4.7.bb index 5ac3e6d37e..0af542869e 100644 --- a/meta-networking/recipes-support/chrony/chrony_4.6.1.bb +++ b/meta-networking/recipes-support/chrony/chrony_4.7.bb | |||
| @@ -39,7 +39,7 @@ SRC_URI = "https://chrony-project.org/releases/chrony-${PV}.tar.gz \ | |||
| 39 | SRC_URI:append:libc-musl = " \ | 39 | SRC_URI:append:libc-musl = " \ |
| 40 | file://0001-Fix-compilation-with-musl.patch \ | 40 | file://0001-Fix-compilation-with-musl.patch \ |
| 41 | " | 41 | " |
| 42 | SRC_URI[sha256sum] = "571ff73fbf0ae3097f0604eca2e00b1d8bb2e91affe1a3494785ff21d6199c5c" | 42 | SRC_URI[sha256sum] = "c0de41a8c051e5d32b101b5f7014b98ca978b18e592f30ce6840b6d4602d947b" |
| 43 | 43 | ||
| 44 | DEPENDS = "pps-tools" | 44 | DEPENDS = "pps-tools" |
| 45 | 45 | ||
