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 5540E1396D0 for ; Fri, 18 Aug 2017 17:41:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 929A91FC007; Fri, 18 Aug 2017 17:41:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 708AD1FC007 for ; Fri, 18 Aug 2017 17:41:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 7D503341950 for ; Fri, 18 Aug 2017 17:41:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1FDF57A42 for ; Fri, 18 Aug 2017 17:41:31 +0000 (UTC) From: "Alon Bar-Lev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alon Bar-Lev" Message-ID: <1503077997.69cab3de6483b9a07330359d9055e433cf1f46d5.alonbl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/gnutls/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/gnutls/gnutls-3.5.13.ebuild X-VCS-Directories: net-libs/gnutls/ X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev X-VCS-Revision: 69cab3de6483b9a07330359d9055e433cf1f46d5 X-VCS-Branch: master Date: Fri, 18 Aug 2017 17:41:31 +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: 025729f1-28a4-469e-a415-5eda216db4d0 X-Archives-Hash: e7f62e386a9c9516122324f62deb63a4 commit: 69cab3de6483b9a07330359d9055e433cf1f46d5 Author: Alon Bar-Lev gentoo org> AuthorDate: Fri Aug 18 17:39:48 2017 +0000 Commit: Alon Bar-Lev gentoo org> CommitDate: Fri Aug 18 17:39:57 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69cab3de net-libs/gnutls: disable sslv3 by default Bug: https://bugs.gentoo.org/show_bug.cgi?id=628198 Package-Manager: Portage-2.3.6, Repoman-2.3.1 net-libs/gnutls/gnutls-3.5.13.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/gnutls/gnutls-3.5.13.ebuild b/net-libs/gnutls/gnutls-3.5.13.ebuild index b13949bf009..cffeefe6ade 100644 --- a/net-libs/gnutls/gnutls-3.5.13.ebuild +++ b/net-libs/gnutls/gnutls-3.5.13.ebuild @@ -13,7 +13,7 @@ LICENSE="GPL-3 LGPL-2.1" SLOT="0/30" # libgnutls.so number KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE_LINGUAS=" en cs de fi fr it ms nl pl sv uk vi zh_CN" -IUSE="+cxx dane doc examples guile +idn nls openpgp +openssl pkcs11 sslv2 +sslv3 seccomp static-libs test test-full +tls-heartbeat tools valgrind zlib ${IUSE_LINGUAS// / linguas_}" +IUSE="+cxx dane doc examples guile +idn nls openpgp +openssl pkcs11 sslv2 sslv3 seccomp static-libs test test-full +tls-heartbeat tools valgrind zlib ${IUSE_LINGUAS// / linguas_}" REQUIRED_USE=" test-full? ( guile pkcs11 openpgp openssl idn seccomp tools zlib )"