libraries/libssh: Updated for version 0.4.7.

Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
Larry Hajali 2011-01-04 08:21:38 -02:00 committed by Robby Workman
parent 087beaa3fb
commit 0f386a54c0
3 changed files with 13 additions and 13 deletions

View file

@ -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.

View file

@ -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}

View file

@ -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"