diff --git a/server/sshpass/actions.py b/server/sshpass/actions.py index 954556d74b..9a2f5a4406 100644 --- a/server/sshpass/actions.py +++ b/server/sshpass/actions.py @@ -1,15 +1,15 @@ -#!/usr/bin/env python +#!/usr/bin/python # -*- coding: utf-8 -*- # # Licensed under the GNU General Public License, version 3. -# See the file http://www.gnu.org/licenses/gpl.txt +# See the file https://www.gnu.org/licenses/gpl-3.0.txt from pisi.actionsapi import autotools from pisi.actionsapi import pisitools from pisi.actionsapi import get def setup(): - autotools.configure() + autotools.configure("--prefix=/usr") def build(): autotools.make() @@ -17,4 +17,4 @@ def build(): def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README") + pisitools.dodoc("AUTHORS", "COPYING") diff --git a/server/sshpass/pspec.xml b/server/sshpass/pspec.xml index ebf4d06226..7a089f5dcd 100644 --- a/server/sshpass/pspec.xml +++ b/server/sshpass/pspec.xml @@ -1,5 +1,5 @@ - + sshpass @@ -8,16 +8,16 @@ PisiLinux Community admins@pisilinux.org - GPLv3 + GPLv2 app:console - Fool ssh into accepting an interactive password non-interactively - Fool ssh into accepting an interactive password non-interactively - https://sourceforge.net/projects/sshpass/files/sshpass/1.06/sshpass-1.06.tar.gz + Non-interactive ssh password auth. + A tool for non-interactivly performing password authentication with SSH's so called "interactive keyboard password authentication". + https://sourceforge.net/projects/sshpass/files/sshpass/1.10/sshpass-1.10.tar.gz openssh - + @@ -28,13 +28,19 @@ /usr/bin - /usr/share /usr/share/man /usr/share/doc - + + + 2025-02-06 + 1.10 + Version bump. + PisiLinux Community + admins@pisilinux.org + 2020-01-27 1.06