|
@@ -4,7 +4,7 @@
|
|
|
#
|
|
|
################################################################################
|
|
|
|
|
|
-DROPBEAR_VERSION = 2014.66
|
|
|
+DROPBEAR_VERSION = 2015.67
|
|
|
DROPBEAR_SITE = http://matt.ucc.asn.au/dropbear/releases
|
|
|
DROPBEAR_SOURCE = dropbear-$(DROPBEAR_VERSION).tar.bz2
|
|
|
DROPBEAR_TARGET_BINS = dbclient dropbearkey dropbearconvert scp ssh
|
|
@@ -30,14 +30,14 @@ define DROPBEAR_ENABLE_REVERSE_DNS
|
|
|
endef
|
|
|
|
|
|
define DROPBEAR_BUILD_SMALL
|
|
|
- $(SED) 's:.*\(#define DROPBEAR_SMALL_CODE\).*:\1:' $(@D)/options.h
|
|
|
$(SED) 's:.*\(#define NO_FAST_EXPTMOD\).*:\1:' $(@D)/options.h
|
|
|
endef
|
|
|
|
|
|
define DROPBEAR_BUILD_FEATURED
|
|
|
+ $(SED) 's:^#define DROPBEAR_SMALL_CODE::' $(@D)/options.h
|
|
|
$(SED) 's:.*\(#define DROPBEAR_BLOWFISH\).*:\1:' $(@D)/options.h
|
|
|
- $(SED) 's:.*\(#define DROPBEAR_SHA2_256_HMAC\).*:\1:' $(@D)/options.h
|
|
|
- $(SED) 's:.*\(#define DROPBEAR_SHA2_512_HMAC\).*:\1:' $(@D)/options.h
|
|
|
+ $(SED) 's:.*\(#define DROPBEAR_TWOFISH128\).*:\1:' $(@D)/options.h
|
|
|
+ $(SED) 's:.*\(#define DROPBEAR_TWOFISH256\).*:\1:' $(@D)/options.h
|
|
|
endef
|
|
|
|
|
|
define DROPBEAR_DISABLE_STANDALONE
|