From a0d06f65aed35de3b9ea58d139606124f8b43b8f Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Wed, 2 Sep 2015 11:48:57 +0000 Subject: dropbear: bump to 2015.68 Signed-off-by: Steven Barth SVN-Revision: 46769 --- package/network/services/dropbear/patches/100-pubkey_path.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/network/services/dropbear/patches/100-pubkey_path.patch') diff --git a/package/network/services/dropbear/patches/100-pubkey_path.patch b/package/network/services/dropbear/patches/100-pubkey_path.patch index 456874b730..41fdc1adab 100644 --- a/package/network/services/dropbear/patches/100-pubkey_path.patch +++ b/package/network/services/dropbear/patches/100-pubkey_path.patch @@ -1,6 +1,6 @@ --- a/svr-authpubkey.c +++ b/svr-authpubkey.c -@@ -208,17 +208,21 @@ static int checkpubkey(unsigned char* al +@@ -218,17 +218,21 @@ static int checkpubkey(char* algo, unsig goto out; } @@ -33,7 +33,7 @@ if (authfile == NULL) { goto out; } -@@ -371,26 +375,35 @@ static int checkpubkeyperms() { +@@ -381,26 +385,35 @@ static int checkpubkeyperms() { goto out; } -- cgit v1.2.3