From 3889fb6ebc8d7208f09cf75158a4bdeb18de7cbe Mon Sep 17 00:00:00 2001 From: Larry Hajali Date: Tue, 29 Jun 2010 21:33:05 -0500 Subject: libraries/libssh: Updated for version 0.4.4. Signed-off-by: Robby Workman --- libraries/libssh/libssh.SlackBuild | 8 +++----- libraries/libssh/libssh.info | 8 ++++---- libraries/libssh/slack-desc | 2 +- 3 files changed, 8 insertions(+), 10 deletions(-) diff --git a/libraries/libssh/libssh.SlackBuild b/libraries/libssh/libssh.SlackBuild index 0e28e701c3..7f0ad4c40e 100644 --- a/libraries/libssh/libssh.SlackBuild +++ b/libraries/libssh/libssh.SlackBuild @@ -5,16 +5,14 @@ # Written by Larry Hajali PRGNAM=libssh -VERSION=${VERSION:-0.4.2} +VERSION=0.4.4 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi @@ -44,7 +42,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar zxvf $CWD/$PRGNAM-$VERSION.tar.gz +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . find . \ @@ -70,7 +68,7 @@ cd build make VERBOSE=1 make install DESTDIR=$PKG -cd - +cd .. find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true diff --git a/libraries/libssh/libssh.info b/libraries/libssh/libssh.info index 93dad7eab8..18dfdb474f 100644 --- a/libraries/libssh/libssh.info +++ b/libraries/libssh/libssh.info @@ -1,10 +1,10 @@ PRGNAM="libssh" -VERSION="0.4.2" +VERSION="0.4.4" HOMEPAGE="http://www.libssh.org/" -DOWNLOAD="http://www.libssh.org/files/libssh-0.4.2.tar.gz" -MD5SUM="249fd41dff094f6b236d69a9d1bbb971" +DOWNLOAD="http://www.libssh.org/files/libssh-0.4.4.tar.gz" +MD5SUM="2fd85f902c5be2a645d4c2e4d4151052" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Larry Hajali" EMAIL="larryhaja[at]gmail[dot]com" -APPROVED="dsomero" +APPROVED="rworkman" diff --git a/libraries/libssh/slack-desc b/libraries/libssh/slack-desc index a1a8a3e524..9779e5983f 100644 --- a/libraries/libssh/slack-desc +++ b/libraries/libssh/slack-desc @@ -7,6 +7,7 @@ |-----handy-ruler------------------------------------------------------| libssh: libssh (A library for ssh) +libssh: libssh: A library for accessing ssh client services through C libraries calls libssh: in a simple manner. libssh: SSH library features: @@ -16,4 +17,3 @@ libssh: - Support for AES-128,AES-192,AES-256,blowfish, in cbc mode libssh: - Use multiple SSH connections in a same process at same time libssh: - Usable SFTP implementation libssh: - Public key and password authentication -libssh: Homepage: http://www.libssh.org/ -- cgit v1.2.3-65-gdbad