diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2018-07-27 16:04:34 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-07-30 12:44:35 +0100 |
commit | ffb63803eac6ba97d1b9e1f3d648bc4d81bf0276 (patch) | |
tree | d29c106cf81ae93e47b30aaaf87e10bbcdfc10eb /meta/recipes-extended/shadow/shadow.inc | |
parent | 96f011e628fe360644bfdd7650145b996d61740c (diff) | |
download | poky-ffb63803eac6ba97d1b9e1f3d648bc4d81bf0276.tar.gz |
shadow: upgrade 4.2.1 -> 4.6
The following patches are removed because problems have been fixed in this version.
0001-shadow-CVE-2017-12424
fix-installation-failure-with-subids-disabled.patch
usermod-fix-compilation-failure-with-subids-disabled.patch
CVE-2017-2616.patch
check_size_of_uid_t_and_gid_t_using_AC_CHECK_SIZEOF.patch
0001-Do-not-read-login.defs-before-doing-chroot.patch
The following patches are rebased.
0001-Disable-use-of-syslog-for-sysroot.patch
0001-useradd-copy-extended-attributes-of-home.patch
0001-useradd.c-create-parent-directories-when-necessary.patch
allow-for-setting-password-in-clear-text.patch
(From OE-Core rev: 79dd22729d5b8a2f2cf4294ff6b261c9d6ecd977)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.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.inc | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/meta/recipes-extended/shadow/shadow.inc b/meta/recipes-extended/shadow/shadow.inc index 6efe4a9119..0fa80a282a 100644 --- a/meta/recipes-extended/shadow/shadow.inc +++ b/meta/recipes-extended/shadow/shadow.inc | |||
@@ -9,16 +9,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=ed80ff1c2b40843cf5768e5229cf16e5 \ | |||
9 | DEPENDS = "virtual/crypt" | 9 | DEPENDS = "virtual/crypt" |
10 | 10 | ||
11 | UPSTREAM_CHECK_URI = "https://github.com/shadow-maint/shadow/releases" | 11 | UPSTREAM_CHECK_URI = "https://github.com/shadow-maint/shadow/releases" |
12 | 12 | SRC_URI = "https://github.com/shadow-maint/shadow/releases/download/${PV}/${BP}.tar.gz \ | |
13 | SRC_URI = "https://downloads.yoctoproject.org/mirror/sources/${BP}.tar.xz \ | ||
14 | file://shadow-4.1.3-dots-in-usernames.patch \ | 13 | file://shadow-4.1.3-dots-in-usernames.patch \ |
15 | file://usermod-fix-compilation-failure-with-subids-disabled.patch \ | ||
16 | file://fix-installation-failure-with-subids-disabled.patch \ | ||
17 | file://0001-Do-not-read-login.defs-before-doing-chroot.patch \ | ||
18 | file://check_size_of_uid_t_and_gid_t_using_AC_CHECK_SIZEOF.patch \ | ||
19 | file://0001-useradd-copy-extended-attributes-of-home.patch \ | 14 | file://0001-useradd-copy-extended-attributes-of-home.patch \ |
20 | file://0001-shadow-CVE-2017-12424 \ | ||
21 | file://CVE-2017-2616.patch \ | ||
22 | ${@bb.utils.contains('PACKAGECONFIG', 'pam', '${PAM_SRC_URI}', '', d)} \ | 15 | ${@bb.utils.contains('PACKAGECONFIG', 'pam', '${PAM_SRC_URI}', '', d)} \ |
23 | " | 16 | " |
24 | 17 | ||
@@ -38,8 +31,8 @@ SRC_URI_append_class-nativesdk = " \ | |||
38 | file://0001-Disable-use-of-syslog-for-sysroot.patch \ | 31 | file://0001-Disable-use-of-syslog-for-sysroot.patch \ |
39 | " | 32 | " |
40 | 33 | ||
41 | SRC_URI[md5sum] = "2bfafe7d4962682d31b5eba65dba4fc8" | 34 | SRC_URI[md5sum] = "36feb15665338ae3de414f2a88e434db" |
42 | SRC_URI[sha256sum] = "3b0893d1476766868cd88920f4f1231c4795652aa407569faff802bcda0f3d41" | 35 | SRC_URI[sha256sum] = "4668f99bd087399c4a586084dc3b046b75f560720d83e92fd23bf7a89dda4d31" |
43 | 36 | ||
44 | # Additional Policy files for PAM | 37 | # Additional Policy files for PAM |
45 | PAM_SRC_URI = "file://pam.d/chfn \ | 38 | PAM_SRC_URI = "file://pam.d/chfn \ |