From f3f8d9e32f8157a1d774ff912c6df0b51524cb2c Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Fri, 10 Feb 2023 13:24:16 +0000 Subject: Revert to an earlier, but working, version of dropbear Signed-off-by: Laurent Bercot --- sub/dropbear/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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,) -- cgit v1.2.3