X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/437d48bef2502dc85ef8f53fa51ef08c84d9e204..baa4fe3e8de6d19e5bc3e621b1f9d27015f375d6:/obsolete-buildroot/sources/openwrt/ipkg/dropbear/dropbear.patch?ds=sidebyside diff --git a/obsolete-buildroot/sources/openwrt/ipkg/dropbear/dropbear.patch b/obsolete-buildroot/sources/openwrt/ipkg/dropbear/dropbear.patch index c39f387f2..6a45edd08 100644 --- a/obsolete-buildroot/sources/openwrt/ipkg/dropbear/dropbear.patch +++ b/obsolete-buildroot/sources/openwrt/ipkg/dropbear/dropbear.patch @@ -1,7 +1,17 @@ ---- dropbear-0.44test3-old/options.h 2004-08-27 11:22:17.000000000 -0400 -+++ dropbear-0.44test3/options.h 2004-08-27 23:44:16.271117200 -0400 -@@ -176,7 +176,7 @@ - #define DROPBEAR_VERSION "0.44test3" +diff -bBurN dropbear-0.44/options.h dropbear-0.44-openwrt/options.h +--- dropbear-0.44/options.h 2005-01-03 10:24:03.000000000 +0100 ++++ dropbear-0.44-openwrt/options.h 2005-01-14 13:19:38.902029040 +0100 +@@ -139,7 +139,7 @@ + * will prevent Dropbear from blocking on the device. This could + * however significantly reduce the security of your ssh connections + * if the PRNG state becomes simpler. */ +-#define DROPBEAR_RANDOM_DEV "/dev/random" ++#define DROPBEAR_RANDOM_DEV "/dev/urandom" + + /* prngd must be manually set up to produce output */ + /*#define DROPBEAR_PRNGD_SOCKET "/var/run/dropbear-rng"*/ +@@ -188,7 +188,7 @@ + #define DROPBEAR_VERSION "0.44" #endif -#define LOCAL_IDENT "SSH-2.0-dropbear_" DROPBEAR_VERSION