]> code.ossystems Code Review - openembedded-core.git/commitdiff
systemd: Upgrade to a more recent snapshot from the 241 branch
authorAdrian Bunk <bunk@stusta.de>
Fri, 17 Jan 2020 16:58:14 +0000 (18:58 +0200)
committerArmin Kuster <akuster808@gmail.com>
Thu, 23 Jan 2020 02:24:41 +0000 (18:24 -0800)
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>
meta/recipes-core/systemd/systemd.inc

index cb41ac5b22c601e4bcfe93adfb1a93665b6f9968..3161a6c543c8aba66f16ea9a344c0c145abb5b7e 100644 (file)
@@ -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}"