mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Update to 0.6.5 to fix CVE-2015-3146 (null pointer dereference).
This release also fixed the bug in 0.6.4 that prevented the GCRYPT option from working. PR: 200106 Approved by: johans MFH: 2015Q2 Security: 0b040e24-f751-11e4-b24d-5453ed2e2b49
This commit is contained in:
parent
1bb85ae312
commit
c864708b25
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=386027
@ -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 \
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user