From 5f66829fd0446576fc18a12cd3580d68163a9fe3 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Fri, 2 May 2025 07:06:37 +0000 Subject: Update to latest versions Signed-off-by: Laurent Bercot --- sub/dropbear/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'sub/dropbear/Makefile') diff --git a/sub/dropbear/Makefile b/sub/dropbear/Makefile index dddc6c4..8b4f6e8 100644 --- a/sub/dropbear/Makefile +++ b/sub/dropbear/Makefile @@ -1,7 +1,6 @@ -#DROPBEAR_VERSION ?= 2024.84 -DROPBEAR_VERSION ?= 2024.85 -# DROPBEAR_VERSION ?= 2020.81 # previous working version +DROPBEAR_VERSION ?= 2025.87 +# DROPBEAR_VERSION ?= 2024.85 # previous working version 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,) -- cgit v1.3.1