mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
libraries/libssh: Updated for version 0.4.7.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
087beaa3fb
commit
0f386a54c0
3 changed files with 13 additions and 13 deletions
|
@ -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.
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue