diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2011-09-01 23:32:02 -0500 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-09-04 21:54:18 -0300 |
commit | 38fcd29ce529a434077a1aa0536c6bd9803511be (patch) | |
tree | 06dd3381ab47cae477426b9597b70369c82d78de /libraries/libssh | |
parent | f16225a27d76cf9ae716396ea050f12deea8d902 (diff) |
libraries/libssh: Updated for version 0.5.1.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/libssh')
-rw-r--r-- | libraries/libssh/libssh.SlackBuild | 6 | ||||
-rw-r--r-- | libraries/libssh/libssh.info | 8 | ||||
-rw-r--r-- | libraries/libssh/slack-desc | 8 |
3 files changed, 11 insertions, 11 deletions
diff --git a/libraries/libssh/libssh.SlackBuild b/libraries/libssh/libssh.SlackBuild index d45fc4968f53..27adde8ae7fa 100644 --- a/libraries/libssh/libssh.SlackBuild +++ b/libraries/libssh/libssh.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=libssh -VERSION=0.5.0 +VERSION=0.5.1 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -60,7 +60,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 . \ @@ -86,7 +86,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 edb1361e76ea..a433d64536ca 100644 --- a/libraries/libssh/libssh.info +++ b/libraries/libssh/libssh.info @@ -1,10 +1,10 @@ PRGNAM="libssh" -VERSION="0.5.0" +VERSION="0.5.1" HOMEPAGE="http://www.libssh.org/" -DOWNLOAD="http://www.libssh.org/files/0.5/libssh-0.5.0.tar.gz" -MD5SUM="9b37f45751c0ae7ba66099c1fb136946" +DOWNLOAD="http://www.libssh.org/files/0.5/libssh-0.5.1.tar.gz" +MD5SUM="0cd8bc9336398e23a76f4e25c1412eb4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Larry Hajali" EMAIL="larryhaja[at]gmail[dot]com" -APPROVED="dsomero,Niels Horn,Erik Hanson" +APPROVED="rworkman" diff --git a/libraries/libssh/slack-desc b/libraries/libssh/slack-desc index a1a8a3e524b3..967490423647 100644 --- a/libraries/libssh/slack-desc +++ b/libraries/libssh/slack-desc @@ -7,13 +7,13 @@ |-----handy-ruler------------------------------------------------------| libssh: libssh (A library for ssh) -libssh: A library for accessing ssh client services through C libraries calls -libssh: in a simple manner. -libssh: SSH library features: +libssh: +libssh: libssh is a library for accessing ssh client services through +libssh: C libraries calls in a simple manner. Features include: libssh: - C library functions for manipulating a client-side SSH libssh: - Fully configurable sessions 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/ +libssh: |