View | Details | Raw Unified | Return to bug 233346
Collapse All | Expand All

(-)Makefile (-6 / +2 lines)
Lines 7-13 Link Here
7
MASTER_SITES=	https://www.libssh.org/files/0.8/
7
MASTER_SITES=	https://www.libssh.org/files/0.8/
8
8
9
MAINTAINER=	johans@FreeBSD.org
9
MAINTAINER=	johans@FreeBSD.org
10
COMMENT=	Library implementing the SSH1 and SSH2 protocol
10
COMMENT=	Library implementing the SSH2 protocol
11
11
12
LICENSE=	LGPL21
12
LICENSE=	LGPL21
13
LICENSE_FILE=	${WRKSRC}/COPYING
13
LICENSE_FILE=	${WRKSRC}/COPYING
Lines 15-21 Link Here
15
BROKEN_SSL=	openssl111
15
BROKEN_SSL=	openssl111
16
BROKEN_SSL_REASON_openssl111=	error: variable has incomplete type 'EVP_MD_CTX' (aka 'struct evp_md_ctx_st')
16
BROKEN_SSL_REASON_openssl111=	error: variable has incomplete type 'EVP_MD_CTX' (aka 'struct evp_md_ctx_st')
17
17
18
OPTIONS_DEFINE=	SSH1 STATIC
18
OPTIONS_DEFINE=	STATIC
19
OPTIONS_RADIO=	CRYPTO
19
OPTIONS_RADIO=	CRYPTO
20
OPTIONS_RADIO_CRYPTO=	GCRYPT OPENSSL
20
OPTIONS_RADIO_CRYPTO=	GCRYPT OPENSSL
21
OPTIONS_DEFAULT=	OPENSSL STATIC
21
OPTIONS_DEFAULT=	OPENSSL STATIC
Lines 35-44 Link Here
35
35
36
OPENSSL_USES=		ssl
36
OPENSSL_USES=		ssl
37
37
38
SSH1_DESC=		Build with SSH1 support
39
SSH1_CMAKE_ON=		-DWITH_SSH1:BOOL=ON
40
SSH1_CMAKE_OFF=		-DWITH_SSH1:BOOL=OFF
41
42
STATIC_CMAKE_ON=	-DWITH_STATIC_LIB:BOOL=ON
38
STATIC_CMAKE_ON=	-DWITH_STATIC_LIB:BOOL=ON
43
STATIC_CMAKE_OFF=	-DWITH_STATIC_LIB:BOOL=OFF
39
STATIC_CMAKE_OFF=	-DWITH_STATIC_LIB:BOOL=OFF
44
40
(-)pkg-descr (-1 / +1 lines)
Lines 8-14 Link Here
8
libssh features:
8
libssh features:
9
9
10
 * Full C library functions for manipulating a client-side SSH connection
10
 * Full C library functions for manipulating a client-side SSH connection
11
 * SSH2 and SSH1 protocol compliant
11
 * SSH2 protocol compliant
12
 * Fully configurable sessions
12
 * Fully configurable sessions
13
 * Server support, SSH agent authentication support
13
 * Server support, SSH agent authentication support
14
 * Support for AES-128, AES-192, AES-256, Blowfish, 3DES in CBC mode
14
 * Support for AES-128, AES-192, AES-256, Blowfish, 3DES in CBC mode
(-)pkg-plist (-1 lines)
Lines 4-10 Link Here
4
include/libssh/libsshpp.hpp
4
include/libssh/libsshpp.hpp
5
include/libssh/server.h
5
include/libssh/server.h
6
include/libssh/sftp.h
6
include/libssh/sftp.h
7
%%SSH1%%include/libssh/ssh1.h
8
include/libssh/ssh2.h
7
include/libssh/ssh2.h
9
lib/cmake/libssh/libssh/libssh-config.cmake
8
lib/cmake/libssh/libssh/libssh-config.cmake
10
lib/cmake/libssh/libssh/libssh-config-version.cmake
9
lib/cmake/libssh/libssh/libssh-config-version.cmake

Return to bug 233346