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 153C9139085 for ; Wed, 4 Jan 2017 19:26:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D9FAE0BFF; Wed, 4 Jan 2017 19:26:46 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 3D106E0BFF for ; Wed, 4 Jan 2017 19:26:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 26DE23412B7 for ; Wed, 4 Jan 2017 19:26:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 90C2E261C for ; Wed, 4 Jan 2017 19:26:43 +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: <1483557996.b14ea48df1017341dc2c1ffa15b183a417b054bc.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.4.17.ebuild net-libs/gnutls/gnutls-3.5.7.ebuild net-libs/gnutls/metadata.xml X-VCS-Directories: net-libs/gnutls/ X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev X-VCS-Revision: b14ea48df1017341dc2c1ffa15b183a417b054bc X-VCS-Branch: master Date: Wed, 4 Jan 2017 19:26:43 +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: 609b1041-57bc-4cfe-96f0-5b6d1f038d87 X-Archives-Hash: 1648ea8057edb3cf19932e1657fee7d3 commit: b14ea48df1017341dc2c1ffa15b183a417b054bc Author: Alon Bar-Lev gentoo org> AuthorDate: Wed Jan 4 02:28:22 2017 +0000 Commit: Alon Bar-Lev gentoo org> CommitDate: Wed Jan 4 19:26:36 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b14ea48d net-libs/gnutls: add test-full USE temporary force tools for tests Bug: 604144 Package-Manager: portage-2.3.0 RepoMan-Options: --force net-libs/gnutls/gnutls-3.4.17.ebuild | 15 +++++++++++++-- net-libs/gnutls/gnutls-3.5.7.ebuild | 15 +++++++++++++-- net-libs/gnutls/metadata.xml | 3 +++ 3 files changed, 29 insertions(+), 4 deletions(-) diff --git a/net-libs/gnutls/gnutls-3.4.17.ebuild b/net-libs/gnutls/gnutls-3.4.17.ebuild index 77c6ae3..9c247c7 100644 --- a/net-libs/gnutls/gnutls-3.4.17.ebuild +++ b/net-libs/gnutls/gnutls-3.4.17.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,11 @@ 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 ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE_LINGUAS=" en cs de fi fr it ms nl pl sv uk vi zh_CN" -IUSE="+cxx +crywrap dane doc examples guile idn nls +openssl pkcs11 static-libs test +tls-heartbeat tools zlib ${IUSE_LINGUAS// / linguas_}" +IUSE="+cxx +crywrap dane doc examples guile idn nls +openssl pkcs11 static-libs test test-full +tls-heartbeat tools zlib ${IUSE_LINGUAS// / linguas_}" + +REQUIRED_USE=" + test? ( tools ) + test-full? ( pkcs11 openssl tools zlib )" # NOTICE: sys-devel/autogen is required at runtime as we # use system libopts @@ -29,6 +33,13 @@ RDEPEND=">=dev-libs/libtasn1-4.3:=[${MULTILIB_USEDEP}] pkcs11? ( >=app-crypt/p11-kit-0.23.1[${MULTILIB_USEDEP}] ) zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] ) idn? ( net-dns/libidn[${MULTILIB_USEDEP}] ) + test-full? ( + app-crypt/dieharder + app-misc/datefudge + dev-libs/softhsm:2 + net-dialup/ppp + net-misc/socat + ) abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20140508 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] diff --git a/net-libs/gnutls/gnutls-3.5.7.ebuild b/net-libs/gnutls/gnutls-3.5.7.ebuild index 3491513..e3f940b 100644 --- a/net-libs/gnutls/gnutls-3.5.7.ebuild +++ b/net-libs/gnutls/gnutls-3.5.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,11 @@ 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 ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-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 +openssl pkcs11 sslv2 +sslv3 static-libs test +tls-heartbeat tools zlib ${IUSE_LINGUAS// / linguas_}" +IUSE="+cxx dane doc examples guile +idn nls +openssl pkcs11 sslv2 +sslv3 static-libs test test-full +tls-heartbeat tools zlib ${IUSE_LINGUAS// / linguas_}" + +REQUIRED_USE=" + test? ( tools ) + test-full? ( pkcs11 openssl tools zlib )" # NOTICE: sys-devel/autogen is required at runtime as we # use system libopts @@ -29,6 +33,13 @@ RDEPEND=">=dev-libs/libtasn1-4.9:=[${MULTILIB_USEDEP}] pkcs11? ( >=app-crypt/p11-kit-0.23.1[${MULTILIB_USEDEP}] ) zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] ) idn? ( net-dns/libidn[${MULTILIB_USEDEP}] ) + test-full? ( + app-crypt/dieharder + app-misc/datefudge + dev-libs/softhsm:2 + net-dialup/ppp + net-misc/socat + ) abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20140508 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] diff --git a/net-libs/gnutls/metadata.xml b/net-libs/gnutls/metadata.xml index 7abdcd0..de46a2e 100644 --- a/net-libs/gnutls/metadata.xml +++ b/net-libs/gnutls/metadata.xml @@ -31,6 +31,9 @@ Support for the old/insecure SSLv3 protocol + + Enable full test mode + Reflect ABI compatibility of libgnutls.so