Changeset 2732
- Timestamp:
- 15.11.2008 20:25:08 (8 weeks ago)
- Location:
- trunk
- Files:
-
- 6 modified
-
CHANGELOG (modified) (1 diff)
-
make/dropbear/Config.in (modified) (1 diff)
-
make/dropbear/dropbear.mk (modified) (1 diff)
-
make/dropbear/patches/100-root-login-only.patch (modified) (1 diff)
-
make/dropbear/patches/110-options.h.patch (modified) (2 diffs)
-
make/dropbear/patches/250-login-limits.patch (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/CHANGELOG
r2722 r2732 66 66 * curl 7.19.1 67 67 * devmapper 1.02.27 68 * dropbear 0.52 68 69 * dns2tcp 0.4.3 69 70 * e2fsprogs 1.41.1 -
trunk/make/dropbear/Config.in
r2049 r2732 1 1 config FREETZ_PACKAGE_DROPBEAR 2 bool "Dropbear 0.5 1"2 bool "Dropbear 0.52" 3 3 select FREETZ_LIB_libutil 4 4 default n -
trunk/make/dropbear/dropbear.mk
r2049 r2732 1 $(call PKG_INIT_BIN, 0.5 1)1 $(call PKG_INIT_BIN, 0.52) 2 2 $(PKG)_SOURCE:=dropbear-$($(PKG)_VERSION).tar.bz2 3 3 $(PKG)_SITE:=http://matt.ucc.asn.au/dropbear/releases -
trunk/make/dropbear/patches/100-root-login-only.patch
r2049 r2732 1 --- svr-auth.c.orig 2008- 03-27 14:17:16.000000000 +01002 +++ svr-auth.c 2008- 03-29 01:30:09.000000000 +01003 @@ -2 71,6 +271,14 @@1 --- svr-auth.c.orig 2008-11-11 15:09:03.000000000 +0100 2 +++ svr-auth.c 2008-11-10 16:17:50.000000000 +0100 3 @@ -248,6 +248,14 @@ 4 4 return DROPBEAR_FAILURE; 5 5 } -
trunk/make/dropbear/patches/110-options.h.patch
r962 r2732 1 --- options.h.orig 200 7-08-08 17:39:37.000000000 +02002 +++ options.h 200 7-08-08 18:33:13.000000000 +02001 --- options.h.orig 2008-11-11 15:13:50.000000000 +0100 2 +++ options.h 2008-11-10 16:17:50.000000000 +0100 3 3 @@ -21,10 +21,10 @@ 4 4 … … 23 23 /* Enable TCP Fowarding */ 24 24 /* 'Local' is "-L" style (client listening port forwarded via server) 25 @@ -2 04,12 +204,12 @@25 @@ -227,12 +227,12 @@ 26 26 * OpenSSH), set the path below. If the path isn't defined, sftp will not 27 27 * be enabled */ -
trunk/make/dropbear/patches/250-login-limits.patch
r1931 r2732 1 --- options. orig 2008-02-10 18:25:17.000000000 +01002 +++ options.h 2008- 02-10 18:30:23.000000000 +01003 @@ -1 74,18 +174,18 @@1 --- options.h.orig 2008-11-10 16:17:50.000000000 +0100 2 +++ options.h 2008-11-10 16:17:50.000000000 +0100 3 @@ -197,18 +197,18 @@ 4 4 * not yet authenticated. After this limit, connections are rejected */ 5 5 /* The first setting is per-IP, to avoid denial of service */ … … 23 23 24 24 /* The default file to store the daemon's process ID, for shutdown 25 @@ -256,7 +256,7 @@ 25 --- sysoptions.h.orig 2008-11-11 15:09:03.000000000 +0100 26 +++ sysoptions.h 2008-11-10 16:17:50.000000000 +0100 27 @@ -20,7 +20,7 @@ 26 28 #endif 27 29 /* Close connections to clients which haven't authorised after AUTH_TIMEOUT */
