|
@@ -4,7 +4,7 @@
|
|
|
#
|
|
|
################################################################################
|
|
|
|
|
|
-DROPBEAR_VERSION = 2022.82
|
|
|
+DROPBEAR_VERSION = 2022.83
|
|
|
DROPBEAR_SITE = https://matt.ucc.asn.au/dropbear/releases
|
|
|
DROPBEAR_SOURCE = dropbear-$(DROPBEAR_VERSION).tar.bz2
|
|
|
DROPBEAR_LICENSE = MIT, BSD-2-Clause, Public domain
|
|
@@ -64,13 +64,9 @@ define DROPBEAR_ENABLE_LEGACY_CRYPTO
|
|
|
echo '#define DROPBEAR_ENABLE_CBC_MODE 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_DSS 1' >> $(@D)/localoptions.h
|
|
|
endef
|
|
|
DROPBEAR_POST_EXTRACT_HOOKS += DROPBEAR_ENABLE_LEGACY_CRYPTO
|
|
|
-else
|
|
|
-define DROPBEAR_DISABLE_LEGACY_CRYPTO
|
|
|
- echo '#define DROPBEAR_DSS 0' >> $(@D)/localoptions.h
|
|
|
-endef
|
|
|
-DROPBEAR_POST_EXTRACT_HOOKS += DROPBEAR_DISABLE_LEGACY_CRYPTO
|
|
|
endif
|
|
|
|
|
|
ifeq ($(BR2_PACKAGE_DROPBEAR_DISABLE_REVERSEDNS),)
|