diff options
author | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-17 12:24:08 +0000 |
---|---|---|
committer | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-17 12:24:08 +0000 |
commit | bf3eda107c10e5d73c716744bfadaee4b4ab0093 (patch) | |
tree | 5be4b26ccd509dcc7c91534d9095a6b0141908ce /obsolete-buildroot/sources/openwrt/ipkg/dropbear/dropbear.patch | |
parent | a14b6eb9921365d5c2ce4e3f9c7cbc73213770e7 (diff) |
removed the old directories, too.. cleanup is ready, yay
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2130 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'obsolete-buildroot/sources/openwrt/ipkg/dropbear/dropbear.patch')
-rw-r--r-- | obsolete-buildroot/sources/openwrt/ipkg/dropbear/dropbear.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/obsolete-buildroot/sources/openwrt/ipkg/dropbear/dropbear.patch b/obsolete-buildroot/sources/openwrt/ipkg/dropbear/dropbear.patch deleted file mode 100644 index 6a45edd08..000000000 --- a/obsolete-buildroot/sources/openwrt/ipkg/dropbear/dropbear.patch +++ /dev/null @@ -1,21 +0,0 @@ -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 -+#define LOCAL_IDENT "SSH-2.0-OpenSSH" - #define PROGNAME "dropbear" - - /* Spec recommends after one hour or 1 gigabyte of data. One hour |