summaryrefslogtreecommitdiffstats
path: root/libraries/libssh
diff options
context:
space:
mode:
author Larry Hajali <larryhaja[at]gmail[dot]com>2011-01-04 08:21:38 -0200
committer Robby Workman <rworkman@slackbuilds.org>2011-01-10 15:04:20 -0600
commit0f386a54c01d25395e05e0bb7779ff8e8ab4db29 (patch)
treec510ffb39e0b2d82fe88955dc4399c5aafeff378 /libraries/libssh
parent087beaa3fbc1b121b498425e88d574c57787be4c (diff)
downloadslackbuilds-0f386a54c01d25395e05e0bb7779ff8e8ab4db29.tar.gz
slackbuilds-0f386a54c01d25395e05e0bb7779ff8e8ab4db29.tar.xz
libraries/libssh: Updated for version 0.4.7.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'libraries/libssh')
-rw-r--r--libraries/libssh/README14
-rw-r--r--libraries/libssh/libssh.SlackBuild4
-rw-r--r--libraries/libssh/libssh.info8
3 files changed, 13 insertions, 13 deletions
diff --git a/libraries/libssh/README b/libraries/libssh/README
index 0b23cc8d2e..1486d2d196 100644
--- a/libraries/libssh/README
+++ b/libraries/libssh/README
@@ -1,10 +1,10 @@
libssh is a library designed to be used by programmers needing a working
-SSH implementation by means of a library. The complete control of the client
-is made by the programmer. With libssh, you can remotely execute programs,
-transfer files, use a secure and transparent tunnel for your remote programs.
-With its Secure FTP implementation, you can play with remote files easily,
-without third-party programs others than libcrypto (from openssl).
-libssh features : SSH1 and SSH2 portocols and support for AES-128,AES-192,
-AES-256,blowfish,3DES encryption.
+SSH implementation by means of a library. The complete control of the
+client is made by the programmer. With libssh, you can remotely execute
+programs, transfer files, use a secure and transparent tunnel for your
+remote programs. With its Secure FTP implementation, you can play with
+remote files easily, without third-party programs others than libcrypto
+(from openssl). libssh features : SSH1 and SSH2 portocols and support
+for AES-128,AES-192, AES-256,blowfish,3DES encryption.
Note: libssh is neither related to nor conflicts with libssh2.
diff --git a/libraries/libssh/libssh.SlackBuild b/libraries/libssh/libssh.SlackBuild
index c6a5381193..4367c283af 100644
--- a/libraries/libssh/libssh.SlackBuild
+++ b/libraries/libssh/libssh.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for libssh
-# Copyright 2009-2010 Larry Hajali <larryhaja[at]gmail[dot]com>
+# Copyright 2009-2011 Larry Hajali <larryhaja[at]gmail[dot]com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=libssh
-VERSION=0.4.6
+VERSION=0.4.7
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/libraries/libssh/libssh.info b/libraries/libssh/libssh.info
index 0440372996..1e088972f1 100644
--- a/libraries/libssh/libssh.info
+++ b/libraries/libssh/libssh.info
@@ -1,10 +1,10 @@
PRGNAM="libssh"
-VERSION="0.4.6"
+VERSION="0.4.7"
HOMEPAGE="http://www.libssh.org/"
-DOWNLOAD="http://www.libssh.org/files/libssh-0.4.6.tar.gz"
-MD5SUM="9efdc8911fdb150fb16500c2fbe4ef2e"
+DOWNLOAD="http://www.libssh.org/files/0.4/libssh-0.4.7.tar.gz"
+MD5SUM="2c95942c0d15f709e3328bacea91722c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Larry Hajali"
EMAIL="larryhaja[at]gmail[dot]com"
-APPROVED="dsomero"
+APPROVED="dsomero,Niels Horn"