mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 18:32:15 +02:00
4.12.2 changes * Address CVE-2013-4235 * Fix uk manpages 4.12.3 changes * Revert the removal of subid_init as pointed out by Balint. * Address CVE-2013-4235 (TOCTTOU when copying directories) (From OE-Core rev: 30fe8df131a3ef5efa5c35e69fce7b2d1bdc2f7d) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> (cherry picked from commit 5b9fc88d06f79e8dbd2375172689f2fbf3e2a8a3) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 lines
421 B
BlitzBasic
12 lines
421 B
BlitzBasic
require shadow.inc
|
|
|
|
# Build falsely assumes that if --enable-libpam is set, we don't need to link against
|
|
# libcrypt. This breaks chsh.
|
|
BUILD_LDFLAGS:append:class-target = " ${@bb.utils.contains('DISTRO_FEATURES', 'pam', '-lcrypt', '', d)}"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|
|
|
|
# Severity is low and marked as closed and won't fix.
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=884658
|
|
CVE_CHECK_IGNORE += "CVE-2013-4235"
|