wok-current rev 24290
updated sshpass (1.06 -> 1.09)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Jan 14 13:34:24 2022 +0100 (2022-01-14) |
parents | fb7d3b05f186 |
children | 737f4f020b9e |
files | sshpass/description.txt sshpass/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/sshpass/description.txt Fri Jan 14 13:34:24 2022 +0100 1.3 @@ -0,0 +1,3 @@ 1.4 +Sshpass is a tool for non-interactivly performing password authentication with 1.5 +SSH's so called "interactive keyboard password authentication". 1.6 +Most user should use SSH's more secure public key authentication instead.
2.1 --- a/sshpass/receipt Fri Jan 14 13:25:50 2022 +0100 2.2 +++ b/sshpass/receipt Fri Jan 14 13:34:24 2022 +0100 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="sshpass" 2.7 -VERSION="1.06" 2.8 +VERSION="1.09" 2.9 CATEGORY="network" 2.10 SHORT_DESC="Non-interactive ssh password authentication." 2.11 MAINTAINER="pascal.bellard@slitaz.org" 2.12 @@ -27,12 +27,11 @@ 2.13 --prefix=/usr \ 2.14 $CONFIGURE_ARGS && 2.15 make && 2.16 - make DESTDIR=$DESTDIR install 2.17 + make install DESTDIR=$DESTDIR 2.18 } 2.19 2.20 # Rules to gen a SliTaz package suitable for Tazpkg. 2.21 genpkg_rules() 2.22 { 2.23 - mkdir -p $fs/usr 2.24 - cp -a $install/usr/bin $fs/usr 2.25 + cook_copy_folders bin 2.26 }