wok-current diff dropbear/receipt @ rev 25576

Up nimrod (1.6.12)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 13 17:57:27 2023 +0000 (15 months ago)
parents 00bff3684d8a
children 1f1c16803460
line diff
     1.1 --- a/dropbear/receipt	Wed Aug 10 07:02:08 2022 +0000
     1.2 +++ b/dropbear/receipt	Sat May 13 17:57:27 2023 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="dropbear"
     1.7 -VERSION="2022.82"
     1.8 +VERSION="2022.83"
     1.9  CATEGORY="security"
    1.10  SHORT_DESC="Lightweight SSH2 server and client"
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -93,8 +93,7 @@
    1.13  	cp -a $stuff/sshx $fs/usr/bin
    1.14  	ln -s sshx $fs/usr/bin/pppssh
    1.15  	ln -s sshx $fs/usr/bin/sshfbvnc
    1.16 -	touch $fs/etc/dropbear/dropbear_dss_host_key \
    1.17 -		$fs/etc/dropbear/dropbear_rsa_host_key \
    1.18 +	touch	$fs/etc/dropbear/dropbear_rsa_host_key \
    1.19  		$fs/etc/dropbear/dropbear_ecdsa_host_key \
    1.20  		$fs/etc/dropbear/dropbear_ed25519_host_key
    1.21  
    1.22 @@ -112,7 +111,6 @@
    1.23  		chroot "$1/" dropbearkey -y -f $dropbear | grep Fingerprint
    1.24  	done <<EOT
    1.25  /etc/dropbear/dropbear_rsa_host_key	/etc/ssh/ssh_host_rsa_key
    1.26 -/etc/dropbear/dropbear_dss_host_key	/etc/ssh/ssh_host_dsa_key
    1.27  /etc/dropbear/dropbear_ecdsa_host_key	/etc/ssh/ssh_host_ecdsa_key
    1.28  /etc/dropbear/dropbear_ed25519_host_key	/etc/ssh/ssh_host_ed25519_key
    1.29  EOT