libssh: update to 0.6.0.
This commit is contained in:
parent
015974f524
commit
297ef23e72
2 changed files with 12 additions and 6 deletions
10
srcpkgs/libssh/patches/fix-includes.patch
Normal file
10
srcpkgs/libssh/patches/fix-includes.patch
Normal 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 */
|
|
@ -1,18 +1,14 @@
|
||||||
# Template file for 'libssh'
|
# Template file for 'libssh'
|
||||||
pkgname=libssh
|
pkgname=libssh
|
||||||
version=0.5.5
|
version=0.6.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="cmake"
|
hostmakedepends="cmake"
|
||||||
makedepends="zlib-devel openssl-devel"
|
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>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
homepage="http://www.libssh.org/"
|
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() {
|
do_fetch() {
|
||||||
git clone -b${pkgname}-${version} \
|
git clone -b${pkgname}-${version} \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue