diff options
author | Jose Quaresma <quaresma.jose@gmail.com> | 2024-07-26 16:48:37 +0100 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2024-08-01 06:08:09 -0700 |
commit | 0d70afb10742a2f6ee9dfcd53067bb729032d628 (patch) | |
tree | 7b5e8566d00f1d489b4cb3b628dd9fa9e429047a | |
parent | 73481baaa992633dd935e2a700480b6a98823b4c (diff) | |
download | poky-0d70afb10742a2f6ee9dfcd53067bb729032d628.tar.gz |
openssh: systemd sd-notify patch was rejected upstream
Still side effects of the XZ backdoor.
Racional [1]:
License incompatibility and library bloatedness were the reasons.
Given recent events we're never going to take a dependency on libsystemd,
though we might implement the notification protocol ourselves if it isn't too much work.
[1] https://github.com/openssh/openssh-portable/pull/375#issuecomment-2027749729
(From OE-Core rev: 29faae166366dd022598b95fb1595bd9473d2a17)
Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit c3403bb6254d027356b25ce3f00786e2c4545207)
Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r-- | meta/recipes-connectivity/openssh/openssh/0001-systemd-Add-optional-support-for-systemd-sd_notify.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/openssh/openssh/0001-systemd-Add-optional-support-for-systemd-sd_notify.patch b/meta/recipes-connectivity/openssh/openssh/0001-systemd-Add-optional-support-for-systemd-sd_notify.patch index acda8f1ce9..f7a1d12e8d 100644 --- a/meta/recipes-connectivity/openssh/openssh/0001-systemd-Add-optional-support-for-systemd-sd_notify.patch +++ b/meta/recipes-connectivity/openssh/openssh/0001-systemd-Add-optional-support-for-systemd-sd_notify.patch | |||
@@ -6,7 +6,7 @@ Subject: [PATCH] systemd: Add optional support for systemd `sd_notify` | |||
6 | This is a rebase of Dennis Lamm's <expeditioneer@gentoo.org> | 6 | This is a rebase of Dennis Lamm's <expeditioneer@gentoo.org> |
7 | patch based on Jakub Jelen's <jjelen@redhat.com> original patch | 7 | patch based on Jakub Jelen's <jjelen@redhat.com> original patch |
8 | 8 | ||
9 | Upstream-Status: Submitted [https://github.com/openssh/openssh-portable/pull/375/commits/be187435911cde6cc3cef6982a508261074f1e56] | 9 | Upstream-Status: Denied [https://github.com/openssh/openssh-portable/pull/375/commits/be187435911cde6cc3cef6982a508261074f1e56] |
10 | 10 | ||
11 | Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com> | 11 | Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com> |
12 | --- | 12 | --- |