Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Baruch Siach via buildroot <buildroot@buildroot.org>
To: Niklas Yann Wettengel <niyawe@niyawe.de>
Cc: buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/1] packages/openssh: install sshd-session
Date: Tue, 02 Jul 2024 15:31:42 +0300	[thread overview]
Message-ID: <87sews3rgx.fsf@tarshish> (raw)
In-Reply-To: <20240702122149.1026781-1-niyawe@niyawe.de> (Niklas Yann Wettengel's message of "Tue, 2 Jul 2024 14:21:49 +0200")

Hi Niklas,

Thanks for the patch.

On Tue, Jul 02 2024, Niklas Yann Wettengel wrote:
> In OpenSSH 9.8 the server is split into two processes: sshd and
> sshd-session. This patch installs the sshd-session binary

Does that mean that sshd does not work after recent bump to version 9.8?

Please add this information to the commit log. This must be applied to
stable branches after the version bump.

Thanks,
baruch

>
> Signed-off-by: Niklas Yann Wettengel <niyawe@niyawe.de>
> ---
>  package/openssh/openssh.mk | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/package/openssh/openssh.mk b/package/openssh/openssh.mk
> index 6d846f64df..7065c3ae4f 100644
> --- a/package/openssh/openssh.mk
> +++ b/package/openssh/openssh.mk
> @@ -117,6 +117,7 @@ endif
>  ifeq ($(BR2_PACKAGE_OPENSSH_SERVER),y)
>  define OPENSSH_INSTALL_SERVER_PROGRAMS
>  	$(INSTALL) -D -m 0755 $(@D)/sshd $(TARGET_DIR)/usr/sbin/sshd
> +	$(INSTALL) -D -m 0755 $(@D)/sshd-session $(TARGET_DIR)/usr/libexec/sshd-session
>  	$(INSTALL) -D -m 0755 $(@D)/sftp-server $(TARGET_DIR)/usr/libexec/sftp-server
>  endef
>  OPENSSH_POST_INSTALL_TARGET_HOOKS += OPENSSH_INSTALL_SERVER_PROGRAMS

-- 
                                                     ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch@tkos.co.il - tel: +972.52.368.4656, http://www.tkos.co.il -
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  reply	other threads:[~2024-07-02 12:31 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-02 12:21 [Buildroot] [PATCH 1/1] packages/openssh: install sshd-session Niklas Yann Wettengel
2024-07-02 12:31 ` Baruch Siach via buildroot [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-02 12:36 Niklas Yann Wettengel
2024-07-02 15:53 ` Nevo Hed via buildroot
2024-07-02 19:30   ` Arnout Vandecappelle via buildroot
2024-07-02 16:25 ` Fiona Klute via buildroot
2024-07-02 19:30 ` Arnout Vandecappelle via buildroot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87sews3rgx.fsf@tarshish \
    --to=buildroot@buildroot.org \
    --cc=baruch@tkos.co.il \
    --cc=niyawe@niyawe.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox