diff options
author | Steven Barth <cyrus@openwrt.org> | 2015-09-02 11:48:57 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2015-09-02 11:48:57 +0000 |
commit | a0d06f65aed35de3b9ea58d139606124f8b43b8f (patch) | |
tree | 094c18a413b5bc5e8bf20668374d560e98486140 /package/network/services/dropbear/patches/100-pubkey_path.patch | |
parent | 7d6cff4882e1484e09956e19825acdae3a68618c (diff) | |
download | upstream-a0d06f65aed35de3b9ea58d139606124f8b43b8f.tar.gz upstream-a0d06f65aed35de3b9ea58d139606124f8b43b8f.tar.bz2 upstream-a0d06f65aed35de3b9ea58d139606124f8b43b8f.zip |
dropbear: bump to 2015.68
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 46769
Diffstat (limited to 'package/network/services/dropbear/patches/100-pubkey_path.patch')
-rw-r--r-- | package/network/services/dropbear/patches/100-pubkey_path.patch | 4 |
1 files changed, 2 insertions, 2 deletions
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; } |