libssh: update to 0.6.0.

This commit is contained in:
Juan RP 2014-01-14 12:51:45 +01:00
parent 015974f524
commit 297ef23e72
2 changed files with 12 additions and 6 deletions

View File

@ -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 */

View File

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