summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/coreutils/coreutils_8.31.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/coreutils/coreutils_8.31.bb')
-rw-r--r--meta/recipes-core/coreutils/coreutils_8.31.bb8
1 files changed, 5 insertions, 3 deletions
diff --git a/meta/recipes-core/coreutils/coreutils_8.31.bb b/meta/recipes-core/coreutils/coreutils_8.31.bb
index 7dd9e41def..3841f71155 100644
--- a/meta/recipes-core/coreutils/coreutils_8.31.bb
+++ b/meta/recipes-core/coreutils/coreutils_8.31.bb
@@ -26,6 +26,10 @@ SRC_URI_append_libc-musl = "file://strtod_fix_clash_with_strtold.patch"
26SRC_URI[md5sum] = "0009a224d8e288e8ec406ef0161f9293" 26SRC_URI[md5sum] = "0009a224d8e288e8ec406ef0161f9293"
27SRC_URI[sha256sum] = "ff7a9c918edce6b4f4b2725e3f9b37b0c4d193531cac49a48b56c4d0d3a9e9fd" 27SRC_URI[sha256sum] = "ff7a9c918edce6b4f4b2725e3f9b37b0c4d193531cac49a48b56c4d0d3a9e9fd"
28 28
29# http://git.savannah.gnu.org/cgit/coreutils.git/commit/?id=v8.27-101-gf5d7c0842
30# runcon is not really a sandbox command, use `runcon ... setsid ...` to avoid this particular issue.
31CVE_CHECK_WHITELIST += "CVE-2016-2781"
32
29EXTRA_OECONF_class-native = "--without-gmp" 33EXTRA_OECONF_class-native = "--without-gmp"
30EXTRA_OECONF_class-target = "--enable-install-program=arch,hostname --libexecdir=${libdir}" 34EXTRA_OECONF_class-target = "--enable-install-program=arch,hostname --libexecdir=${libdir}"
31EXTRA_OECONF_class-nativesdk = "--enable-install-program=arch,hostname" 35EXTRA_OECONF_class-nativesdk = "--enable-install-program=arch,hostname"
@@ -47,6 +51,7 @@ PACKAGECONFIG_class-nativesdk ??= "xattr"
47PACKAGECONFIG[acl] = "--enable-acl,--disable-acl,acl," 51PACKAGECONFIG[acl] = "--enable-acl,--disable-acl,acl,"
48PACKAGECONFIG[xattr] = "--enable-xattr,--disable-xattr,attr," 52PACKAGECONFIG[xattr] = "--enable-xattr,--disable-xattr,attr,"
49PACKAGECONFIG[single-binary] = "--enable-single-binary,--disable-single-binary,," 53PACKAGECONFIG[single-binary] = "--enable-single-binary,--disable-single-binary,,"
54PACKAGECONFIG[openssl] = "--with-openssl=yes,--with-openssl=no,openssl"
50 55
51# [ df mktemp nice printenv base64 gets a special treatment and is not included in this 56# [ df mktemp nice printenv base64 gets a special treatment and is not included in this
52bindir_progs = "arch basename chcon cksum comm csplit cut dir dircolors dirname du \ 57bindir_progs = "arch basename chcon cksum comm csplit cut dir dircolors dirname du \
@@ -202,6 +207,3 @@ do_install_ptest () {
202} 207}
203 208
204FILES_${PN}-ptest += "${bindir}/getlimits" 209FILES_${PN}-ptest += "${bindir}/getlimits"
205
206# These are specific to Opensuse
207CVE_WHITELIST += "CVE-2013-0221 CVE-2013-0222 CVE-2013-0223"