summaryrefslogtreecommitdiffstats
path: root/recipes-core/glibc/glibc_2.25.bbappend
diff options
context:
space:
mode:
authorDan Andresan <Dan.Andresan@enea.com>2018-10-29 11:59:19 +0100
committerGerrit Code Review <gerrit2@sestogerrit02>2018-10-29 11:59:19 +0100
commitdc285391f74bfae14fe1967896c141705bbadd4a (patch)
tree09292e9d19a0d877159d9e6c29a24e5b18ba6c24 /recipes-core/glibc/glibc_2.25.bbappend
parent46437cbe8f955087c14d5c83ee7eccb9e81fefe0 (diff)
parentdfb6fefbd0ecb0de2a58f25c90f07682effd0d37 (diff)
downloadmeta-el-common-dc285391f74bfae14fe1967896c141705bbadd4a.tar.gz
Merge "glibc: Fix CVEs" into pyro
Diffstat (limited to 'recipes-core/glibc/glibc_2.25.bbappend')
-rw-r--r--recipes-core/glibc/glibc_2.25.bbappend11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes-core/glibc/glibc_2.25.bbappend b/recipes-core/glibc/glibc_2.25.bbappend
new file mode 100644
index 0000000..bbd2585
--- /dev/null
+++ b/recipes-core/glibc/glibc_2.25.bbappend
@@ -0,0 +1,11 @@
1# look for files in the layer first
2FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
3
4SRC_URI += " \
5 file://CVE-2017-1000366.patch \
6 file://CVE-2017-12132.patch \
7 file://CVE-2017-8804.patch \
8 file://CVE-2017-16997-Check-for-empty-tokens-before-dynamic-string-tok.patch \
9 file://CVE-2018-6551-Fix-integer-overflows-in-internal-memalign-and-malloc-functions.patch \
10 file://CVE-2017-12133-sunrpc-Avoid-use-after-free-read-access-in-clntudp_c.patch \
11 "