diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-06-04 11:14:51 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-06-06 23:16:51 +0100 |
commit | d39cef3f8263334b8b9ff1b531fd5e963dfe715b (patch) | |
tree | 4339e22ac45faa00b80253ff78e711d98d70f02c /meta | |
parent | c7b15f642b7a219dde771eee3a07bbe9b6e276d0 (diff) | |
download | poky-d39cef3f8263334b8b9ff1b531fd5e963dfe715b.tar.gz |
libcap: update 2.49 -> 2.50
(From OE-Core rev: 791d1a215400db08ef98193b2621ec02f108a302)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/libcap/files/0001-tests-do-not-statically-link-a-test.patch | 20 | ||||
-rw-r--r-- | meta/recipes-support/libcap/libcap_2.50.bb (renamed from meta/recipes-support/libcap/libcap_2.49.bb) | 2 |
2 files changed, 10 insertions, 12 deletions
diff --git a/meta/recipes-support/libcap/files/0001-tests-do-not-statically-link-a-test.patch b/meta/recipes-support/libcap/files/0001-tests-do-not-statically-link-a-test.patch index d2653afb75..414e45a6f4 100644 --- a/meta/recipes-support/libcap/files/0001-tests-do-not-statically-link-a-test.patch +++ b/meta/recipes-support/libcap/files/0001-tests-do-not-statically-link-a-test.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 6aa15fe548e5b1d6ca3b373779beb7521ea95ba9 Mon Sep 17 00:00:00 2001 | 1 | From 897900f3f9084c5542097851323bba3f2691df20 Mon Sep 17 00:00:00 2001 |
2 | From: Alexander Kanavin <alex.kanavin@gmail.com> | 2 | From: Alexander Kanavin <alex.kanavin@gmail.com> |
3 | Date: Wed, 15 Jan 2020 17:16:28 +0100 | 3 | Date: Wed, 15 Jan 2020 17:16:28 +0100 |
4 | Subject: [PATCH] tests: do not statically link a test | 4 | Subject: [PATCH] tests: do not statically link a test |
@@ -7,26 +7,27 @@ This fails on e.g. centos 7 | |||
7 | 7 | ||
8 | Upstream-Status: Inappropriate [oe-core specific] | 8 | Upstream-Status: Inappropriate [oe-core specific] |
9 | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> | 9 | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> |
10 | |||
10 | --- | 11 | --- |
11 | progs/Makefile | 2 +- | 12 | progs/Makefile | 2 +- |
12 | tests/Makefile | 4 ++-- | 13 | tests/Makefile | 4 ++-- |
13 | 2 files changed, 3 insertions(+), 3 deletions(-) | 14 | 2 files changed, 3 insertions(+), 3 deletions(-) |
14 | 15 | ||
15 | diff --git a/progs/Makefile b/progs/Makefile | 16 | diff --git a/progs/Makefile b/progs/Makefile |
16 | index 1d7fc7a..37db8f7 100644 | 17 | index 289186e..071a285 100644 |
17 | --- a/progs/Makefile | 18 | --- a/progs/Makefile |
18 | +++ b/progs/Makefile | 19 | +++ b/progs/Makefile |
19 | @@ -42,7 +42,7 @@ endif | 20 | @@ -49,7 +49,7 @@ capsh: capsh.c capshdoc.h.cf $(DEPS) |
20 | test: $(PROGS) | 21 | $(CC) $(IPATH) $(CAPSH_SHELL) $(CFLAGS) -o $@ $< $(LIBCAPLIB) $(LDFLAGS) |
21 | 22 | ||
22 | tcapsh-static: capsh.c $(DEPS) | 23 | tcapsh-static: capsh.c capshdoc.h.cf $(DEPS) |
23 | - $(CC) $(IPATH) $(CAPSH_SHELL) $(CFLAGS) -o $@ $< $(LIBCAPLIB) $(LDFLAGS) --static | 24 | - $(CC) $(IPATH) $(CAPSH_SHELL) $(CFLAGS) -o $@ $< $(LIBCAPLIB) $(LDFLAGS) --static |
24 | + $(CC) $(IPATH) $(CAPSH_SHELL) $(CFLAGS) -o $@ $< $(LIBCAPLIB) $(LDFLAGS) | 25 | + $(CC) $(IPATH) $(CAPSH_SHELL) $(CFLAGS) -o $@ $< $(LIBCAPLIB) $(LDFLAGS) |
25 | 26 | ||
26 | sudotest: test tcapsh-static | 27 | sudotest: test tcapsh-static |
27 | sudo $(LDPATH) ./quicktest.sh | 28 | sudo $(LDPATH) ./quicktest.sh |
28 | diff --git a/tests/Makefile b/tests/Makefile | 29 | diff --git a/tests/Makefile b/tests/Makefile |
29 | index 01f7589..094ec57 100644 | 30 | index 4a5f2f9..4266d86 100644 |
30 | --- a/tests/Makefile | 31 | --- a/tests/Makefile |
31 | +++ b/tests/Makefile | 32 | +++ b/tests/Makefile |
32 | @@ -22,7 +22,7 @@ ifeq ($(PTHREADS),yes) | 33 | @@ -22,7 +22,7 @@ ifeq ($(PTHREADS),yes) |
@@ -38,7 +39,7 @@ index 01f7589..094ec57 100644 | |||
38 | DEPS=../libcap/libcap.a | 39 | DEPS=../libcap/libcap.a |
39 | ifeq ($(PTHREADS),yes) | 40 | ifeq ($(PTHREADS),yes) |
40 | DEPS += ../libcap/libpsx.a | 41 | DEPS += ../libcap/libpsx.a |
41 | @@ -106,7 +106,7 @@ noexploit: exploit.o $(DEPS) | 42 | @@ -113,7 +113,7 @@ noexploit: exploit.o $(DEPS) |
42 | 43 | ||
43 | # This one runs in a chroot with no shared library files. | 44 | # This one runs in a chroot with no shared library files. |
44 | noop: noop.c | 45 | noop: noop.c |
@@ -46,7 +47,4 @@ index 01f7589..094ec57 100644 | |||
46 | + $(CC) $(CFLAGS) $< -o $@ | 47 | + $(CC) $(CFLAGS) $< -o $@ |
47 | 48 | ||
48 | clean: | 49 | clean: |
49 | rm -f psx_test libcap_psx_test libcap_launch_test *~ | 50 | rm -f psx_test libcap_psx_test libcap_launch_test uns_test *~ |
50 | -- | ||
51 | 2.17.1 | ||
52 | |||
diff --git a/meta/recipes-support/libcap/libcap_2.49.bb b/meta/recipes-support/libcap/libcap_2.50.bb index eb9fc5b4b3..15137f0ac0 100644 --- a/meta/recipes-support/libcap/libcap_2.49.bb +++ b/meta/recipes-support/libcap/libcap_2.50.bb | |||
@@ -14,7 +14,7 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/libs/security/linux-privs/${BPN}2/${BPN}-${ | |||
14 | file://0002-tests-do-not-run-target-executables.patch \ | 14 | file://0002-tests-do-not-run-target-executables.patch \ |
15 | file://0001-tests-do-not-statically-link-a-test.patch \ | 15 | file://0001-tests-do-not-statically-link-a-test.patch \ |
16 | " | 16 | " |
17 | SRC_URI[sha256sum] = "e98bc4d93645082ec787730b0fd1a712b38882465c505777de17c338831ee181" | 17 | SRC_URI[sha256sum] = "47a57b8bd238b84c93c921a9b4ff82337551dbcb0cca071316aadf3e23b19261" |
18 | 18 | ||
19 | UPSTREAM_CHECK_URI = "https://www.kernel.org/pub/linux/libs/security/linux-privs/${BPN}2/" | 19 | UPSTREAM_CHECK_URI = "https://www.kernel.org/pub/linux/libs/security/linux-privs/${BPN}2/" |
20 | 20 | ||