summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjohans <johans@FreeBSD.org>2015-04-11 16:01:01 +0000
committerjohans <johans@FreeBSD.org>2015-04-11 16:01:01 +0000
commit1c425adce7227070b2662767a9ebb385e03c7cc5 (patch)
treee65fe4159b6ebe739c6bca59282dd26ee97c9384
parent1ebb953783ecb9d2138790d0e10e7e7efa610e67 (diff)
downloadFreeBSD-ports-1c425adce7227070b2662767a9ebb385e03c7cc5.zip
FreeBSD-ports-1c425adce7227070b2662767a9ebb385e03c7cc5.tar.gz
- 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
-rw-r--r--security/libssh/Makefile16
-rw-r--r--security/libssh/distinfo4
-rw-r--r--security/libssh/pkg-plist8
3 files changed, 14 insertions, 14 deletions
diff --git a/security/libssh/Makefile b/security/libssh/Makefile
index d76e41c..7ea17ba 100644
--- a/security/libssh/Makefile
+++ b/security/libssh/Makefile
@@ -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 \
diff --git a/security/libssh/distinfo b/security/libssh/distinfo
index ae0fe77..61b5e91 100644
--- a/security/libssh/distinfo
+++ b/security/libssh/distinfo
@@ -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
diff --git a/security/libssh/pkg-plist b/security/libssh/pkg-plist
index b549cea..b13882d 100644
--- a/security/libssh/pkg-plist
+++ b/security/libssh/pkg-plist
@@ -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
OpenPOWER on IntegriCloud