summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2020-01-17 18:58:13 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-01-28 11:15:02 +0000
commit907bd3188b85f003672f61c5a81942549179cd73 (patch)
tree849f243989e4752d8f05e11c1e5e0e01b1829216
parent300234fd6a744b2f2ac91171c483692c6cede4ab (diff)
downloadpoky-907bd3188b85f003672f61c5a81942549179cd73.tar.gz
systemd: Whitelist CVE-2018-21029 CVE-2019-3843 CVE-2019-3844
One does not strictly apply to 241, for the other two a fix was already backported to the 241 branch. (From OE-Core rev: d328696acfd4967d19e32680033d9594dd00b92c) Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-core/systemd/systemd.inc7
1 files changed, 7 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd.inc b/meta/recipes-core/systemd/systemd.inc
index 2b9c291959..cb41ac5b22 100644
--- a/meta/recipes-core/systemd/systemd.inc
+++ b/meta/recipes-core/systemd/systemd.inc
@@ -14,6 +14,13 @@ LICENSE = "GPLv2 & LGPLv2.1"
14LIC_FILES_CHKSUM = "file://LICENSE.GPL2;md5=751419260aa954499f7abaabaa882bbe \ 14LIC_FILES_CHKSUM = "file://LICENSE.GPL2;md5=751419260aa954499f7abaabaa882bbe \
15 file://LICENSE.LGPL2.1;md5=4fbd65380cdd255951079008b364516c" 15 file://LICENSE.LGPL2.1;md5=4fbd65380cdd255951079008b364516c"
16 16
17# DNSOverTLS strict mode was added in 243
18# https://github.com/systemd/systemd/issues/9397
19CVE_CHECK_WHITELIST += "CVE-2018-21029"
20
21# Commit dc903ec516cb on the 241 branch
22CVE_CHECK_WHITELIST += "CVE-2019-3843 CVE-2019-3844"
23
17SRCREV = "511646b8ac5c82f210b16920044465756913d238" 24SRCREV = "511646b8ac5c82f210b16920044465756913d238"
18SRCBRANCH = "v241-stable" 25SRCBRANCH = "v241-stable"
19SRC_URI = "git://github.com/systemd/systemd-stable.git;protocol=git;branch=${SRCBRANCH}" 26SRC_URI = "git://github.com/systemd/systemd-stable.git;protocol=git;branch=${SRCBRANCH}"