summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/shadow/shadow.inc
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2018-09-24 08:42:11 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-10-10 13:27:02 +0100
commitcfcbc502a7d41752b28abab892314391829e4fce (patch)
treebc9174afdb4dcf0bff87e725c264e63df830af85 /meta/recipes-extended/shadow/shadow.inc
parentfbe29a7e5f668fb3076e0647a56c8f4c845c55c9 (diff)
downloadpoky-cfcbc502a7d41752b28abab892314391829e4fce.tar.gz
shadow: CVE-2016-6252
Backport patch from the upstream https://github.com/shadow-maint/shadow/commit/ 1d5a926cc2d6078d23a96222b1ef3e558724dad1 (From OE-Core rev: dd9e2dedb9ab41f509bae26f12704cbee1eb765d) Signed-off-by: Zhixiong Chi <zhixiong.chi@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/shadow/shadow.inc')
-rw-r--r--meta/recipes-extended/shadow/shadow.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/shadow/shadow.inc b/meta/recipes-extended/shadow/shadow.inc
index 18eba72895..f3f5bf6f07 100644
--- a/meta/recipes-extended/shadow/shadow.inc
+++ b/meta/recipes-extended/shadow/shadow.inc
@@ -22,6 +22,7 @@ SRC_URI = "https://downloads.yoctoproject.org/mirror/sources/${BP}.tar.xz \
22 file://CVE-2017-2616.patch \ 22 file://CVE-2017-2616.patch \
23 ${@bb.utils.contains('PACKAGECONFIG', 'pam', '${PAM_SRC_URI}', '', d)} \ 23 ${@bb.utils.contains('PACKAGECONFIG', 'pam', '${PAM_SRC_URI}', '', d)} \
24 file://CVE-2018-7169.patch \ 24 file://CVE-2018-7169.patch \
25 file://CVE-2016-6252.patch \
25 " 26 "
26 27
27SRC_URI_append_class-target = " \ 28SRC_URI_append_class-target = " \