wok diff dropbear/receipt @ rev 23855

Up dropbear (2020.79), nagios (4.4.6)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jun 16 20:15:47 2020 +0000 (2020-06-16)
parents d1f85e376665
children 9096d6788292
line diff
     1.1 --- a/dropbear/receipt	Thu Feb 06 12:27:36 2020 +0100
     1.2 +++ b/dropbear/receipt	Tue Jun 16 20:15:47 2020 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="dropbear"
     1.7 -VERSION="2019.78"
     1.8 +VERSION="2020.79"
     1.9  CATEGORY="security"
    1.10  SHORT_DESC="Lightweight SSH2 server and client"
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -55,6 +55,7 @@
    1.13  			cat >> localoptions.h <<EOT
    1.14  #define DROPBEAR_SVR_PASSWORD_AUTH 0
    1.15  #define DROPBEAR_SVR_PAM_AUTH 1
    1.16 +#define DROPBEAR_X11FWD 1
    1.17  EOT
    1.18  			./configure --prefix=/usr --enable-pam $CONFIGURE_ARGS &&
    1.19  			make PROGRAMS="dropbear $DROPBEARS" MULTI=1 SCPPROGRESS=1 &&