wok diff dropbear/receipt @ rev 25420

Update some web_site
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Aug 08 07:39:58 2022 +0000 (22 months ago)
parents 9c5316bc7e8e
children 00bff3684d8a
line diff
     1.1 --- a/dropbear/receipt	Wed Dec 16 17:23:49 2020 +0000
     1.2 +++ b/dropbear/receipt	Mon Aug 08 07:39:58 2022 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="dropbear"
     1.7 -VERSION="2020.81"
     1.8 +VERSION="2022.82"
     1.9  CATEGORY="security"
    1.10  SHORT_DESC="Lightweight SSH2 server and client"
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -27,6 +27,7 @@
    1.13  		CROSS_BUGS="Fails to find zlib: -lz... no" ;;
    1.14  esac
    1.15  
    1.16 +# What is the latest version available today?
    1.17  current_version()
    1.18  {
    1.19  	wget -O - $WEB_SITE 2>/dev/null | \
    1.20 @@ -43,6 +44,7 @@
    1.21  #define SFTPSERVER_PATH "/usr/sbin/sftp-server"
    1.22  #define DROPBEAR_X11FWD 1
    1.23  EOT
    1.24 +	sed -i 's|DROPBEAR_CHANNEL_PRIO_INTERACTIVE|DROPBEAR_PRIO_LOWDELAY|' svr-x11fwd.c
    1.25  	sed -i 's|shell arch|shell uname -m|' libtommath/makefile_include.mk
    1.26  	./configure --prefix=/usr --without-pam $CONFIGURE_ARGS $CROSS_ARGS &&
    1.27  	make PROGRAMS="dropbear $DROPBEARS" MULTI=1 SCPPROGRESS=1 &&