summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2020-01-17 18:58:14 +0200
committerArmin Kuster <akuster808@gmail.com>2020-01-22 18:24:41 -0800
commit9160dc4dbee6fb13f1a46963ced7961505154213 (patch)
tree4a5f0b63a306e305c8e3bd7cce3a3060eef3cdda
parentd328696acfd4967d19e32680033d9594dd00b92c (diff)
downloadopenembedded-core-contrib-9160dc4dbee6fb13f1a46963ced7961505154213.tar.gz
systemd: Upgrade to a more recent snapshot from the 241 branch
Bugfix-only changes on the 241 stable branch, including a fix for a breakage with OpenSSL >= 1.1.1c. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta/recipes-core/systemd/systemd.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/systemd/systemd.inc b/meta/recipes-core/systemd/systemd.inc
index cb41ac5b22..3161a6c543 100644
--- a/meta/recipes-core/systemd/systemd.inc
+++ b/meta/recipes-core/systemd/systemd.inc
@@ -21,7 +21,7 @@ CVE_CHECK_WHITELIST += "CVE-2018-21029"
# Commit dc903ec516cb on the 241 branch
CVE_CHECK_WHITELIST += "CVE-2019-3843 CVE-2019-3844"
-SRCREV = "511646b8ac5c82f210b16920044465756913d238"
+SRCREV = "d1cc09a6eac5f8d62e630cc31d604095e30d2d84"
SRCBRANCH = "v241-stable"
SRC_URI = "git://github.com/systemd/systemd-stable.git;protocol=git;branch=${SRCBRANCH}"