Re: Dropbear 2013.59

2013-10-09 Thread Alexander Dahl
Hei hei, because of the security fixes I tried upgrading the dropbear package in ptxdist and this fails. Let me explain how. Am 2013-10-04 16:38, schrieb Matt Johnston: - make install now installs manpages dropbearkey.8 has been renamed to dropbearkey.1 manpage added for dropbearconvert

use dropbear ssh client over specific interface?

2014-10-18 Thread Alexander Dahl
Hei hei, say I have a machine with multiple network interfaces, and maybe policy based routing. Is it possible to let the ssh client use a specific network interface for an outgoing connection? I could not tell from `man 8 dropbear` or `man 1 dbclient`. Greets Alex signature.asc Description:

Re: Building with Musl

2016-07-26 Thread Alexander Dahl
Hei hei, Am 2016-07-26 14:34, schrieb Szabolcs Nagy: > note that there are several musl libc based linux distros > that package dropbear e.g. > http://git.alpinelinux.org/cgit/aports/plain/main/dropbear/ Which does not cross compile AFAIK. ;-) > some of them cross compile like openwrt so you

[PATCH 0 of 1] Fix build

2020-03-11 Thread Alexander Dahl
Hei hei, I'm currently working on upgrading dropbear in the ptxdist embedded Linux build system. ptxdist has a quite strict policy to explicitly pass all available options of ./configure in order to have a predictable build result. So I tried passing --disable-fuzz which did not have the expected

[PATCH 1 of 1] configure: Fix --disable-fuzz

2020-03-11 Thread Alexander Dahl
When explicitly passing --disable-fuzz to ./configure fuzz was actually enabled. Signed-off-by: Alexander Dahl diff --git a/configure.ac b/configure.ac --- a/configure.ac +++ b/configure.ac @@ -341,14 +341,21 @@ AC_ARG_ENABLE(fuzz, [ --enable-fuzz Build fuzzing

[PATCH] Update remaining advise to edit options.h

2020-03-10 Thread Alexander Dahl
INSTALL | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) # HG changeset patch # User Alexander Dahl # Date 1583851118 -3600 # Tue Mar 10 15:38:38 2020 +0100 # Node ID 1fb7cd010d7da0d7deb8b7571fd3d4a8af46fc86 # Parent

[PATCH] Update remaining advise to edit options.h

2020-03-10 Thread Alexander Dahl
# HG changeset patch # User Alexander Dahl # Date 1583851118 -3600 # Tue Mar 10 15:38:38 2020 +0100 # Node ID 1fb7cd010d7da0d7deb8b7571fd3d4a8af46fc86 # Parent 7402218141d4af3bec95929226ce5f0e435313a2 Update remaining advise to edit options.h You should edit localoptions.h instead. diff

Re: [PATCH 0 of 1] Fix build

2020-03-26 Thread Alexander Dahl
Hello, Am Mittwoch, 11. März 2020, 11:04:03 CET schrieb Alexander Dahl: > I'm currently working on upgrading dropbear in the ptxdist embedded > Linux build system. ptxdist has a quite strict policy to explicitly pass > all available options of ./configure in order to have a predictabl

Re: [ptxdist] build failure with recent dropbear 2022.82 on ptxdist for arm-v5te

2022-07-01 Thread Alexander Dahl
Hello Ian, Am Donnerstag, 30. Juni 2022, 16:19:53 CEST schrieb Ian Abbott: > On 30/06/2022 12:57, Alexander Dahl wrote: > > Hello, > > > > trying to build dropbear as part of a ptxdist based embedded BSP for an > > armv5te target, more precisely I try to up

build failure with recent dropbear 2022.82 on ptxdist for arm-v5te

2022-06-30 Thread Alexander Dahl
Hello, trying to build dropbear as part of a ptxdist based embedded BSP for an armv5te target, more precisely I try to upgrade dropbear from 2020.81 to 2022.82, the previous version builds fine, the new one fails to build. Cross toolchain is OSELAS.Toolchain-2016.06.1/arm-v5te-linux-gnueabi/