aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2015-11-27 03:15:36 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-01-30 12:01:55 +0000
commit2cdc3dd4cc4426aa081b6cb99b67f1143cc64f81 (patch)
tree32481331e757a1c281d9103d7e227002e003945d
parent2f61930f55390bd2dfeb52a1ccfbc1cbe560c3ad (diff)
downloadopenembedded-core-2cdc3dd4cc4426aa081b6cb99b67f1143cc64f81.tar.gz
glibc: use patch for CVE-2015-1781
Patch added to the repo wasn't actually considered due to a erronously way of specifying the sources. Signed-off-by: Tudor Florea <tudor.florea@enea.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta/recipes-core/glibc/glibc_2.20.bb4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/recipes-core/glibc/glibc_2.20.bb b/meta/recipes-core/glibc/glibc_2.20.bb
index a0736cdeec..2ab4083c14 100644
--- a/meta/recipes-core/glibc/glibc_2.20.bb
+++ b/meta/recipes-core/glibc/glibc_2.20.bb
@@ -40,14 +40,12 @@ EGLIBCPATCHES = "\
# file://eglibc-install-pic-archives.patch \
# file://initgroups_keys.patch \
#
-CVEPATCHES = "\
- file://CVE-2015-1781-resolv-nss_dns-dns-host.c-buffer-overf.patch \
-"
CVEPATCHES = "\
file://CVE-2014-7817-wordexp-fails-to-honour-WRDE_NOCMD.patch \
file://CVE-2012-3406-Stack-overflow-in-vfprintf-BZ-16617.patch \
file://CVE-2014-9402_endless-loop-in-getaddr_r.patch \
+ file://CVE-2015-1781-resolv-nss_dns-dns-host.c-buffer-overf.patch \
"
LIC_FILES_CHKSUM = "file://LICENSES;md5=e9a558e243b36d3209f380deb394b213 \
file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \