diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2025-05-02 07:06:37 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2025-05-02 07:06:37 +0000 |
| commit | 5f66829fd0446576fc18a12cd3580d68163a9fe3 (patch) | |
| tree | a5e199676b1546126e3bb6f2a615c6ee312b1abc /sub/dropbear/Makefile | |
| parent | af0680f18dd27888401624edd4eff7a9844c1cb5 (diff) | |
| download | lh-bootstrap-5f66829fd0446576fc18a12cd3580d68163a9fe3.tar.gz | |
Update to latest versions
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'sub/dropbear/Makefile')
| -rw-r--r-- | sub/dropbear/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
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,) |
