aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2026-05-10 14:10:10 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2026-05-10 14:10:10 +0000
commit3fccd66484fd8ae687f7b6b763ece26f43c75a1c (patch)
treecbfea7ef0b4c2feb7c5140c19366cedbbc1494ac
parent80649fc72f638299e972e6440d048f3e322188cd (diff)
downloadlh-bootstrap-3fccd66484fd8ae687f7b6b763ece26f43c75a1c.tar.gz
Update dropbear to 2026.91
-rw-r--r--sub/dropbear/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/sub/dropbear/Makefile b/sub/dropbear/Makefile
index 2e38719..c120303 100644
--- a/sub/dropbear/Makefile
+++ b/sub/dropbear/Makefile
@@ -1,6 +1,5 @@
-DROPBEAR_VERSION ?= 2026.90
-# DROPBEAR_VERSION ?= 2024.85 # previous working version
+DROPBEAR_VERSION ?= 2026.91
DROPBEAR_SITE := https://mirror.dropbear.nl/mirror/releases
# DROPBEAR_SITE := https://matt.ucc.asn.au/dropbear/releases
DROPBEAR_CONF_STATIC := $(if $(filter true,$(TARGET_STATIC)),--enable-static,)