libssh: update to 0.6.0.
This commit is contained in:
parent
015974f524
commit
297ef23e72
|
@ -0,0 +1,10 @@
|
|||
--- include/libssh/libssh.h
|
||||
+++ include/libssh/libssh.h
|
||||
@@ -57,6 +57,7 @@
|
||||
typedef unsigned long long uint64_t;
|
||||
typedef int mode_t;
|
||||
#else /* _MSC_VER */
|
||||
+ #include <sys/types.h>
|
||||
#include <unistd.h>
|
||||
#include <inttypes.h>
|
||||
#endif /* _MSC_VER */
|
|
@ -1,18 +1,14 @@
|
|||
# Template file for 'libssh'
|
||||
pkgname=libssh
|
||||
version=0.5.5
|
||||
version=0.6.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="cmake"
|
||||
makedepends="zlib-devel openssl-devel"
|
||||
short_desc="The SSH library"
|
||||
short_desc="Multiplatform C library implementing SSHv1 and SSHv2 protocols"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="BSD"
|
||||
homepage="http://www.libssh.org/"
|
||||
long_desc="
|
||||
libssh is a mulitplatform C library implementing the SSHv2 and SSHv1 protocol
|
||||
on client and server side. With libssh, you can remotely execute programs,
|
||||
transfer files, use a secure and transparent tunnel for your remote applications."
|
||||
|
||||
do_fetch() {
|
||||
git clone -b${pkgname}-${version} \
|
||||
|
|
Loading…
Reference in New Issue