From f915e9c3d975d3b2335c1dc85a3c6e512db204b5 Mon Sep 17 00:00:00 2001 From: Marcus Cooper Date: Wed, 13 Mar 2019 14:07:15 +0100 Subject: systemd: fix CVE-2019-6454 The original fix was deleted when systemd was bumped from v239 to v241, however not all of the patches have made it into the latest version. Refactor the original patch to contain the missing changes. (From OE-Core rev: 400a0468a0f12f7f92f5287053a5fee0bb257fc1) Signed-off-by: Marcus Cooper Signed-off-by: Richard Purdie --- meta/recipes-core/systemd/systemd_241.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-core/systemd/systemd_241.bb') diff --git a/meta/recipes-core/systemd/systemd_241.bb b/meta/recipes-core/systemd/systemd_241.bb index 6532a58cf8..5d09e5d5fb 100644 --- a/meta/recipes-core/systemd/systemd_241.bb +++ b/meta/recipes-core/systemd/systemd_241.bb @@ -24,6 +24,7 @@ SRC_URI += "file://touchscreen.rules \ file://0005-rules-watch-metadata-changes-in-ide-devices.patch \ file://0001-meson-declare-version.h-as-dep-for-various-targets-t.patch \ file://0001-meson-declare-version.h-as-dependency-for-systemd.patch \ + file://CVE-2019-6454.patch \ " # patches needed by musl -- cgit v1.2.3-54-g00ecf