diff options
author | Robert Joslyn <robert.joslyn@redrectangle.org> | 2018-05-13 08:56:03 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-05-17 08:32:26 -0700 |
commit | b4d849f5dbd7c0919e6fc64ece4394dee911e4cd (patch) | |
tree | 939e46c8b5ba64fe9550548614fa4c092fc9cebf /meta-networking | |
parent | 1570a3d44f565ccd02510529f74797de8377387e (diff) | |
download | meta-openembedded-b4d849f5dbd7c0919e6fc64ece4394dee911e4cd.tar.gz |
chrony: Update to version 3.3
Signed-off-by: Robert Joslyn <robert.joslyn@redrectangle.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r-- | meta-networking/recipes-support/chrony/chrony/arm_eabi.patch | 17 | ||||
-rw-r--r-- | meta-networking/recipes-support/chrony/chrony_3.3.bb (renamed from meta-networking/recipes-support/chrony/chrony_3.2.bb) | 4 |
2 files changed, 15 insertions, 6 deletions
diff --git a/meta-networking/recipes-support/chrony/chrony/arm_eabi.patch b/meta-networking/recipes-support/chrony/chrony/arm_eabi.patch index 92a2dbd93..9f943cdce 100644 --- a/meta-networking/recipes-support/chrony/chrony/arm_eabi.patch +++ b/meta-networking/recipes-support/chrony/chrony/arm_eabi.patch | |||
@@ -1,4 +1,7 @@ | |||
1 | chrony: fix build failure for arma9 | 1 | From 9ca48a6fef1da1bb0dd67ab94256c7e240da1834 Mon Sep 17 00:00:00 2001 |
2 | From: Joe Slater <jslater@windriver.com> | ||
3 | Date: Thu, 9 Mar 2017 10:58:06 -0800 | ||
4 | Subject: [PATCH] chrony: fix build failure for arma9 | ||
2 | 5 | ||
3 | Eliminate references to syscalls not available | 6 | Eliminate references to syscalls not available |
4 | for ARM_EABI. Also add a dependency on libseccomp | 7 | for ARM_EABI. Also add a dependency on libseccomp |
@@ -16,9 +19,15 @@ | |||
16 | 19 | ||
17 | Signed-off-by: Robert Joslyn <robert.joslyn@redrectangle.org> | 20 | Signed-off-by: Robert Joslyn <robert.joslyn@redrectangle.org> |
18 | 21 | ||
22 | --- | ||
23 | sys_linux.c | 19 +++++++++++++------ | ||
24 | 1 file changed, 13 insertions(+), 6 deletions(-) | ||
25 | |||
26 | diff --git a/sys_linux.c b/sys_linux.c | ||
27 | index f4b532d..d05fa24 100644 | ||
19 | --- a/sys_linux.c | 28 | --- a/sys_linux.c |
20 | +++ b/sys_linux.c | 29 | +++ b/sys_linux.c |
21 | @@ -465,14 +465,14 @@ SYS_Linux_EnableSystemCallFilter(int lev | 30 | @@ -482,14 +482,14 @@ SYS_Linux_EnableSystemCallFilter(int level) |
22 | const int syscalls[] = { | 31 | const int syscalls[] = { |
23 | /* Clock */ | 32 | /* Clock */ |
24 | SCMP_SYS(adjtimex), SCMP_SYS(clock_gettime), SCMP_SYS(gettimeofday), | 33 | SCMP_SYS(adjtimex), SCMP_SYS(clock_gettime), SCMP_SYS(gettimeofday), |
@@ -36,8 +45,8 @@ | |||
36 | SCMP_SYS(mprotect), SCMP_SYS(mremap), SCMP_SYS(munmap), SCMP_SYS(shmdt), | 45 | SCMP_SYS(mprotect), SCMP_SYS(mremap), SCMP_SYS(munmap), SCMP_SYS(shmdt), |
37 | /* Filesystem */ | 46 | /* Filesystem */ |
38 | SCMP_SYS(access), SCMP_SYS(chmod), SCMP_SYS(chown), SCMP_SYS(chown32), | 47 | SCMP_SYS(access), SCMP_SYS(chmod), SCMP_SYS(chown), SCMP_SYS(chown32), |
39 | @@ -483,14 +483,21 @@ | 48 | @@ -500,14 +500,21 @@ SYS_Linux_EnableSystemCallFilter(int level) |
40 | SCMP_SYS(bind), SCMP_SYS(connect), SCMP_SYS(getsockname), | 49 | SCMP_SYS(bind), SCMP_SYS(connect), SCMP_SYS(getsockname), SCMP_SYS(getsockopt), |
41 | SCMP_SYS(recvfrom), SCMP_SYS(recvmmsg), SCMP_SYS(recvmsg), | 50 | SCMP_SYS(recvfrom), SCMP_SYS(recvmmsg), SCMP_SYS(recvmsg), |
42 | SCMP_SYS(sendmmsg), SCMP_SYS(sendmsg), SCMP_SYS(sendto), | 51 | SCMP_SYS(sendmmsg), SCMP_SYS(sendmsg), SCMP_SYS(sendto), |
43 | - /* TODO: check socketcall arguments */ | 52 | - /* TODO: check socketcall arguments */ |
diff --git a/meta-networking/recipes-support/chrony/chrony_3.2.bb b/meta-networking/recipes-support/chrony/chrony_3.3.bb index 8b90a354e..2586370fa 100644 --- a/meta-networking/recipes-support/chrony/chrony_3.2.bb +++ b/meta-networking/recipes-support/chrony/chrony_3.3.bb | |||
@@ -35,8 +35,8 @@ SRC_URI = "https://download.tuxfamily.org/chrony/chrony-${PV}.tar.gz \ | |||
35 | file://chronyd \ | 35 | file://chronyd \ |
36 | file://arm_eabi.patch \ | 36 | file://arm_eabi.patch \ |
37 | " | 37 | " |
38 | SRC_URI[md5sum] = "f4c4eb0dc92f35ee4bb7d3dcd8029ecb" | 38 | SRC_URI[md5sum] = "81ab62cf5d60b4b3fa8cd2c1b267ffd9" |
39 | SRC_URI[sha256sum] = "329f6718dd8c3ece3eee78be1f4821cbbeb62608e7d23f25da293cfa433c4116" | 39 | SRC_URI[sha256sum] = "0d1fb2d5875032f2d5a86f3770374c87ee4c941916f64171e81f7684f2a73128" |
40 | 40 | ||
41 | DEPENDS = "pps-tools" | 41 | DEPENDS = "pps-tools" |
42 | 42 | ||