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 BC456138334 for ; Thu, 17 Jan 2019 13:40:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84C12E09D6; Thu, 17 Jan 2019 13:40:21 +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 5D8B4E09D6 for ; Thu, 17 Jan 2019 13:40:21 +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 ED95B335D0A for ; Thu, 17 Jan 2019 13:40:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C4693513 for ; Thu, 17 Jan 2019 13:40:07 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1547732398.b7dae8bcb2d3aeac825419f2f4718ddd31d037ca.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/glib-networking/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/glib-networking/glib-networking-2.54.1.ebuild X-VCS-Directories: net-libs/glib-networking/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: b7dae8bcb2d3aeac825419f2f4718ddd31d037ca X-VCS-Branch: master Date: Thu, 17 Jan 2019 13:40: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 09424d18-0ce1-4449-bbf2-f3ef987ad677 X-Archives-Hash: 1d00db0153ae6af1448786cdef646d3c commit: b7dae8bcb2d3aeac825419f2f4718ddd31d037ca Author: Michał Górny gentoo org> AuthorDate: Thu Jan 17 13:36:50 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Jan 17 13:39:58 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7dae8bc net-libs/glib-networking: Require gnutls < 3.6 due to TLS 1.3 issues Bug: https://bugs.gentoo.org/675252 Signed-off-by: Michał Górny gentoo.org> net-libs/glib-networking/glib-networking-2.54.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/glib-networking/glib-networking-2.54.1.ebuild b/net-libs/glib-networking/glib-networking-2.54.1.ebuild index c97b040243b..517a1b25e50 100644 --- a/net-libs/glib-networking/glib-networking-2.54.1.ebuild +++ b/net-libs/glib-networking/glib-networking-2.54.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -23,7 +23,7 @@ RDEPEND=" >=net-libs/gnutls-3:=[pkcs11,${MULTILIB_USEDEP}] ) ssl? ( app-misc/ca-certificates - >=net-libs/gnutls-3:=[${MULTILIB_USEDEP}] ) +