Changeset 2732

Show
Ignore:
Timestamp:
15.11.2008 20:25:08 (8 weeks ago)
Author:
Whoopie
Message:

dropbear: bump to 0.52

Location:
trunk
Files:
6 modified

Legend:

Unmodified
Added
Removed
  • trunk/CHANGELOG

    r2722 r2732  
    6666    * curl 7.19.1 
    6767    * devmapper 1.02.27 
     68    * dropbear 0.52 
    6869    * dns2tcp 0.4.3 
    6970    * e2fsprogs 1.41.1 
  • trunk/make/dropbear/Config.in

    r2049 r2732  
    11config FREETZ_PACKAGE_DROPBEAR 
    2         bool "Dropbear 0.51" 
     2        bool "Dropbear 0.52" 
    33        select FREETZ_LIB_libutil 
    44        default n 
  • trunk/make/dropbear/dropbear.mk

    r2049 r2732  
    1 $(call PKG_INIT_BIN, 0.51) 
     1$(call PKG_INIT_BIN, 0.52) 
    22$(PKG)_SOURCE:=dropbear-$($(PKG)_VERSION).tar.bz2 
    33$(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 +0100 
    2 +++ svr-auth.c  2008-03-29 01:30:09.000000000 +0100 
    3 @@ -271,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 @@ 
    44                return DROPBEAR_FAILURE; 
    55        } 
  • trunk/make/dropbear/patches/110-options.h.patch

    r962 r2732  
    1 --- options.h.orig      2007-08-08 17:39:37.000000000 +0200 
    2 +++ options.h   2007-08-08 18:33:13.000000000 +0200 
     1--- options.h.orig      2008-11-11 15:13:50.000000000 +0100 
     2+++ options.h   2008-11-10 16:17:50.000000000 +0100 
    33@@ -21,10 +21,10 @@ 
    44  
     
    2323 /* Enable TCP Fowarding */ 
    2424 /* 'Local' is "-L" style (client listening port forwarded via server) 
    25 @@ -204,12 +204,12 @@ 
     25@@ -227,12 +227,12 @@ 
    2626  * OpenSSH), set the path below. If the path isn't defined, sftp will not 
    2727  * be enabled */ 
  • trunk/make/dropbear/patches/250-login-limits.patch

    r1931 r2732  
    1 --- options.orig        2008-02-10 18:25:17.000000000 +0100 
    2 +++ options.h   2008-02-10 18:30:23.000000000 +0100 
    3 @@ -174,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 @@ 
    44  * not yet authenticated. After this limit, connections are rejected */ 
    55 /* The first setting is per-IP, to avoid denial of service */ 
     
    2323  
    2424 /* 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 @@ 
    2628 #endif 
    2729 /* Close connections to clients which haven't authorised after AUTH_TIMEOUT */