|
@@ -4,10 +4,10 @@
|
|
|
#
|
|
|
################################################################################
|
|
|
|
|
|
-DROPBEAR_VERSION = 2019.78
|
|
|
+DROPBEAR_VERSION = 2020.79
|
|
|
DROPBEAR_SITE = https://matt.ucc.asn.au/dropbear/releases
|
|
|
DROPBEAR_SOURCE = dropbear-$(DROPBEAR_VERSION).tar.bz2
|
|
|
-DROPBEAR_LICENSE = MIT, BSD-2-Clause, BSD-3-Clause
|
|
|
+DROPBEAR_LICENSE = MIT, BSD-2-Clause, Public domain
|
|
|
DROPBEAR_LICENSE_FILES = LICENSE
|
|
|
DROPBEAR_TARGET_BINS = dropbearkey dropbearconvert scp
|
|
|
DROPBEAR_PROGRAMS = dropbear $(DROPBEAR_TARGET_BINS)
|
|
@@ -58,9 +58,6 @@ endif
|
|
|
|
|
|
ifneq ($(BR2_PACKAGE_DROPBEAR_LEGACY_CRYPTO),y)
|
|
|
define DROPBEAR_DISABLE_LEGACY_CRYPTO
|
|
|
- echo '#define DROPBEAR_3DES 0' >> $(@D)/localoptions.h
|
|
|
- echo '#define DROPBEAR_ENABLE_CBC_MODE 0' >> $(@D)/localoptions.h
|
|
|
- echo '#define DROPBEAR_SHA1_96_HMAC 0' >> $(@D)/localoptions.h
|
|
|
echo '#define DROPBEAR_DSS 0' >> $(@D)/localoptions.h
|
|
|
echo '#define DROPBEAR_DH_GROUP1 0' >> $(@D)/localoptions.h
|
|
|
endef
|