diff options
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_4.7.bb (renamed from meta-networking/recipes-support/chrony/chrony_4.6.1.bb) | 2 | ||||
-rw-r--r-- | meta-networking/recipes-support/nbdkit/nbdkit/0002-plugins-Avoid-absolute-buildpaths-in-binaries.patch | 8 | ||||
-rw-r--r-- | meta-networking/recipes-support/nbdkit/nbdkit_1.45.1.bb (renamed from meta-networking/recipes-support/nbdkit/nbdkit_1.43.11.bb) | 2 |
4 files changed, 15 insertions, 14 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 | ||
diff --git a/meta-networking/recipes-support/nbdkit/nbdkit/0002-plugins-Avoid-absolute-buildpaths-in-binaries.patch b/meta-networking/recipes-support/nbdkit/nbdkit/0002-plugins-Avoid-absolute-buildpaths-in-binaries.patch index 524ea0602d..99ab7cad61 100644 --- a/meta-networking/recipes-support/nbdkit/nbdkit/0002-plugins-Avoid-absolute-buildpaths-in-binaries.patch +++ b/meta-networking/recipes-support/nbdkit/nbdkit/0002-plugins-Avoid-absolute-buildpaths-in-binaries.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 1ccbd8fdbd2e367a702e48c8703b2f010d067b23 Mon Sep 17 00:00:00 2001 | 1 | From b3854245f061d9ba2159bdb37197e1c711cbd9cd Mon Sep 17 00:00:00 2001 |
2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
3 | Date: Mon, 22 May 2023 18:16:24 -0700 | 3 | Date: Mon, 22 May 2023 18:16:24 -0700 |
4 | Subject: [PATCH] plugins: Avoid absolute buildpaths in binaries | 4 | Subject: [PATCH] plugins: Avoid absolute buildpaths in binaries |
@@ -11,9 +11,11 @@ Upstream-Status: Submitted [https://gitlab.com/nbdkit/nbdkit/-/merge_requests/30 | |||
11 | 11 | ||
12 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 12 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
13 | --- | 13 | --- |
14 | plugins/cc/Makefile.am | 7 +++++-- | 14 | plugins/cc/Makefile.am | 8 ++++++-- |
15 | 1 file changed, 5 insertions(+), 2 deletions(-) | 15 | 1 file changed, 6 insertions(+), 2 deletions(-) |
16 | 16 | ||
17 | diff --git a/plugins/cc/Makefile.am b/plugins/cc/Makefile.am | ||
18 | index 478178bd..742ea535 100644 | ||
17 | --- a/plugins/cc/Makefile.am | 19 | --- a/plugins/cc/Makefile.am |
18 | +++ b/plugins/cc/Makefile.am | 20 | +++ b/plugins/cc/Makefile.am |
19 | @@ -44,9 +44,13 @@ nbdkit_cc_plugin_la_SOURCES = \ | 21 | @@ -44,9 +44,13 @@ nbdkit_cc_plugin_la_SOURCES = \ |
diff --git a/meta-networking/recipes-support/nbdkit/nbdkit_1.43.11.bb b/meta-networking/recipes-support/nbdkit/nbdkit_1.45.1.bb index 9e7bdc9966..63194ad393 100644 --- a/meta-networking/recipes-support/nbdkit/nbdkit_1.43.11.bb +++ b/meta-networking/recipes-support/nbdkit/nbdkit_1.45.1.bb | |||
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=26250adec854bc317493f6fb98efe049" | |||
12 | SRC_URI = "git://gitlab.com/nbdkit/nbdkit.git;protocol=https;branch=master;tag=v${PV} \ | 12 | SRC_URI = "git://gitlab.com/nbdkit/nbdkit.git;protocol=https;branch=master;tag=v${PV} \ |
13 | file://0002-plugins-Avoid-absolute-buildpaths-in-binaries.patch \ | 13 | file://0002-plugins-Avoid-absolute-buildpaths-in-binaries.patch \ |
14 | " | 14 | " |
15 | SRCREV = "2d0f232b590f4001881dd0819f55af72b88c4b2f" | 15 | SRCREV = "243c6911984abc82bb711d2e5ecb1a13c7ff93c4" |
16 | 16 | ||
17 | 17 | ||
18 | DEPENDS = "curl xz e2fsprogs zlib" | 18 | DEPENDS = "curl xz e2fsprogs zlib" |