Update of /cvsroot/leaf/src/bering-uclibc/apps/dropbear
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv24409

Modified Files:
        buildtool.cfg buildtool.mk options.h 
Added Files:
        dropbear-0.49.tar.gz 
Removed Files:
        dropbear-0.48.1.tar.gz 
Log Message:
update to version 0.49

Index: options.h
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/dropbear/options.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** options.h   15 Mar 2006 19:36:28 -0000      1.11
--- options.h   5 Mar 2007 21:17:08 -0000       1.12
***************
*** 15,18 ****
--- 15,23 ----
  #endif
  
+ #ifndef DROPBEAR_DEFADDRESS
+ /* Listen on all interfaces */
+ #define DROPBEAR_DEFADDRESS ""
+ #endif
+ 
  /* Default hostkey paths - these can be specified on the command line */
  #ifndef DSS_PRIV_FILENAME
***************
*** 129,133 ****
  
  #define ENABLE_SVR_PASSWORD_AUTH
! /* #define ENABLE_SVR_PAM_AUTH */ /* requires ./configure --enable-pam */
  #define ENABLE_SVR_PUBKEY_AUTH
  
--- 134,138 ----
  
  #define ENABLE_SVR_PASSWORD_AUTH
! /*#define ENABLE_SVR_PAM_AUTH */ /* requires ./configure --enable-pam */
  #define ENABLE_SVR_PUBKEY_AUTH
  
***************
*** 178,182 ****
  #endif
  
! /* The file to store the daemon's process ID, for shutdown scripts etc */
  #ifndef DROPBEAR_PIDFILE
  #define DROPBEAR_PIDFILE "/var/run/dropbear.pid"
--- 183,188 ----
  #endif
  
! /* The default file to store the daemon's process ID, for shutdown
!    scripts etc. This can be overridden with the -P flag */
  #ifndef DROPBEAR_PIDFILE
  #define DROPBEAR_PIDFILE "/var/run/dropbear.pid"
***************
*** 200,205 ****
  #define _PATH_SSH_PROGRAM "/usr/bin/dbclient"
  
! /* Multi-purpose binary configuration has now moved. Look at the top
!  * of the Makefile for instructions, or INSTALL */
  
  /*******************************************************************
--- 206,213 ----
  #define _PATH_SSH_PROGRAM "/usr/bin/dbclient"
  
! /* Whether to log commands executed by a client. This only logs the 
!  * (single) command sent to the server, not what a user did in a 
!  * shell/sftp session etc. */
! /* #define LOG_COMMANDS */
  
  /*******************************************************************
***************
*** 208,212 ****
  
  #ifndef DROPBEAR_VERSION
! #define DROPBEAR_VERSION "0.48"
  #endif
  
--- 216,220 ----
  
  #ifndef DROPBEAR_VERSION
! #define DROPBEAR_VERSION "0.49"
  #endif
  
***************
*** 251,254 ****
--- 259,265 ----
                                                                 ipv4 and ipv6 
don't count twice */
  
+ /* Each port might have at least a v4 and a v6 address */
+ #define MAX_LISTEN_ADDR (DROPBEAR_MAX_PORTS*3)
+ 
  #define _PATH_TTY "/dev/tty"
  
***************
*** 301,305 ****
  
  /* size/count limits */
- #define MAX_LISTEN_ADDR 10
  
  #define MAX_PACKET_LEN 35000
--- 312,315 ----

--- dropbear-0.48.1.tar.gz DELETED ---

Index: buildtool.mk
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/dropbear/buildtool.mk,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** buildtool.mk        10 Sep 2006 18:34:24 -0000      1.9
--- buildtool.mk        5 Mar 2007 21:17:06 -0000       1.10
***************
*** 2,6 ****
  include $(MASTERMAKEFILE)
  
! DROPBEAR_DIR:=dropbear-0.48.1
  DROPBEAR_TARGET_DIR:=$(BT_BUILD_DIR)/dropbear
  
--- 2,6 ----
  include $(MASTERMAKEFILE)
  
! DROPBEAR_DIR:=dropbear-0.49
  DROPBEAR_TARGET_DIR:=$(BT_BUILD_DIR)/dropbear
  

Index: buildtool.cfg
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/dropbear/buildtool.cfg,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** buildtool.cfg       12 Sep 2006 17:54:37 -0000      1.11
--- buildtool.cfg       5 Mar 2007 21:17:06 -0000       1.12
***************
*** 5,9 ****
  </File>
  
! <File dropbear-0.48.1.tar.gz>
    Server = cvs-sourceforge
    Revision = HEAD
--- 5,9 ----
  </File>
  
! <File dropbear-0.49.tar.gz>
    Server = cvs-sourceforge
    Revision = HEAD
***************
*** 33,38 ****
  <Package>
        <dropbear>
!               Version = 0.48.1
!               Revision = 3
  
                Help <<EOF
--- 33,38 ----
  <Package>
        <dropbear>
!               Version = 0.49
!               Revision = 1
  
                Help <<EOF
***************
*** 103,107 ****
        </dropbear>
        <dbclient>
!               Version = 0.48.1
                Revision = 1
  
--- 103,107 ----
        </dropbear>
        <dbclient>
!               Version = 0.49
                Revision = 1
  

--- NEW FILE: dropbear-0.49.tar.gz ---
(This appears to be a binary file; contents omitted.)


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits

Reply via email to