summaryrefslogtreecommitdiffstats
path: root/recipes-core/glibc/glibc_2.25.bbappend
diff options
context:
space:
mode:
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 "