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 2E980138239 for ; Thu, 17 Jan 2019 13:59:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2838EE0A7D; Thu, 17 Jan 2019 13:59:19 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 F123DE0A7D for ; Thu, 17 Jan 2019 13:59:18 +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 B6A83335D29 for ; Thu, 17 Jan 2019 13:59:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 026A7519 for ; Thu, 17 Jan 2019 13:59:14 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1547733526.9bec7221d6d382de33e9159604f914ef52edd994.leio@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: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 9bec7221d6d382de33e9159604f914ef52edd994 X-VCS-Branch: master Date: Thu, 17 Jan 2019 13:59:14 +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: 5307b7ed-de36-4194-a8f9-2837b72d5673 X-Archives-Hash: 727760277b6b79183c106ccb71aad776 commit: 9bec7221d6d382de33e9159604f914ef52edd994 Author: Mart Raudsepp gentoo org> AuthorDate: Thu Jan 17 13:58:46 2019 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Thu Jan 17 13:58:46 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bec7221 Revert "net-libs/glib-networking: Require gnutls < 3.6 due to TLS 1.3 issues" This reverts unauthorized commit b7dae8bcb2d3aeac825419f2f4718ddd31d037ca. Bug: https://bugs.gentoo.org/675252 Signed-off-by: Mart Raudsepp 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 517a1b25e50..c97b040243b 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-2019 Gentoo Authors +# Copyright 1999-2018 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}] ) " DEPEND="${RDEPEND} >=sys-devel/gettext-0.19.4