summaryrefslogtreecommitdiffstats
path: root/recipes-core/systemd/systemd_232.bbappend
diff options
context:
space:
mode:
authorDan Andresan <Dan.Andresan@enea.com>2018-10-26 15:18:53 +0200
committerDan Andresan <Dan.Andresan@enea.com>2018-10-26 15:22:22 +0200
commit7cfe300faae3259f59ff3e5eaf3c2c743b4cd374 (patch)
treee895110a3eb24ade123d7800de781d72df089cb5 /recipes-core/systemd/systemd_232.bbappend
parent5b8928cd5f01d83ae27824bb5d411723cabc3108 (diff)
downloadmeta-el-common-7cfe300faae3259f59ff3e5eaf3c2c743b4cd374.tar.gz
systemd: fix CVE-2017-15908
systemd in the upstream pyro is 232 CVE: CVE-2017-15908 Reference: https://github.com/systemd/systemd/commit/9f939335a07085aa9a9663efd1dca06ef6405d62 Change-Id: Ifb3c138b324fe943c8a80e646c06731420d69ec0 Signed-off-by: Andreas Wellving <andreas.wellving@enea.com> Signed-off-by: Adrian Mangeac <adrian.mangeac@enea.com>
Diffstat (limited to 'recipes-core/systemd/systemd_232.bbappend')
-rw-r--r--recipes-core/systemd/systemd_232.bbappend7
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes-core/systemd/systemd_232.bbappend b/recipes-core/systemd/systemd_232.bbappend
new file mode 100644
index 0000000..699019d
--- /dev/null
+++ b/recipes-core/systemd/systemd_232.bbappend
@@ -0,0 +1,7 @@
1# look for files in the layer first
2FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
3
4SRC_URI += " \
5 file://CVE-2017-9445.patch \
6 file://CVE-2017-15908-resolved-fix-loop-on-packets-with-pseudo-dns-types.patch \
7 "