mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
- Update to libssh 0.6.4 (security and bugfix release)
https://www.libssh.org/2014/12/19/libssh-0-6-4-security-and-bugfix-release/ - This version does not compile with gcrypt: force use of openssl - Adopt port MFH: 2015Q2
This commit is contained in:
parent
0d28709839
commit
e50f2a871e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=383813
@ -2,24 +2,24 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libssh
|
||||
DISTVERSION= 0.6.3
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 0.6.4
|
||||
CATEGORIES= security devel
|
||||
MASTER_SITES= https://red.libssh.org/attachments/download/87/
|
||||
MASTER_SITES= https://red.libssh.org/attachments/download/107/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= johans@FreeBSD.org
|
||||
COMMENT= Library implementing the SSH1 and SSH2 protocol
|
||||
|
||||
LICENSE= LGPL21
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
OPTIONS_DEFINE= SSH1 STATIC
|
||||
OPTIONS_RADIO= CRYPTO
|
||||
OPTIONS_RADIO_CRYPTO= GCRYPT OPENSSL
|
||||
OPTIONS_DEFAULT= OPENSSL STATIC
|
||||
# Version 0.6.4 does not build with GCRYPT
|
||||
#OPTIONS_RADIO= CRYPTO
|
||||
#OPTIONS_RADIO_CRYPTO= GCRYPT OPENSSL
|
||||
#OPTIONS_DEFAULT= OPENSSL STATIC
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
USES= cmake:outsource cpe tar:xz
|
||||
USES= cmake:outsource cpe
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
CMAKE_ARGS= -DWITH_EXAMPLES:BOOL=OFF \
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (libssh-0.6.3.tar.xz) = 2bb5d7c595059f990a8915c190169257328ffa828ced0c05b09bbe186092cacb
|
||||
SIZE (libssh-0.6.3.tar.xz) = 279492
|
||||
SHA256 (libssh-0.6.4.tar.gz) = 7e3205e2e95bf35b23b83a6485a7d59abe7c7546d01b728f691cf0c374216b52
|
||||
SIZE (libssh-0.6.4.tar.gz) = 381835
|
||||
|
@ -5,15 +5,15 @@ include/libssh/server.h
|
||||
include/libssh/sftp.h
|
||||
%%SSH1%%include/libssh/ssh1.h
|
||||
include/libssh/ssh2.h
|
||||
lib/cmake/libssh/libssh-config.cmake
|
||||
lib/cmake/libssh/libssh-config-version.cmake
|
||||
lib/cmake/libssh/libssh/libssh-config.cmake
|
||||
lib/cmake/libssh/libssh/libssh-config-version.cmake
|
||||
%%STATIC%%lib/libssh.a
|
||||
lib/libssh.so
|
||||
lib/libssh.so.4
|
||||
lib/libssh.so.4.4.1
|
||||
lib/libssh.so.4.5.0
|
||||
%%STATIC%%lib/libssh_threads.a
|
||||
lib/libssh_threads.so
|
||||
lib/libssh_threads.so.4
|
||||
lib/libssh_threads.so.4.4.1
|
||||
lib/libssh_threads.so.4.5.0
|
||||
libdata/pkgconfig/libssh.pc
|
||||
libdata/pkgconfig/libssh_threads.pc
|
||||
|
Loading…
Reference in New Issue
Block a user