remove patches that change /dev/random to /dev/urandom
authorFelix Fietkau <nbd@openwrt.org>
Mon, 9 Oct 2006 18:07:08 +0000 (18:07 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Mon, 9 Oct 2006 18:07:08 +0000 (18:07 +0000)
SVN-Revision: 4996

openwrt/package/dropbear/patches/140-use_dev_urandom.patch [deleted file]
openwrt/package/openswan/patches/use-dev-urandom.patch [deleted file]

diff --git a/openwrt/package/dropbear/patches/140-use_dev_urandom.patch b/openwrt/package/dropbear/patches/140-use_dev_urandom.patch
deleted file mode 100644 (file)
index e1424f5..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -urN dropbear-0.45.old/options.h dropbear-0.45/options.h
---- dropbear-0.45.old/options.h        2005-03-14 17:12:22.000000000 +0100
-+++ dropbear-0.45/options.h    2005-03-14 17:13:49.000000000 +0100
-@@ -143,7 +143,7 @@
-  * however significantly reduce the security of your ssh connections
-  * if the PRNG state becomes guessable - make sure you know what you are
-  * doing if you change this. */
--#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"*/
diff --git a/openwrt/package/openswan/patches/use-dev-urandom.patch b/openwrt/package/openswan/patches/use-dev-urandom.patch
deleted file mode 100644 (file)
index 1a19884..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-diff -urN openswan-2.3.1dr6.old/programs/ranbits/ranbits.c openswan-2.3.1dr6.dev/programs/ranbits/ranbits.c
---- openswan-2.3.1dr6.old/programs/ranbits/ranbits.c   2004-04-04 03:50:56.000000000 +0200
-+++ openswan-2.3.1dr6.dev/programs/ranbits/ranbits.c   2005-04-05 17:37:16.000000000 +0200
-@@ -29,7 +29,7 @@
- #include <openswan.h>
- #ifndef DEVICE
--#define       DEVICE  "/dev/random"
-+#define       DEVICE  "/dev/urandom"
- #endif
- #ifndef QDEVICE
- #define       QDEVICE "/dev/urandom"
-diff -urN openswan-2.3.1dr6.old/programs/rsasigkey/rsasigkey.c openswan-2.3.1dr6.dev/programs/rsasigkey/rsasigkey.c
---- openswan-2.3.1dr6.old/programs/rsasigkey/rsasigkey.c       2004-05-23 23:32:03.000000000 +0200
-+++ openswan-2.3.1dr6.dev/programs/rsasigkey/rsasigkey.c       2005-04-05 17:38:00.000000000 +0200
-@@ -31,7 +31,7 @@
- #include <gmp.h>
- #ifndef DEVICE
--#define       DEVICE  "/dev/random"
-+#define       DEVICE  "/dev/urandom"
- #endif
- #ifndef MAXBITS
- #define       MAXBITS 20000
-diff -urN openswan-2.3.1dr6.old/programs/starter/files.h openswan-2.3.1dr6.dev/programs/starter/files.h
---- openswan-2.3.1dr6.old/programs/starter/files.h     2005-01-11 18:52:51.000000000 +0100
-+++ openswan-2.3.1dr6.dev/programs/starter/files.h     2005-04-05 17:38:16.000000000 +0200
-@@ -36,7 +36,7 @@
- #define MY_PID_FILE     "/var/run/pluto/ipsec-starter.pid"
--#define DEV_RANDOM      "/dev/random"
-+#define DEV_RANDOM      "/dev/urandom"
- #define DEV_URANDOM     "/dev/urandom"
- #define PROC_IPSECVERSION   "/proc/net/ipsec_version"