diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-04-29 17:59:12 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-04-29 17:59:12 +0200 |
commit | 5782397d77cd243c1174c98051158febe3a21641 (patch) | |
tree | 861884ab0072eb6a65f800dc552b69022219dc9a /package/dropbear/patches | |
parent | aa2345af436cfb40dff27df88cbd4a5fb79d477a (diff) |
update to latest upstream
Diffstat (limited to 'package/dropbear/patches')
-rw-r--r-- | package/dropbear/patches/patch-options_h | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/package/dropbear/patches/patch-options_h b/package/dropbear/patches/patch-options_h index 0a7dd432b..68a8b2a1b 100644 --- a/package/dropbear/patches/patch-options_h +++ b/package/dropbear/patches/patch-options_h @@ -1,16 +1,7 @@ -$Id: update-patches 24 2008-08-31 14:56:13Z wbx $ ---- dropbear-2012.55.orig/options.h 2012-02-23 14:47:06.000000000 +0100 -+++ dropbear-2012.55/options.h 2012-06-02 20:53:47.000000000 +0200 -@@ -144,7 +144,7 @@ much traffic. */ - #endif - - /* Whether to do reverse DNS lookups. */ --#define DO_HOST_LOOKUP -+/* #define DO_HOST_LOOKUP */ - - /* Whether to print the message of the day (MOTD). This doesn't add much code - * size */ -@@ -243,7 +243,7 @@ much traffic. */ +diff -Nur dropbear-2013.58.orig/options.h dropbear-2013.58/options.h +--- dropbear-2013.58.orig/options.h 2013-04-18 16:58:14.000000000 +0200 ++++ dropbear-2013.58/options.h 2013-04-29 14:28:47.000000000 +0200 +@@ -247,7 +247,7 @@ /* The command to invoke for xauth when using X11 forwarding. * "-q" for quiet */ #ifndef XAUTH_COMMAND |