upgrade to dropbear 0.44 final, give the package a version number, and patch to use /dev/urandom
SVN-Revision: 196
This commit is contained in:
parent
40b4aaa8ca
commit
a5e92562f8
3 changed files with 18 additions and 8 deletions
|
@ -10,13 +10,13 @@
|
||||||
|
|
||||||
# For this example we'll use a fairly simple package that compiles easily
|
# For this example we'll use a fairly simple package that compiles easily
|
||||||
# and has sources available for download at sourceforge
|
# and has sources available for download at sourceforge
|
||||||
DROPBEAR=dropbear-0.44test3
|
DROPBEAR=dropbear-0.44
|
||||||
DROPBEAR_TARGET=.built
|
DROPBEAR_TARGET=.built
|
||||||
DROPBEAR_DIR=$(BUILD_DIR)/$(DROPBEAR)
|
DROPBEAR_DIR=$(BUILD_DIR)/$(DROPBEAR)
|
||||||
DROPBEAR_IPK=$(BUILD_DIR)/$(DROPBEAR)_mipsel.ipk
|
DROPBEAR_IPK=$(BUILD_DIR)/$(DROPBEAR)_mipsel.ipk
|
||||||
DROPBEAR_IPK_DIR=$(BUILD_DIR)/$(DROPBEAR)-ipk
|
DROPBEAR_IPK_DIR=$(BUILD_DIR)/$(DROPBEAR)-ipk
|
||||||
|
|
||||||
DROPBEAR_SITE=http://matt.ucc.asn.au/dropbear/testing/
|
DROPBEAR_SITE=http://matt.ucc.asn.au/dropbear/
|
||||||
DROPBEAR_SOURCE=$(DROPBEAR).tar.bz2
|
DROPBEAR_SOURCE=$(DROPBEAR).tar.bz2
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
Package: dropbear
|
Package: dropbear
|
||||||
Version: 0.44test3
|
Version: 0.44-1
|
||||||
Architecture: mipsel
|
Architecture: mipsel
|
||||||
Maintainer: Leigh Dyer <lsd@linuxgamers.net>
|
Maintainer: Leigh Dyer <lsd@linuxgamers.net>
|
||||||
Source: http://matt.ucc.asn.au/dropbear/testing/dropbear-0.44test2.tar.bz2
|
Source: http://matt.ucc.asn.au/dropbear/dropbear-0.44.tar.bz2
|
||||||
Section: net
|
Section: net
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Depends:
|
Depends:
|
||||||
|
|
|
@ -1,7 +1,17 @@
|
||||||
--- dropbear-0.44test3-old/options.h 2004-08-27 11:22:17.000000000 -0400
|
diff -bBurN dropbear-0.44/options.h dropbear-0.44-openwrt/options.h
|
||||||
+++ dropbear-0.44test3/options.h 2004-08-27 23:44:16.271117200 -0400
|
--- dropbear-0.44/options.h 2005-01-03 10:24:03.000000000 +0100
|
||||||
@@ -176,7 +176,7 @@
|
+++ dropbear-0.44-openwrt/options.h 2005-01-14 13:19:38.902029040 +0100
|
||||||
#define DROPBEAR_VERSION "0.44test3"
|
@@ -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
|
#endif
|
||||||
|
|
||||||
-#define LOCAL_IDENT "SSH-2.0-dropbear_" DROPBEAR_VERSION
|
-#define LOCAL_IDENT "SSH-2.0-dropbear_" DROPBEAR_VERSION
|
||||||
|
|
Loading…
Reference in a new issue