diff options
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 \ |