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 5BDAF1396D0 for ; Tue, 22 Aug 2017 09:07:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C3CC1E0E4B; Tue, 22 Aug 2017 09:07:17 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A4729E0E43 for ; Tue, 22 Aug 2017 09:07:17 +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 BDD9033BEAE for ; Tue, 22 Aug 2017 09:07:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A422C7E7C for ; Tue, 22 Aug 2017 09:07:13 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1503392826.13770b8af63f1776a11d8da91a7f551bd7874f27.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/knot/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/knot/knot-2.5.3-r1.ebuild net-dns/knot/metadata.xml X-VCS-Directories: net-dns/knot/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 13770b8af63f1776a11d8da91a7f551bd7874f27 X-VCS-Branch: master Date: Tue, 22 Aug 2017 09:07:13 +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: de23a634-edb3-4734-b074-95e88f1c5a80 X-Archives-Hash: fd9a42bc3445987c8fe3f996ed920ef5 commit: 13770b8af63f1776a11d8da91a7f551bd7874f27 Author: Pierre-Olivier Mercier nemunai re> AuthorDate: Tue Aug 22 06:06:56 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Aug 22 09:07:06 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13770b8a net-dns/knot: add libidn2 USE flag Closes: https://github.com/gentoo/gentoo/pull/5405 net-dns/knot/knot-2.5.3-r1.ebuild | 7 +++++-- net-dns/knot/metadata.xml | 4 ++++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/net-dns/knot/knot-2.5.3-r1.ebuild b/net-dns/knot/knot-2.5.3-r1.ebuild index 82772faaabb..1c8e08233e8 100644 --- a/net-dns/knot/knot-2.5.3-r1.ebuild +++ b/net-dns/knot/knot-2.5.3-r1.ebuild @@ -24,7 +24,7 @@ KNOT_MODULES=( "+synthrecord" "+whoami" ) -IUSE="doc caps +fastparser idn systemd +utils ${KNOT_MODULES[@]}" +IUSE="doc caps +fastparser idn libidn2 systemd +utils ${KNOT_MODULES[@]}" RDEPEND=" >=net-libs/gnutls-3.3:= @@ -36,7 +36,10 @@ RDEPEND=" dev-libs/fstrm dev-libs/protobuf-c ) - idn? ( || ( net-dns/libidn >=net-dns/libidn2-2.0.0 ) ) + idn? ( + !libidn2? ( net-dns/libidn ) + libidn2? ( >=net-dns/libidn2-2.0.0 ) + ) dev-libs/libedit systemd? ( >=sys-apps/systemd-229 ) " diff --git a/net-dns/knot/metadata.xml b/net-dns/knot/metadata.xml index 35d8e806530..9245494df34 100644 --- a/net-dns/knot/metadata.xml +++ b/net-dns/knot/metadata.xml @@ -21,6 +21,10 @@ Use a zone file parser that is faster, but requires more memory and CPU time to compile + + If IDN support is enabled, use net-dns/libidn2 instead + of net-dns/libidn + Enable the module which can send empty truncated responses to UDP queries