diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-01-15 11:24:09 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-01-15 11:24:09 +0000 |
commit | 64c23711ea10de53c49b4a16f1e1fefbcc23c56c (patch) | |
tree | b4aa16bbccc9725288af48bcabe9a73fd8a7cd08 /package/network/services/dropbear/patches/610-skip-default-keys-in-custom-runs.patch | |
parent | 708bbe9382ab5833228d3cac407e72034e768c6d (diff) | |
download | mtk-20170518-64c23711ea10de53c49b4a16f1e1fefbcc23c56c.zip mtk-20170518-64c23711ea10de53c49b4a16f1e1fefbcc23c56c.tar.gz mtk-20170518-64c23711ea10de53c49b4a16f1e1fefbcc23c56c.tar.bz2 |
dropbear: update version to 2015.71
Update dropbear to version 2015.71, released on 3 Dec 2015.
Refresh patches.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
SVN-Revision: 48243
Diffstat (limited to 'package/network/services/dropbear/patches/610-skip-default-keys-in-custom-runs.patch')
-rw-r--r-- | package/network/services/dropbear/patches/610-skip-default-keys-in-custom-runs.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/services/dropbear/patches/610-skip-default-keys-in-custom-runs.patch b/package/network/services/dropbear/patches/610-skip-default-keys-in-custom-runs.patch index ee6d273..f6453a4 100644 --- a/package/network/services/dropbear/patches/610-skip-default-keys-in-custom-runs.patch +++ b/package/network/services/dropbear/patches/610-skip-default-keys-in-custom-runs.patch @@ -1,6 +1,6 @@ --- a/svr-runopts.c +++ b/svr-runopts.c -@@ -475,6 +475,7 @@ void load_all_hostkeys() { +@@ -488,6 +488,7 @@ void load_all_hostkeys() { m_free(hostkey_file); } @@ -8,7 +8,7 @@ #ifdef DROPBEAR_RSA loadhostkey(RSA_PRIV_FILENAME, 0); #endif -@@ -486,6 +487,7 @@ void load_all_hostkeys() { +@@ -499,6 +500,7 @@ void load_all_hostkeys() { #ifdef DROPBEAR_ECDSA loadhostkey(ECDSA_PRIV_FILENAME, 0); #endif |