summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzhengruoqin <zhengrq.fnst@fujitsu.com>2021-05-20 09:39:08 +0800
committerKhem Raj <raj.khem@gmail.com>2021-05-19 19:11:06 -0700
commit5ca3bfcd20813d8f6d7656454317f91ac256ce4d (patch)
tree59771e4765adc4ff6154ef428573563f1f18956e
parent8786b07c6208b8eb7edd132161ac3f38962da1fc (diff)
downloadmeta-openembedded-5ca3bfcd20813d8f6d7656454317f91ac256ce4d.tar.gz
chrony: upgrade 4.0 -> 4.1
Refresh the following patch: arm_eabi.patch Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-networking/recipes-support/chrony/chrony/arm_eabi.patch12
-rw-r--r--meta-networking/recipes-support/chrony/chrony_4.1.bb (renamed from meta-networking/recipes-support/chrony/chrony_4.0.bb)2
2 files changed, 7 insertions, 7 deletions
diff --git a/meta-networking/recipes-support/chrony/chrony/arm_eabi.patch b/meta-networking/recipes-support/chrony/chrony/arm_eabi.patch
index 97b44dc7a..837cb6d72 100644
--- a/meta-networking/recipes-support/chrony/chrony/arm_eabi.patch
+++ b/meta-networking/recipes-support/chrony/chrony/arm_eabi.patch
@@ -41,9 +41,9 @@ Subject: [PATCH] chrony: fix build failure for arma9
41 SCMP_SYS(getpid), 41 SCMP_SYS(getpid),
42- SCMP_SYS(getrlimit), 42- SCMP_SYS(getrlimit),
43 SCMP_SYS(getuid), 43 SCMP_SYS(getuid),
44 SCMP_SYS(getuid32),
44 SCMP_SYS(rt_sigaction), 45 SCMP_SYS(rt_sigaction),
45 SCMP_SYS(rt_sigreturn), 46@@ -520,7 +518,6 @@ SYS_Linux_EnableSystemCallFilter(int lev
46@@ -519,7 +517,6 @@ SYS_Linux_EnableSystemCallFilter(int lev
47 /* Memory */ 47 /* Memory */
48 SCMP_SYS(brk), 48 SCMP_SYS(brk),
49 SCMP_SYS(madvise), 49 SCMP_SYS(madvise),
@@ -51,7 +51,7 @@ Subject: [PATCH] chrony: fix build failure for arma9
51 SCMP_SYS(mmap2), 51 SCMP_SYS(mmap2),
52 SCMP_SYS(mprotect), 52 SCMP_SYS(mprotect),
53 SCMP_SYS(mremap), 53 SCMP_SYS(mremap),
54@@ -573,8 +570,6 @@ SYS_Linux_EnableSystemCallFilter(int lev 54@@ -580,8 +577,6 @@ SYS_Linux_EnableSystemCallFilter(int lev
55 SCMP_SYS(sendmsg), 55 SCMP_SYS(sendmsg),
56 SCMP_SYS(sendto), 56 SCMP_SYS(sendto),
57 SCMP_SYS(shutdown), 57 SCMP_SYS(shutdown),
@@ -60,7 +60,7 @@ Subject: [PATCH] chrony: fix build failure for arma9
60 60
61 /* General I/O */ 61 /* General I/O */
62 SCMP_SYS(_newselect), 62 SCMP_SYS(_newselect),
63@@ -597,7 +592,6 @@ SYS_Linux_EnableSystemCallFilter(int lev 63@@ -604,7 +599,6 @@ SYS_Linux_EnableSystemCallFilter(int lev
64 #ifdef __NR_futex_time64 64 #ifdef __NR_futex_time64
65 SCMP_SYS(futex_time64), 65 SCMP_SYS(futex_time64),
66 #endif 66 #endif
@@ -68,7 +68,7 @@ Subject: [PATCH] chrony: fix build failure for arma9
68 SCMP_SYS(set_robust_list), 68 SCMP_SYS(set_robust_list),
69 SCMP_SYS(write), 69 SCMP_SYS(write),
70 70
71@@ -605,6 +599,15 @@ SYS_Linux_EnableSystemCallFilter(int lev 71@@ -612,6 +606,15 @@ SYS_Linux_EnableSystemCallFilter(int lev
72 SCMP_SYS(getrandom), 72 SCMP_SYS(getrandom),
73 SCMP_SYS(sysinfo), 73 SCMP_SYS(sysinfo),
74 SCMP_SYS(uname), 74 SCMP_SYS(uname),
@@ -83,4 +83,4 @@ Subject: [PATCH] chrony: fix build failure for arma9
83+#endif 83+#endif
84 }; 84 };
85 85
86 const int socket_domains[] = { 86 const int denied_any[] = {
diff --git a/meta-networking/recipes-support/chrony/chrony_4.0.bb b/meta-networking/recipes-support/chrony/chrony_4.1.bb
index c8987013b..0262a6e8d 100644
--- a/meta-networking/recipes-support/chrony/chrony_4.0.bb
+++ b/meta-networking/recipes-support/chrony/chrony_4.1.bb
@@ -39,7 +39,7 @@ SRC_URI = "https://download.tuxfamily.org/chrony/chrony-${PV}.tar.gz \
39SRC_URI_append_libc-musl = " \ 39SRC_URI_append_libc-musl = " \
40 file://0001-Fix-compilation-with-musl.patch \ 40 file://0001-Fix-compilation-with-musl.patch \
41" 41"
42SRC_URI[sha256sum] = "be27ea14c55e7a4434b2fa51d53018c7051c42fa6a3198c9aa6a1658bae0c625" 42SRC_URI[sha256sum] = "ed76f2d3f9347ac6221a91ad4bd553dd0565ac188cd7490d0801d08f7171164c"
43 43
44DEPENDS = "pps-tools" 44DEPENDS = "pps-tools"
45 45