diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-08-16 09:37:46 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-08-15 20:07:54 -0700 |
commit | b3d6aba3202b745281408371e08acdc9fbf696c1 (patch) | |
tree | 4fa12e6969ea7d08a38bccb866b4f96952f970d5 | |
parent | eb07c2383a1ce2383986809c5e9df9f92f6ca6e5 (diff) | |
download | meta-openembedded-b3d6aba3202b745281408371e08acdc9fbf696c1.tar.gz |
chrony: upgrade 4.3 -> 4.4
arm_eabi.patch
refreshed for 4.4
Changelog:
===========
* Add support for AES-GCM-SIV with Nettle >= 3.9 to shorten NTS
cookies to avoid some length-specific blocking of NTP on Internet
* Add support for multiple refclocks using extpps option on one PHC
* Add maxpoll option to hwtimestamp directive to improve PHC tracking
with low packet rates
* Add hwtstimeout directive to configure timeout for late timestamps
* Handle late hardware transmit timestamps of NTP requests on all sockets
* Handle mismatched 32/64-bit time_t in SOCK refclock samples
* Improve source replacement
* Log important changes made by command requests (chronyc)
* Refresh address of NTP sources periodically
* Request nanosecond kernel RX timestamping on FreeBSD
* Set DSCP for IPv6 packets
* Shorten NTS-KE retry interval when network is down
* Update seccomp filter for musl
* Warn if loading keys from file with unexpected permissions
* Warn if source selection fails or falseticker is detected
* Add selectopts command to modify source-specific selection options
* Add timestamp sources to serverstats report and make its fields 64-bit
* Add -e option to chronyc to indicate end of response
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-networking/recipes-support/chrony/chrony/arm_eabi.patch | 20 | ||||
-rw-r--r-- | meta-networking/recipes-support/chrony/chrony_4.4.bb (renamed from meta-networking/recipes-support/chrony/chrony_4.3.bb) | 2 |
2 files changed, 11 insertions, 11 deletions
diff --git a/meta-networking/recipes-support/chrony/chrony/arm_eabi.patch b/meta-networking/recipes-support/chrony/chrony/arm_eabi.patch index 82c0e1b68b..b9bb374e53 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 28b9f115e36e2133301b02fa02ad71a8efbed9b9 Mon Sep 17 00:00:00 2001 | 1 | From 71c44c214c0ab8dc8e9675e5e862f2e342fcb271 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 |
@@ -28,10 +28,10 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||
28 | 1 file changed, 9 insertions(+), 6 deletions(-) | 28 | 1 file changed, 9 insertions(+), 6 deletions(-) |
29 | 29 | ||
30 | diff --git a/sys_linux.c b/sys_linux.c | 30 | diff --git a/sys_linux.c b/sys_linux.c |
31 | index f2baab1..14a9241 100644 | 31 | index 6849637..10f9a57 100644 |
32 | --- a/sys_linux.c | 32 | --- a/sys_linux.c |
33 | +++ b/sys_linux.c | 33 | +++ b/sys_linux.c |
34 | @@ -484,7 +484,6 @@ SYS_Linux_EnableSystemCallFilter(int level, SYS_ProcessContext context) | 34 | @@ -485,7 +485,6 @@ SYS_Linux_EnableSystemCallFilter(int level, SYS_ProcessContext context) |
35 | #endif | 35 | #endif |
36 | SCMP_SYS(gettimeofday), | 36 | SCMP_SYS(gettimeofday), |
37 | SCMP_SYS(settimeofday), | 37 | SCMP_SYS(settimeofday), |
@@ -39,15 +39,15 @@ index f2baab1..14a9241 100644 | |||
39 | 39 | ||
40 | /* Process */ | 40 | /* Process */ |
41 | SCMP_SYS(clone), | 41 | SCMP_SYS(clone), |
42 | @@ -494,7 +493,6 @@ SYS_Linux_EnableSystemCallFilter(int level, SYS_ProcessContext context) | 42 | @@ -495,7 +494,6 @@ SYS_Linux_EnableSystemCallFilter(int level, SYS_ProcessContext context) |
43 | SCMP_SYS(exit), | 43 | SCMP_SYS(exit), |
44 | SCMP_SYS(exit_group), | 44 | SCMP_SYS(exit_group), |
45 | SCMP_SYS(getpid), | 45 | SCMP_SYS(getpid), |
46 | - SCMP_SYS(getrlimit), | 46 | - SCMP_SYS(getrlimit), |
47 | SCMP_SYS(getuid), | 47 | SCMP_SYS(getuid), |
48 | SCMP_SYS(getuid32), | 48 | SCMP_SYS(getuid32), |
49 | #ifdef __NR_rseq | 49 | #ifdef __NR_membarrier |
50 | @@ -511,7 +509,6 @@ SYS_Linux_EnableSystemCallFilter(int level, SYS_ProcessContext context) | 50 | @@ -515,7 +513,6 @@ SYS_Linux_EnableSystemCallFilter(int level, SYS_ProcessContext context) |
51 | /* Memory */ | 51 | /* Memory */ |
52 | SCMP_SYS(brk), | 52 | SCMP_SYS(brk), |
53 | SCMP_SYS(madvise), | 53 | SCMP_SYS(madvise), |
@@ -55,7 +55,7 @@ index f2baab1..14a9241 100644 | |||
55 | SCMP_SYS(mmap2), | 55 | SCMP_SYS(mmap2), |
56 | SCMP_SYS(mprotect), | 56 | SCMP_SYS(mprotect), |
57 | SCMP_SYS(mremap), | 57 | SCMP_SYS(mremap), |
58 | @@ -571,8 +568,6 @@ SYS_Linux_EnableSystemCallFilter(int level, SYS_ProcessContext context) | 58 | @@ -575,8 +572,6 @@ SYS_Linux_EnableSystemCallFilter(int level, SYS_ProcessContext context) |
59 | SCMP_SYS(sendmsg), | 59 | SCMP_SYS(sendmsg), |
60 | SCMP_SYS(sendto), | 60 | SCMP_SYS(sendto), |
61 | SCMP_SYS(shutdown), | 61 | SCMP_SYS(shutdown), |
@@ -64,15 +64,15 @@ index f2baab1..14a9241 100644 | |||
64 | 64 | ||
65 | /* General I/O */ | 65 | /* General I/O */ |
66 | SCMP_SYS(_newselect), | 66 | SCMP_SYS(_newselect), |
67 | @@ -596,7 +591,6 @@ SYS_Linux_EnableSystemCallFilter(int level, SYS_ProcessContext context) | 67 | @@ -600,7 +595,6 @@ SYS_Linux_EnableSystemCallFilter(int level, SYS_ProcessContext context) |
68 | #ifdef __NR_futex_time64 | 68 | #ifdef __NR_futex_time64 |
69 | SCMP_SYS(futex_time64), | 69 | SCMP_SYS(futex_time64), |
70 | #endif | 70 | #endif |
71 | - SCMP_SYS(select), | 71 | - SCMP_SYS(select), |
72 | SCMP_SYS(set_robust_list), | 72 | SCMP_SYS(set_robust_list), |
73 | SCMP_SYS(write), | 73 | SCMP_SYS(write), |
74 | 74 | SCMP_SYS(writev), | |
75 | @@ -604,6 +598,15 @@ SYS_Linux_EnableSystemCallFilter(int level, SYS_ProcessContext context) | 75 | @@ -609,6 +603,15 @@ SYS_Linux_EnableSystemCallFilter(int level, SYS_ProcessContext context) |
76 | SCMP_SYS(getrandom), | 76 | SCMP_SYS(getrandom), |
77 | SCMP_SYS(sysinfo), | 77 | SCMP_SYS(sysinfo), |
78 | SCMP_SYS(uname), | 78 | SCMP_SYS(uname), |
diff --git a/meta-networking/recipes-support/chrony/chrony_4.3.bb b/meta-networking/recipes-support/chrony/chrony_4.4.bb index 420cc78ca4..d4e03bc182 100644 --- a/meta-networking/recipes-support/chrony/chrony_4.3.bb +++ b/meta-networking/recipes-support/chrony/chrony_4.4.bb | |||
@@ -39,7 +39,7 @@ SRC_URI = "https://download.tuxfamily.org/chrony/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] = "9d0da889a865f089a5a21610ffb6713e3c9438ce303a63b49c2fb6eaff5b8804" | 42 | SRC_URI[sha256sum] = "eafb07e6daf92b142200f478856dfed6efc9ea2d146eeded5edcb09b93127088" |
43 | 43 | ||
44 | DEPENDS = "pps-tools" | 44 | DEPENDS = "pps-tools" |
45 | 45 | ||