Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/glib-networking/
Date: Thu, 17 Jan 2019 13:40:22
Message-Id: 1547732398.b7dae8bcb2d3aeac825419f2f4718ddd31d037ca.mgorny@gentoo
1 commit: b7dae8bcb2d3aeac825419f2f4718ddd31d037ca
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 17 13:36:50 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 17 13:39:58 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7dae8bc
7
8 net-libs/glib-networking: Require gnutls < 3.6 due to TLS 1.3 issues
9
10 Bug: https://bugs.gentoo.org/675252
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 net-libs/glib-networking/glib-networking-2.54.1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-libs/glib-networking/glib-networking-2.54.1.ebuild b/net-libs/glib-networking/glib-networking-2.54.1.ebuild
17 index c97b040243b..517a1b25e50 100644
18 --- a/net-libs/glib-networking/glib-networking-2.54.1.ebuild
19 +++ b/net-libs/glib-networking/glib-networking-2.54.1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Authors
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -23,7 +23,7 @@ RDEPEND="
27 >=net-libs/gnutls-3:=[pkcs11,${MULTILIB_USEDEP}] )
28 ssl? (
29 app-misc/ca-certificates
30 - >=net-libs/gnutls-3:=[${MULTILIB_USEDEP}] )
31 + <net-libs/gnutls-3.6:=[${MULTILIB_USEDEP}] )
32 "
33 DEPEND="${RDEPEND}
34 >=sys-devel/gettext-0.19.4