summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2020-01-17 18:58:14 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-01-28 11:15:02 +0000
commitdc5fd540e702ca6d1cbdec06d2679f07fcd35188 (patch)
tree9cad0d9cde4393cfd9df5642f26a37327ff0c03a
parent907bd3188b85f003672f61c5a81942549179cd73 (diff)
downloadpoky-dc5fd540e702ca6d1cbdec06d2679f07fcd35188.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. (From OE-Core rev: 9160dc4dbee6fb13f1a46963ced7961505154213) 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.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"
21# Commit dc903ec516cb on the 241 branch 21# Commit dc903ec516cb on the 241 branch
22CVE_CHECK_WHITELIST += "CVE-2019-3843 CVE-2019-3844" 22CVE_CHECK_WHITELIST += "CVE-2019-3843 CVE-2019-3844"
23 23
24SRCREV = "511646b8ac5c82f210b16920044465756913d238" 24SRCREV = "d1cc09a6eac5f8d62e630cc31d604095e30d2d84"
25SRCBRANCH = "v241-stable" 25SRCBRANCH = "v241-stable"
26SRC_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}"
27 27