From 7cfe300faae3259f59ff3e5eaf3c2c743b4cd374 Mon Sep 17 00:00:00 2001 From: Dan Andresan Date: Fri, 26 Oct 2018 15:18:53 +0200 Subject: 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 Signed-off-by: Adrian Mangeac --- recipes-core/systemd/systemd_232.bbappend | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 recipes-core/systemd/systemd_232.bbappend (limited to 'recipes-core/systemd/systemd_232.bbappend') 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 @@ +# look for files in the layer first +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + +SRC_URI += " \ + file://CVE-2017-9445.patch \ + file://CVE-2017-15908-resolved-fix-loop-on-packets-with-pseudo-dns-types.patch \ + " -- cgit v1.2.3-54-g00ecf