summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd/systemd_241.bb
diff options
context:
space:
mode:
authorMarcus Cooper <marcus.cooper@axis.com>2019-03-13 14:07:15 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-03-18 11:12:26 +0000
commitf915e9c3d975d3b2335c1dc85a3c6e512db204b5 (patch)
tree25854b23b1ceb9bd80ed0dc5ed67d8ca70a260b3 /meta/recipes-core/systemd/systemd_241.bb
parent100a30bdb11738e6ce7d1fe224a6da9e9829ce3e (diff)
downloadpoky-f915e9c3d975d3b2335c1dc85a3c6e512db204b5.tar.gz
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 <marcusc@axis.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/systemd/systemd_241.bb')
-rw-r--r--meta/recipes-core/systemd/systemd_241.bb1
1 files changed, 1 insertions, 0 deletions
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 \
24 file://0005-rules-watch-metadata-changes-in-ide-devices.patch \ 24 file://0005-rules-watch-metadata-changes-in-ide-devices.patch \
25 file://0001-meson-declare-version.h-as-dep-for-various-targets-t.patch \ 25 file://0001-meson-declare-version.h-as-dep-for-various-targets-t.patch \
26 file://0001-meson-declare-version.h-as-dependency-for-systemd.patch \ 26 file://0001-meson-declare-version.h-as-dependency-for-systemd.patch \
27 file://CVE-2019-6454.patch \
27 " 28 "
28 29
29# patches needed by musl 30# patches needed by musl