summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/shadow/shadow_4.11.1.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2022-01-19 11:40:56 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-01-20 11:57:29 +0000
commit64e0f14a5663c10e366c0a812c9e57dd7c9abe5d (patch)
treeb1be211ed6207468a59f7c3efe026b6b93a46f35 /meta/recipes-extended/shadow/shadow_4.11.1.bb
parent11b1b4b29c6cbec2855b2cfd7a0e28ecdc81ea95 (diff)
downloadpoky-64e0f14a5663c10e366c0a812c9e57dd7c9abe5d.tar.gz
shadow: upgrade 4.10 -> 4.11.1
License-Update: license clarified to BSD-3-Clause only (From OE-Core rev: 79201206b5f7867ad7ffd462705f34179b33c0d7) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/shadow/shadow_4.11.1.bb')
-rw-r--r--meta/recipes-extended/shadow/shadow_4.11.1.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/recipes-extended/shadow/shadow_4.11.1.bb b/meta/recipes-extended/shadow/shadow_4.11.1.bb
new file mode 100644
index 0000000000..2fbd81bf72
--- /dev/null
+++ b/meta/recipes-extended/shadow/shadow_4.11.1.bb
@@ -0,0 +1,11 @@
1require shadow.inc
2
3# Build falsely assumes that if --enable-libpam is set, we don't need to link against
4# libcrypt. This breaks chsh.
5BUILD_LDFLAGS:append:class-target = " ${@bb.utils.contains('DISTRO_FEATURES', 'pam', '-lcrypt', '', d)}"
6
7BBCLASSEXTEND = "native nativesdk"
8
9# Severity is low and marked as closed and won't fix.
10# https://bugzilla.redhat.com/show_bug.cgi?id=884658
11CVE_CHECK_WHITELIST += "CVE-2013-4235"