Update to 0.8.4 (security update)
https://www.libssh.org/2018/10/16/libssh-0-8-4-and-0-7-6-security-and-bugfix-release/ PR: 232344 Submitted by: pi@
This commit is contained in:
parent
e7ef1f4fc1
commit
782767df05
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=482279
3 changed files with 11 additions and 16 deletions
|
@ -2,9 +2,9 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libssh
|
||||
DISTVERSION= 0.7.5
|
||||
DISTVERSION= 0.8.4
|
||||
CATEGORIES= security devel
|
||||
MASTER_SITES= https://git.libssh.org/projects/libssh.git/snapshot/
|
||||
MASTER_SITES= https://www.libssh.org/files/0.8/
|
||||
|
||||
MAINTAINER= johans@FreeBSD.org
|
||||
COMMENT= Library implementing the SSH1 and SSH2 protocol
|
||||
|
@ -43,14 +43,14 @@ STATIC_CMAKE_ON= -DWITH_STATIC_LIB:BOOL=ON
|
|||
STATIC_CMAKE_OFF= -DWITH_STATIC_LIB:BOOL=OFF
|
||||
|
||||
post-patch:
|
||||
@${RM} ${PATCH_WRKSRC}/cmake/Modules/UseDoxygen.cmake
|
||||
@${REINPLACE_CMD} \
|
||||
${RM} ${PATCH_WRKSRC}/cmake/Modules/UseDoxygen.cmake
|
||||
${REINPLACE_CMD} \
|
||||
-e 's|LIB_INSTALL_DIR}|CMAKE_INSTALL_PREFIX}/libdata|' \
|
||||
-e 's|CMAKE_INSTALL_DIR}|CMAKE_INSTALL_DIR}/libssh|' \
|
||||
${WRKSRC}/CMakeLists.txt
|
||||
@${REINPLACE_CMD} -e 's|-lssh_threads|-lssh_threads -lpthread|' \
|
||||
${WRKSRC}/libssh_threads.pc.cmake
|
||||
@${REINPLACE_CMD} -e 's| -pedantic-errors||' \
|
||||
# ${REINPLACE_CMD} -e 's|-lssh_threads|-lssh_threads -lpthread|' \
|
||||
# ${WRKSRC}/libssh_threads.pc.cmake
|
||||
${REINPLACE_CMD} -e 's| -pedantic-errors||' \
|
||||
${WRKSRC}/cmake/Modules/DefineCompilerFlags.cmake
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1493578451
|
||||
SHA256 (libssh-0.7.5.tar.xz) = 6f7d5b9f3089164eec7408d35b99194b17352cce436a4a95485b511bce2aab4b
|
||||
SIZE (libssh-0.7.5.tar.xz) = 351364
|
||||
TIMESTAMP = 1539760504
|
||||
SHA256 (libssh-0.8.4.tar.xz) = 6bb07713021a8586ba2120b2c36c468dc9ac8096d043f9b1726639aa4275b81b
|
||||
SIZE (libssh-0.8.4.tar.xz) = 425848
|
||||
|
|
|
@ -11,10 +11,5 @@ lib/cmake/libssh/libssh/libssh-config-version.cmake
|
|||
%%STATIC%%lib/libssh.a
|
||||
lib/libssh.so
|
||||
lib/libssh.so.4
|
||||
lib/libssh.so.4.4.2
|
||||
%%STATIC%%lib/libssh_threads.a
|
||||
lib/libssh_threads.so
|
||||
lib/libssh_threads.so.4
|
||||
lib/libssh_threads.so.4.4.2
|
||||
lib/libssh.so.4.7.1
|
||||
libdata/pkgconfig/libssh.pc
|
||||
libdata/pkgconfig/libssh_threads.pc
|
||||
|
|
Loading…
Reference in a new issue