wok rev 25073

Up dropbear (2022.82)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 11 11:22:52 2022 +0000 (22 months ago)
parents adec29cf1856
children 56e6b4e63668
files dropbear-pam/receipt dropbear/receipt sharedance/receipt trafshow/receipt ympd/receipt
line diff
     1.1 --- a/dropbear-pam/receipt	Sat Jun 11 10:37:17 2022 +0100
     1.2 +++ b/dropbear-pam/receipt	Sat Jun 11 11:22:52 2022 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="dropbear-pam"
     1.7 -VERSION="2020.81"
     1.8 +VERSION="2022.82"
     1.9  CATEGORY="security"
    1.10  SHORT_DESC="Light SSH client and server using PAM."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
     2.1 --- a/dropbear/receipt	Sat Jun 11 10:37:17 2022 +0100
     2.2 +++ b/dropbear/receipt	Sat Jun 11 11:22:52 2022 +0000
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="dropbear"
     2.7 -VERSION="2020.81"
     2.8 +VERSION="2022.82"
     2.9  CATEGORY="security"
    2.10  SHORT_DESC="Lightweight SSH2 server and client"
    2.11  MAINTAINER="pascal.bellard@slitaz.org"
    2.12 @@ -27,6 +27,7 @@
    2.13  		CROSS_BUGS="Fails to find zlib: -lz... no" ;;
    2.14  esac
    2.15  
    2.16 +# What is the latest version available today?
    2.17  current_version()
    2.18  {
    2.19  	wget -O - $WEB_SITE 2>/dev/null | \
    2.20 @@ -43,6 +44,7 @@
    2.21  #define SFTPSERVER_PATH "/usr/sbin/sftp-server"
    2.22  #define DROPBEAR_X11FWD 1
    2.23  EOT
    2.24 +	sed -i 's|DROPBEAR_CHANNEL_PRIO_INTERACTIVE|DROPBEAR_PRIO_LOWDELAY|' svr-x11fwd.c
    2.25  	sed -i 's|shell arch|shell uname -m|' libtommath/makefile_include.mk
    2.26  	./configure --prefix=/usr --without-pam $CONFIGURE_ARGS $CROSS_ARGS &&
    2.27  	make PROGRAMS="dropbear $DROPBEARS" MULTI=1 SCPPROGRESS=1 &&
     3.1 --- a/sharedance/receipt	Sat Jun 11 10:37:17 2022 +0100
     3.2 +++ b/sharedance/receipt	Sat Jun 11 11:22:52 2022 +0000
     3.3 @@ -8,7 +8,7 @@
     3.4  LICENSE="MIT"
     3.5  WEB_SITE="https://web.archive.org/web/20180128000525/https://www.pureftpd.org/project/sharedance"
     3.6  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     3.7 -WGET_URL="http://download.pureftpd.org/pub/sharedance/$TARBALL"
     3.8 +WGET_URL="https://download.pureftpd.org/pub/sharedance/$TARBALL"
     3.9  
    3.10  DEPENDS="libevent"
    3.11  BUILD_DEPENDS="libevent-dev"
     4.1 --- a/trafshow/receipt	Sat Jun 11 10:37:17 2022 +0100
     4.2 +++ b/trafshow/receipt	Sat Jun 11 11:22:52 2022 +0000
     4.3 @@ -8,7 +8,7 @@
     4.4  LICENSE="BSD"
     4.5  TARBALL="$PACKAGE-$VERSION.tgz"
     4.6  WEB_SITE="https://web.archive.org/web/20130707021442/soft.risp.ru/trafshow/index_en.shtml"
     4.7 -WGET_URL="https://fossies.org/linux/misc/$TARBALL"
     4.8 +WGET_URL="https://fossies.org/linux/misc/old/$TARBALL"
     4.9  
    4.10  DEPENDS="ncurses libpcap"
    4.11  BUILD_DEPENDS="ncurses-dev libpcap-dev"
     5.1 --- a/ympd/receipt	Sat Jun 11 10:37:17 2022 +0100
     5.2 +++ b/ympd/receipt	Sat Jun 11 11:22:52 2022 +0000
     5.3 @@ -6,7 +6,7 @@
     5.4  SHORT_DESC="Lightweight MPD (Music Player Daemon) web client."
     5.5  MAINTAINER="pankso@slitaz.org"
     5.6  LICENSE="GPL2"
     5.7 -WEB_SITE="https://www.ympd.org/"
     5.8 +WEB_SITE="https://github.com/notandy/ympd"
     5.9  
    5.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    5.11  WGET_URL="https://github.com/notandy/$PACKAGE/archive/v$VERSION.tar.gz"
    5.12 @@ -24,6 +24,7 @@
    5.13  		-DLIBMPDCLIENT_INCLUDE_DIR=/cross/$ARCH/sysroot/usr/include" ;;
    5.14  esac
    5.15  
    5.16 +# What is the latest version available today?
    5.17  current_version()
    5.18  {
    5.19  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \