From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7BF8415808A for ; Wed, 16 Jul 2025 19:06:01 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 67126340D5F for ; Wed, 16 Jul 2025 19:06:01 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 6C1A1110280; Wed, 16 Jul 2025 19:06:00 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 64950110280 for ; Wed, 16 Jul 2025 19:06:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 19C96340D33 for ; Wed, 16 Jul 2025 19:06:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF7CC1851 for ; Wed, 16 Jul 2025 19:05:58 +0000 (UTC) From: "Sven Wegener" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Wegener" Message-ID: <1752692745.8e5320b3f039017ff69dffc9f33d62315a288c5a.swegener@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/pdns-recursor/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/pdns-recursor/metadata.xml net-dns/pdns-recursor/pdns-recursor-5.2.2.ebuild X-VCS-Directories: net-dns/pdns-recursor/ X-VCS-Committer: swegener X-VCS-Committer-Name: Sven Wegener X-VCS-Revision: 8e5320b3f039017ff69dffc9f33d62315a288c5a X-VCS-Branch: master Date: Wed, 16 Jul 2025 19:05:58 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: dad1ce1b-0a17-4c07-81cb-47a1fd75f435 X-Archives-Hash: 6ed07adaec63fd7c28994256b9e08139 commit: 8e5320b3f039017ff69dffc9f33d62315a288c5a Author: Bertrand Jacquin jacquin bzh> AuthorDate: Wed Jul 9 10:54:50 2025 +0000 Commit: Sven Wegener gentoo org> CommitDate: Wed Jul 16 19:05:45 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e5320b3 net-dns/pdns-recursor: add USE flag for dns-over-tls pdns-recursor supports forcing DNS over TLS to listed authoritative nameservers in dot-to-auth-names configuration setting which is only accessible when --enable-dns-over-tls is specified. See: https://github.com/PowerDNS/pdns/commit/a227f47d3323ca9a532b076f7e1b209dd2962346 See: https://docs.powerdns.com/recursor/settings.html#dot-to-auth-names Signed-off-by: Bertrand Jacquin jacquin.bzh> Closes: https://bugs.gentoo.org/959753 Closes: https://github.com/gentoo/gentoo/pull/42937 Signed-off-by: Sven Wegener gentoo.org> net-dns/pdns-recursor/metadata.xml | 1 + net-dns/pdns-recursor/pdns-recursor-5.2.2.ebuild | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/net-dns/pdns-recursor/metadata.xml b/net-dns/pdns-recursor/metadata.xml index f36a13ab15c8..bff8b1aa194c 100644 --- a/net-dns/pdns-recursor/metadata.xml +++ b/net-dns/pdns-recursor/metadata.xml @@ -15,6 +15,7 @@ It also has built-in hooks for making graphs with rrdtool, providing insight int nameserver performance. + Enable support for DNS over TLS Enable support for dnstap Use dev-libs/libsodium for cryptography diff --git a/net-dns/pdns-recursor/pdns-recursor-5.2.2.ebuild b/net-dns/pdns-recursor/pdns-recursor-5.2.2.ebuild index 5c1fbd16ce2d..8b5446f6c93a 100644 --- a/net-dns/pdns-recursor/pdns-recursor-5.2.2.ebuild +++ b/net-dns/pdns-recursor/pdns-recursor-5.2.2.ebuild @@ -59,7 +59,7 @@ SRC_URI="https://downloads.powerdns.com/releases/${P/_/-}.tar.bz2 ${CARGO_CRATE_ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~arm x86" -IUSE="debug dnstap snmp sodium systemd test valgrind" +IUSE="debug dns-over-tls dnstap snmp sodium systemd test valgrind" REQUIRED_USE="${LUA_REQUIRED_USE}" RESTRICT="!test? ( test )" @@ -101,6 +101,7 @@ src_configure() { --with-lua="${ELUA}" \ $(use_enable debug verbose-logging) \ $(use_enable systemd) \ + $(use_enable dns-over-tls) \ $(use_enable dnstap dnstap) \ $(use_enable test unit-tests) \ $(use_enable valgrind) \