aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/dropbear/Makefile
diff options
context:
space:
mode:
authorMartin Schiller <ms@dev.tdt.de>2017-11-22 13:39:51 +0100
committerHans Dedecker <dedeckeh@gmail.com>2017-12-12 22:24:17 +0100
commit65d62b5f4ffcb481994f6865d0e03d0e9ad58b2b (patch)
treeb5c03d0aa6123bf579676e6c2925bfc500fd67e5 /package/network/services/dropbear/Makefile
parent575178e4628cf32b97feec66c4a9726b4f30fa88 (diff)
downloadupstream-65d62b5f4ffcb481994f6865d0e03d0e9ad58b2b.tar.gz
upstream-65d62b5f4ffcb481994f6865d0e03d0e9ad58b2b.tar.bz2
upstream-65d62b5f4ffcb481994f6865d0e03d0e9ad58b2b.zip
dropbear: disable MD5 HMAC and switch to sha1 fingerprints
As MD5 is known weak for many years and more and more penetration test tools complain about enabled MD5 HMAC I think it's time to drop it. By disabling the MD5 HMAC support dropbear will also automatically use SHA1 for fingerprints. This shouldn't be a problem too. Signed-off-by: Martin Schiller <ms@dev.tdt.de>
Diffstat (limited to 'package/network/services/dropbear/Makefile')
-rw-r--r--package/network/services/dropbear/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/dropbear/Makefile b/package/network/services/dropbear/Makefile
index 133fa4ebb4..21ac09f724 100644
--- a/package/network/services/dropbear/Makefile
+++ b/package/network/services/dropbear/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=dropbear
PKG_VERSION:=2017.75
-PKG_RELEASE:=4
+PKG_RELEASE:=5
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:= \