summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd/systemd_244.5.bb
diff options
context:
space:
mode:
authorPurushottam Choudhary <purushottamchoudhary29@gmail.com>2022-01-21 18:37:33 +0530
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-02-16 09:48:51 +0000
commit40d6918639ce8227215e716551495b90f2197dd7 (patch)
tree059ca24a7ed0d0241123874f1e269c970823957e /meta/recipes-core/systemd/systemd_244.5.bb
parentbbd2561fe9a7b005295183e5ecc74d692203dee4 (diff)
downloadpoky-40d6918639ce8227215e716551495b90f2197dd7.tar.gz
systemd: Fix CVE-2021-3997
Add patches to fix CVE-2021-3997. Add additional below mentioned patches which are required to fix CVE: 1. rm-rf-optionally-fsync-after-removing-directory-tree.patch 2. rm-rf-refactor-rm-rf-children-split-out-body-of-directory.patch Link: http://archive.ubuntu.com/ubuntu/pool/main/s/systemd/systemd_245.4-4ubuntu3.15.debian.tar.xz (From OE-Core rev: b7f79fbf23488b954987dfc4aa867e42bdce7fee) Signed-off-by: Purushottam Choudhary <purushottam.choudhary@kpit.com> Signed-off-by: Purushottam Choudhary <purushottamchoudhary29@gmail.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/systemd/systemd_244.5.bb')
-rw-r--r--meta/recipes-core/systemd/systemd_244.5.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd_244.5.bb b/meta/recipes-core/systemd/systemd_244.5.bb
index b6f5a47d63..66446e2a7c 100644
--- a/meta/recipes-core/systemd/systemd_244.5.bb
+++ b/meta/recipes-core/systemd/systemd_244.5.bb
@@ -28,6 +28,11 @@ SRC_URI += "file://touchscreen.rules \
28 file://network-merge-link_drop-and-link_detach_from_manager.patch \ 28 file://network-merge-link_drop-and-link_detach_from_manager.patch \
29 file://network-also-drop-requests-when-link-enters-linger-state.patch \ 29 file://network-also-drop-requests-when-link-enters-linger-state.patch \
30 file://network-fix-Link-reference-counter-issue.patch \ 30 file://network-fix-Link-reference-counter-issue.patch \
31 file://rm-rf-refactor-rm-rf-children-split-out-body-of-directory.patch \
32 file://rm-rf-optionally-fsync-after-removing-directory-tree.patch \
33 file://CVE-2021-3997-1.patch \
34 file://CVE-2021-3997-2.patch \
35 file://CVE-2021-3997-3.patch \
31 " 36 "
32 37
33# patches needed by musl 38# patches needed by musl