aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2023-02-10 13:24:16 +0000
committerLaurent Bercot <ska@appnovation.com>2023-02-10 13:24:16 +0000
commitf3f8d9e32f8157a1d774ff912c6df0b51524cb2c (patch)
treeb841ffff5e02c53802cfd0081707340f7aacd4b3
parent89b9fd96d17ed0ed0adc2ffc1345f660bea68f10 (diff)
downloadlh-bootstrap-f3f8d9e32f8157a1d774ff912c6df0b51524cb2c.tar.xz
Revert to an earlier, but working, version of dropbear
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rw-r--r--sub/dropbear/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sub/dropbear/Makefile b/sub/dropbear/Makefile
index 4e19b60..75b6563 100644
--- a/sub/dropbear/Makefile
+++ b/sub/dropbear/Makefile
@@ -1,5 +1,6 @@
-DROPBEAR_VERSION ?= 2022.83
+# DROPBEAR_VERSION ?= 2022.83 # buggy with inetd_mode + disable_syslog
+DROPBEAR_VERSION ?= 2020.81
DROPBEAR_CONF_STATIC := $(if $(filter true,$(TARGET_STATIC)),--enable-static,)
DROPBEAR_MAKE_STATIC := $(if $(filter true,$(TARGET_STATIC)),-static,)