[ptxdist] [PATCH] libevdev: Add python dependency.

2022-04-28 Thread Christian Melki
* Add missing host-system-python3 (>=2.6) dependency. Signed-off-by: Christian Melki --- rules/libevdev.in | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/libevdev.in b/rules/libevdev.in index 3cdc372db..4d90db437 100644 --- a/rules/libevdev.in +++ b/rules/libevdev.in @@ -2,6 +2,7 @@

[ptxdist] dropbear and sftp-server mismatch

2022-04-28 Thread Ian Abbott
Hi there, Since scp now defaults to using the SFTP protocol which is not built in to dropbear, I thought I'd configure my platform to enable OPENSSH_SFTP_SERVER, but I ran into a 'gotcha'. The server gets installed as "/usr/sbin/sftp-server" (and `--libexecdir` is configured as

Re: [ptxdist] dropbear and sftp-server mismatch

2022-04-28 Thread Alexander Dahl
Hello Ian, Am Thu, Apr 28, 2022 at 07:23:09PM +0100 schrieb Ian Abbott: > Hi there, > > Since scp now defaults to using the SFTP protocol which is not built in to > dropbear, I thought I'd configure my platform to enable OPENSSH_SFTP_SERVER, > but I ran into a 'gotcha'. The server gets