mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
libcap: upgrade 2.71 -> 2.73
(From OE-Core rev: 4b5978ca9c7280beaf1ca7cf3c1f9f1baed0bd08) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
From 2261f47bac78aa77934ca03980ed54d1d86116b9 Mon Sep 17 00:00:00 2001
|
From bda8da622bd3f4d8b0e577387e988ce364b917c4 Mon Sep 17 00:00:00 2001
|
||||||
From: Roy Li <rongqing.li@windriver.com>
|
From: Roy Li <rongqing.li@windriver.com>
|
||||||
Date: Thu, 23 Jun 2016 16:26:43 +0800
|
Date: Thu, 23 Jun 2016 16:26:43 +0800
|
||||||
Subject: [PATCH] Ensure the XATTR_NAME_CAPS is defined when it is used
|
Subject: [PATCH] Ensure the XATTR_NAME_CAPS is defined when it is used
|
||||||
|
|||||||
+2
-2
@@ -1,4 +1,4 @@
|
|||||||
From fcb0166c5e991fcf62797b19bea39983214289cb Mon Sep 17 00:00:00 2001
|
From 1343e4ee17bb3f72e6b244706cacbeb16463c5d7 Mon Sep 17 00:00:00 2001
|
||||||
From: Hongxu Jia <hongxu.jia@windriver.com>
|
From: Hongxu Jia <hongxu.jia@windriver.com>
|
||||||
Date: Thu, 14 Oct 2021 15:57:36 +0800
|
Date: Thu, 14 Oct 2021 15:57:36 +0800
|
||||||
Subject: [PATCH] nativesdk-libcap: Raise the size of arrays containing dl
|
Subject: [PATCH] nativesdk-libcap: Raise the size of arrays containing dl
|
||||||
@@ -19,7 +19,7 @@ Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
|
|||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
diff --git a/libcap/execable.h b/libcap/execable.h
|
diff --git a/libcap/execable.h b/libcap/execable.h
|
||||||
index 7a2d247..682e0ee 100644
|
index 89e61a3..22518dd 100644
|
||||||
--- a/libcap/execable.h
|
--- a/libcap/execable.h
|
||||||
+++ b/libcap/execable.h
|
+++ b/libcap/execable.h
|
||||||
@@ -23,7 +23,7 @@
|
@@ -23,7 +23,7 @@
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
From a3368b38abfb703e730fc5462f42cc5d177d864d Mon Sep 17 00:00:00 2001
|
From 5846ba594bedd66c8fd216cad6518f7be11b7a92 Mon Sep 17 00:00:00 2001
|
||||||
From: Alexander Kanavin <alex.kanavin@gmail.com>
|
From: Alexander Kanavin <alex.kanavin@gmail.com>
|
||||||
Date: Fri, 20 Dec 2019 16:54:05 +0100
|
Date: Fri, 20 Dec 2019 16:54:05 +0100
|
||||||
Subject: [PATCH] tests: do not run target executables
|
Subject: [PATCH] tests: do not run target executables
|
||||||
@@ -10,10 +10,10 @@ Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
|
|||||||
1 file changed, 2 deletions(-)
|
1 file changed, 2 deletions(-)
|
||||||
|
|
||||||
diff --git a/tests/Makefile b/tests/Makefile
|
diff --git a/tests/Makefile b/tests/Makefile
|
||||||
index ecb7d1b..8950c73 100644
|
index 3d03721..fbb1d78 100644
|
||||||
--- a/tests/Makefile
|
--- a/tests/Makefile
|
||||||
+++ b/tests/Makefile
|
+++ b/tests/Makefile
|
||||||
@@ -61,13 +61,11 @@ endif
|
@@ -69,13 +69,11 @@ endif
|
||||||
|
|
||||||
# unprivileged
|
# unprivileged
|
||||||
run_psx_test: psx_test
|
run_psx_test: psx_test
|
||||||
|
|||||||
+1
-1
@@ -19,7 +19,7 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/libs/security/linux-privs/${BPN}2/${BPN}-${
|
|||||||
SRC_URI:append:class-nativesdk = " \
|
SRC_URI:append:class-nativesdk = " \
|
||||||
file://0001-nativesdk-libcap-Raise-the-size-of-arrays-containing.patch \
|
file://0001-nativesdk-libcap-Raise-the-size-of-arrays-containing.patch \
|
||||||
"
|
"
|
||||||
SRC_URI[sha256sum] = "b7006c9af5168315f35fc734bf1a8d2aa70766bd8b8c4340962e05b19c35b900"
|
SRC_URI[sha256sum] = "6405f6089cf4cdd8c271540cd990654d78dd0b1989b2d9bda20f933a75a795a5"
|
||||||
|
|
||||||
UPSTREAM_CHECK_URI = "https://www.kernel.org/pub/linux/libs/security/linux-privs/${BPN}2/"
|
UPSTREAM_CHECK_URI = "https://www.kernel.org/pub/linux/libs/security/linux-privs/${BPN}2/"
|
||||||
|
|
||||||
Reference in New Issue
Block a user