diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2015-05-10 20:25:58 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2015-05-10 20:25:58 +0000 |
commit | c864708b250a365c060217bdc9d31b6f4e6c62b2 (patch) | |
tree | 9ae2f1de26a7f45506ca09f800cbfd37e8a6946b /security/libssh | |
parent | 1bb85ae312cde8d063de1c3db65f84c637dce8e1 (diff) | |
download | ports-c864708b250a365c060217bdc9d31b6f4e6c62b2.tar.gz ports-c864708b250a365c060217bdc9d31b6f4e6c62b2.zip |
Notes
Diffstat (limited to 'security/libssh')
-rw-r--r-- | security/libssh/Makefile | 13 | ||||
-rw-r--r-- | security/libssh/distinfo | 4 | ||||
-rw-r--r-- | security/libssh/pkg-plist | 5 |
3 files changed, 11 insertions, 11 deletions
diff --git a/security/libssh/Makefile b/security/libssh/Makefile index 7ea17babbff5..198bc9f0145e 100644 --- a/security/libssh/Makefile +++ b/security/libssh/Makefile @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= libssh -DISTVERSION= 0.6.4 +DISTVERSION= 0.6.5 CATEGORIES= security devel -MASTER_SITES= https://red.libssh.org/attachments/download/107/ +MASTER_SITES= https://red.libssh.org/attachments/download/121/ MAINTAINER= johans@FreeBSD.org COMMENT= Library implementing the SSH1 and SSH2 protocol @@ -13,13 +13,12 @@ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING OPTIONS_DEFINE= SSH1 STATIC -# Version 0.6.4 does not build with GCRYPT -#OPTIONS_RADIO= CRYPTO -#OPTIONS_RADIO_CRYPTO= GCRYPT OPENSSL -#OPTIONS_DEFAULT= OPENSSL STATIC +OPTIONS_RADIO= CRYPTO +OPTIONS_RADIO_CRYPTO= GCRYPT OPENSSL +OPTIONS_DEFAULT= OPENSSL STATIC OPTIONS_SUB= yes -USES= cmake:outsource cpe +USES= cmake:outsource cpe tar:xz USE_LDCONFIG= yes CMAKE_ARGS= -DWITH_EXAMPLES:BOOL=OFF \ diff --git a/security/libssh/distinfo b/security/libssh/distinfo index 61b5e9183fd2..893b64c1066f 100644 --- a/security/libssh/distinfo +++ b/security/libssh/distinfo @@ -1,2 +1,2 @@ -SHA256 (libssh-0.6.4.tar.gz) = 7e3205e2e95bf35b23b83a6485a7d59abe7c7546d01b728f691cf0c374216b52 -SIZE (libssh-0.6.4.tar.gz) = 381835 +SHA256 (libssh-0.6.5.tar.xz) = 0fd52763e033d5e9b1cd55f60a74e619731c5ba630938eec95682dbe4cf7dc2c +SIZE (libssh-0.6.5.tar.xz) = 281564 diff --git a/security/libssh/pkg-plist b/security/libssh/pkg-plist index b13882d75ccc..f02565f15a86 100644 --- a/security/libssh/pkg-plist +++ b/security/libssh/pkg-plist @@ -1,6 +1,7 @@ include/libssh/callbacks.h include/libssh/legacy.h include/libssh/libssh.h +include/libssh/libsshpp.hpp include/libssh/server.h include/libssh/sftp.h %%SSH1%%include/libssh/ssh1.h @@ -10,10 +11,10 @@ lib/cmake/libssh/libssh/libssh-config-version.cmake %%STATIC%%lib/libssh.a lib/libssh.so lib/libssh.so.4 -lib/libssh.so.4.5.0 +lib/libssh.so.4.5.1 %%STATIC%%lib/libssh_threads.a lib/libssh_threads.so lib/libssh_threads.so.4 -lib/libssh_threads.so.4.5.0 +lib/libssh_threads.so.4.5.1 libdata/pkgconfig/libssh.pc libdata/pkgconfig/libssh_threads.pc |