|
@@ -4,7 +4,7 @@
|
|
#
|
|
#
|
|
################################################################################
|
|
################################################################################
|
|
|
|
|
|
-DROPBEAR_VERSION = 2024.86
|
|
|
|
|
|
+DROPBEAR_VERSION = 2025.87
|
|
DROPBEAR_SITE = https://matt.ucc.asn.au/dropbear/releases
|
|
DROPBEAR_SITE = https://matt.ucc.asn.au/dropbear/releases
|
|
DROPBEAR_SOURCE = dropbear-$(DROPBEAR_VERSION).tar.bz2
|
|
DROPBEAR_SOURCE = dropbear-$(DROPBEAR_VERSION).tar.bz2
|
|
DROPBEAR_LICENSE = MIT, BSD-2-Clause, Public domain
|
|
DROPBEAR_LICENSE = MIT, BSD-2-Clause, Public domain
|
|
@@ -69,6 +69,9 @@ define DROPBEAR_ENABLE_LEGACY_CRYPTO
|
|
echo '#define DROPBEAR_SHA1_96_HMAC 1' >> $(@D)/localoptions.h
|
|
echo '#define DROPBEAR_SHA1_96_HMAC 1' >> $(@D)/localoptions.h
|
|
echo '#define DROPBEAR_DH_GROUP1 1' >> $(@D)/localoptions.h
|
|
echo '#define DROPBEAR_DH_GROUP1 1' >> $(@D)/localoptions.h
|
|
echo '#define DROPBEAR_DSS 1' >> $(@D)/localoptions.h
|
|
echo '#define DROPBEAR_DSS 1' >> $(@D)/localoptions.h
|
|
|
|
+ echo '#define DROPBEAR_SHA1_HMAC 1' >> $(@D)/localoptions.h
|
|
|
|
+ echo '#define DROPBEAR_RSA_SHA1 1' >> $(@D)/localoptions.h
|
|
|
|
+ echo '#define DROPBEAR_DH_GROUP14_SHA1 1' >> $(@D)/localoptions.h
|
|
endef
|
|
endef
|
|
DROPBEAR_POST_EXTRACT_HOOKS += DROPBEAR_ENABLE_LEGACY_CRYPTO
|
|
DROPBEAR_POST_EXTRACT_HOOKS += DROPBEAR_ENABLE_LEGACY_CRYPTO
|
|
endif
|
|
endif
|