From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9564B1382C5 for ; Tue, 13 Mar 2018 10:47:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5CB0E083E; Tue, 13 Mar 2018 10:47:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 81107E0841 for ; Tue, 13 Mar 2018 10:47:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1B593335C2F for ; Tue, 13 Mar 2018 10:47:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D04626B for ; Tue, 13 Mar 2018 10:47:07 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1520938023.92a6ebb8a8fd9fc8c8a10a6f396271bd72c9420e.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/x2goclient/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/x2goclient/x2goclient-4.1.1.1.ebuild X-VCS-Directories: net-misc/x2goclient/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 92a6ebb8a8fd9fc8c8a10a6f396271bd72c9420e X-VCS-Branch: master Date: Tue, 13 Mar 2018 10:47:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f33124ec-68c0-4179-be96-4d450a76a363 X-Archives-Hash: ab21d41bc08e6d101ff7b23b94e5020a commit: 92a6ebb8a8fd9fc8c8a10a6f396271bd72c9420e Author: Lars Wendler gentoo org> AuthorDate: Tue Mar 13 10:46:46 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Mar 13 10:47:03 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92a6ebb8 net-misc/x2goclient: Raised dependency to a higher libssh version. This is required to successfully connect to openssh server with very limited set of kex algorithms. Package-Manager: Portage-2.3.24, Repoman-2.3.6 net-misc/x2goclient/x2goclient-4.1.1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/x2goclient/x2goclient-4.1.1.1.ebuild b/net-misc/x2goclient/x2goclient-4.1.1.1.ebuild index 53df37c70e2..ae8b67cda78 100644 --- a/net-misc/x2goclient/x2goclient-4.1.1.1.ebuild +++ b/net-misc/x2goclient/x2goclient-4.1.1.1.ebuild @@ -20,7 +20,7 @@ COMMON_DEPEND="dev-qt/qtcore:5 dev-qt/qtsvg:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 - >=net-libs/libssh-0.6.0_rc1 + >=net-libs/libssh-0.7.5-r2 net-print/cups x11-libs/libXpm ldap? ( net-nds/openldap )"