From owner-svn-ports-branches@FreeBSD.ORG Tue May 12 06:46:13 2015 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1616930A; Tue, 12 May 2015 06:46:13 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EBCB71EAF; Tue, 12 May 2015 06:46:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4C6kCWt068414; Tue, 12 May 2015 06:46:12 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4C6kCJ3068407; Tue, 12 May 2015 06:46:12 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201505120646.t4C6kCJ3068407@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Tue, 12 May 2015 06:46:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r386123 - branches/2015Q2/security/libssh X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 May 2015 06:46:13 -0000 Author: rakuco Date: Tue May 12 06:46:11 2015 New Revision: 386123 URL: https://svnweb.freebsd.org/changeset/ports/386123 Log: MFH: r386027 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 Security: 0b040e24-f751-11e4-b24d-5453ed2e2b49 Approved by: portmgr (erwin) Modified: branches/2015Q2/security/libssh/Makefile branches/2015Q2/security/libssh/distinfo branches/2015Q2/security/libssh/pkg-plist Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/security/libssh/Makefile ============================================================================== --- branches/2015Q2/security/libssh/Makefile Tue May 12 06:27:59 2015 (r386122) +++ branches/2015Q2/security/libssh/Makefile Tue May 12 06:46:11 2015 (r386123) @@ -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 \ Modified: branches/2015Q2/security/libssh/distinfo ============================================================================== --- branches/2015Q2/security/libssh/distinfo Tue May 12 06:27:59 2015 (r386122) +++ branches/2015Q2/security/libssh/distinfo Tue May 12 06:46:11 2015 (r386123) @@ -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 Modified: branches/2015Q2/security/libssh/pkg-plist ============================================================================== --- branches/2015Q2/security/libssh/pkg-plist Tue May 12 06:27:59 2015 (r386122) +++ branches/2015Q2/security/libssh/pkg-plist Tue May 12 06:46:11 2015 (r386123) @@ -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-ve %%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