# HG changeset patch # User Hans-G?nter Theisgen # Date 1642163664 -3600 # Node ID a3e66646ebf7614bac1768ac38e487c525e2dea4 # Parent fb7d3b05f186d4e082d95524e83b5b3f2cd2034d updated sshpass (1.06 -> 1.09) diff -r fb7d3b05f186 -r a3e66646ebf7 sshpass/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sshpass/description.txt Fri Jan 14 13:34:24 2022 +0100 @@ -0,0 +1,3 @@ +Sshpass is a tool for non-interactivly performing password authentication with +SSH's so called "interactive keyboard password authentication". +Most user should use SSH's more secure public key authentication instead. diff -r fb7d3b05f186 -r a3e66646ebf7 sshpass/receipt --- a/sshpass/receipt Fri Jan 14 13:25:50 2022 +0100 +++ b/sshpass/receipt Fri Jan 14 13:34:24 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="sshpass" -VERSION="1.06" +VERSION="1.09" CATEGORY="network" SHORT_DESC="Non-interactive ssh password authentication." MAINTAINER="pascal.bellard@slitaz.org" @@ -27,12 +27,11 @@ --prefix=/usr \ $CONFIGURE_ARGS && make && - make DESTDIR=$DESTDIR install + make install DESTDIR=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr - cp -a $install/usr/bin $fs/usr + cook_copy_folders bin }