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 0FCE1139694 for ; Sat, 20 May 2017 05:41:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 83134E0D35; Sat, 20 May 2017 05:41:29 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6392CE0D35 for ; Sat, 20 May 2017 05:41:29 +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 2D95933BE19 for ; Sat, 20 May 2017 05:41:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C82224EBE for ; Sat, 20 May 2017 05:41:26 +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: <1495258875.c4ae272b2ce102619120516d95199604e0fede1c.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.50.0.ebuild X-VCS-Directories: net-libs/glib-networking/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: c4ae272b2ce102619120516d95199604e0fede1c X-VCS-Branch: master Date: Sat, 20 May 2017 05:41:26 +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: b4343499-a804-4a0e-92e9-7e4fc1688946 X-Archives-Hash: 34145b8f53caac9bbc666fb0e054626f commit: c4ae272b2ce102619120516d95199604e0fede1c Author: Mart Raudsepp gentoo org> AuthorDate: Sat May 20 05:40:17 2017 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sat May 20 05:41:15 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4ae272b net-libs/glib-networking: Fix tests with gnutls[-sslv3] Gentoo-bug: 595952 net-libs/glib-networking/glib-networking-2.50.0.ebuild | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/net-libs/glib-networking/glib-networking-2.50.0.ebuild b/net-libs/glib-networking/glib-networking-2.50.0.ebuild index c2e1fe5a929..cf2c5212846 100644 --- a/net-libs/glib-networking/glib-networking-2.50.0.ebuild +++ b/net-libs/glib-networking/glib-networking-2.50.0.ebuild @@ -32,6 +32,13 @@ DEPEND="${RDEPEND} " # eautoreconf needs >=sys-devel/autoconf-2.65:2.5 +src_prepare() { + default + # Disable SSLv3 requiring fallback test, which fails with net-libs/gnutls[-sslv3], bug 595952 + # https://bugzilla.gnome.org/show_bug.cgi?id=782853 + sed -i -e '/\/tls\/connection\/fallback\/SSL/d' "${S}"/tls/tests/connection.c || die +} + multilib_src_configure() { ECONF_SOURCE=${S} \ gnome2_src_configure \