Date: Wed, 17 Oct 2018 08:39:13 +0000 (UTC) From: Johan van Selst <johans@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482279 - head/security/libssh Message-ID: <201810170839.w9H8dDYv096737@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: johans Date: Wed Oct 17 08:39:12 2018 New Revision: 482279 URL: https://svnweb.freebsd.org/changeset/ports/482279 Log: 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@ Modified: head/security/libssh/Makefile head/security/libssh/distinfo head/security/libssh/pkg-plist Modified: head/security/libssh/Makefile ============================================================================== --- head/security/libssh/Makefile Wed Oct 17 07:43:25 2018 (r482278) +++ head/security/libssh/Makefile Wed Oct 17 08:39:12 2018 (r482279) @@ -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> Modified: head/security/libssh/distinfo ============================================================================== --- head/security/libssh/distinfo Wed Oct 17 07:43:25 2018 (r482278) +++ head/security/libssh/distinfo Wed Oct 17 08:39:12 2018 (r482279) @@ -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 Modified: head/security/libssh/pkg-plist ============================================================================== --- head/security/libssh/pkg-plist Wed Oct 17 07:43:25 2018 (r482278) +++ head/security/libssh/pkg-plist Wed Oct 17 08:39:12 2018 (r482279) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810170839.w9H8dDYv096737>