diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-08-11 21:53:15 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-08-11 21:53:15 +0000 |
commit | e96a64d75e39102148c153e2ac65008888cbf28e (patch) | |
tree | 0e97971e8a6aa4d01ba40c638a00ef964d75435b /package/dropbear/patches/100-pubkey_path.patch | |
parent | da932d9e1a0fba6eb16779764f66b04c53ef133d (diff) | |
download | upstream-e96a64d75e39102148c153e2ac65008888cbf28e.tar.gz upstream-e96a64d75e39102148c153e2ac65008888cbf28e.tar.bz2 upstream-e96a64d75e39102148c153e2ac65008888cbf28e.zip |
Upgrade dropbear to 0.50 (#2201)
SVN-Revision: 8400
Diffstat (limited to 'package/dropbear/patches/100-pubkey_path.patch')
-rw-r--r-- | package/dropbear/patches/100-pubkey_path.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/dropbear/patches/100-pubkey_path.patch b/package/dropbear/patches/100-pubkey_path.patch index 3f76e3a743..9c7fc19c43 100644 --- a/package/dropbear/patches/100-pubkey_path.patch +++ b/package/dropbear/patches/100-pubkey_path.patch @@ -1,7 +1,7 @@ -Index: dropbear-0.49/svr-authpubkey.c +Index: dropbear-0.50/svr-authpubkey.c =================================================================== ---- dropbear-0.49.orig/svr-authpubkey.c 2007-06-04 13:21:39.475975408 +0200 -+++ dropbear-0.49/svr-authpubkey.c 2007-06-04 13:21:39.542965224 +0200 +--- dropbear-0.50.orig/svr-authpubkey.c 2007-08-10 23:47:48.000000000 +0200 ++++ dropbear-0.50/svr-authpubkey.c 2007-08-10 23:47:48.000000000 +0200 @@ -176,6 +176,8 @@ goto out; } |