diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-03-26 14:28:14 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-03-26 14:28:14 +0000 |
commit | a346b400c63e5490aad00c39bf121ee5b8e4d68c (patch) | |
tree | 65c5b3804ae5c2fda9cd40567c722edc7c2145ba /package/dropbear/patches/100-pubkey_path.patch | |
parent | 17b8b815640a0fe9ea51a57a6b56e3c99a747709 (diff) | |
download | upstream-a346b400c63e5490aad00c39bf121ee5b8e4d68c.tar.gz upstream-a346b400c63e5490aad00c39bf121ee5b8e4d68c.tar.bz2 upstream-a346b400c63e5490aad00c39bf121ee5b8e4d68c.zip |
package/dropbear: refresh patches
SVN-Revision: 20460
Diffstat (limited to 'package/dropbear/patches/100-pubkey_path.patch')
-rw-r--r-- | package/dropbear/patches/100-pubkey_path.patch | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/package/dropbear/patches/100-pubkey_path.patch b/package/dropbear/patches/100-pubkey_path.patch index 25a81614ca..c1802f51e5 100644 --- a/package/dropbear/patches/100-pubkey_path.patch +++ b/package/dropbear/patches/100-pubkey_path.patch @@ -1,7 +1,6 @@ -diff -ur dropbear-0.52.orig/svr-authpubkey.c dropbear-0.52/svr-authpubkey.c ---- dropbear-0.52.orig/svr-authpubkey.c 2009-04-08 00:32:16.000000000 +0200 -+++ dropbear-0.52/svr-authpubkey.c 2009-04-08 00:44:11.000000000 +0200 -@@ -209,17 +209,21 @@ +--- a/svr-authpubkey.c ++++ b/svr-authpubkey.c +@@ -209,17 +209,21 @@ static int checkpubkey(unsigned char* al goto out; } @@ -34,7 +33,7 @@ diff -ur dropbear-0.52.orig/svr-authpubkey.c dropbear-0.52/svr-authpubkey.c if (authfile == NULL) { goto out; } -@@ -372,26 +376,35 @@ +@@ -372,26 +376,35 @@ static int checkpubkeyperms() { goto out; } |