public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/dnsdist/
Date: Thu, 24 Jul 2025 21:27:52 +0000 (UTC)	[thread overview]
Message-ID: <1753392436.f3179f71889f044dc45167e08bb55a126cae36dd.sam@gentoo> (raw)

commit:     f3179f71889f044dc45167e08bb55a126cae36dd
Author:     Holger Hoffstätte <holger <AT> applied-asynchrony <DOT> com>
AuthorDate: Mon Jul 21 16:23:22 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jul 24 21:27:16 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3179f71

net-dns/dnsdist: minor updates to 1.9.10

While preparing the update to 2.0 I noticed that we should explicitly
initialise the Lua configuration. Also some cleanups.

Signed-off-by: Holger Hoffstätte <holger <AT> applied-asynchrony.com>
Part-of: https://github.com/gentoo/gentoo/pull/43100
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-dns/dnsdist/dnsdist-1.9.10.ebuild | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/net-dns/dnsdist/dnsdist-1.9.10.ebuild b/net-dns/dnsdist/dnsdist-1.9.10.ebuild
index 215e0b4d8692..b80492557968 100644
--- a/net-dns/dnsdist/dnsdist-1.9.10.ebuild
+++ b/net-dns/dnsdist/dnsdist-1.9.10.ebuild
@@ -49,6 +49,10 @@ RDEPEND="acct-group/dnsdist
 DEPEND="${RDEPEND}"
 BDEPEND="virtual/pkgconfig"
 
+pkg_setup() {
+	lua-single_pkg_setup
+}
+
 src_prepare() {
 	default
 
@@ -66,10 +70,10 @@ src_configure() {
 
 	local myeconfargs=(
 		--sysconfdir=/etc/dnsdist
-		--with-lua="${ELUA}"
-		--without-h2o
 		--enable-tls-providers
+		--with-lua="${ELUA}"
 		--without-gnutls
+		--without-h2o
 		$(use_with bpf ebpf)
 		$(use_with cdb cdb)
 		$(use_enable doh dns-over-https)
@@ -77,12 +81,12 @@ src_configure() {
 		$(use_enable dnscrypt)
 		$(use_enable dnstap)
 		$(use_enable ipcipher)
-		$(use_with lmdb )
+		$(use_with lmdb)
 		$(use_enable quic dns-over-quic)
 		$(use_with regex re2)
 		$(use_with snmp net-snmp)
 		$(use_enable ssl dns-over-tls)
-		$(use_enable systemd) \
+		$(use_enable systemd)
 		$(use_enable test unit-tests)
 		$(use_with xdp xsk)
 	)


             reply	other threads:[~2025-07-24 21:28 UTC|newest]

Thread overview: 47+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-07-24 21:27 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-09-20 13:36 [gentoo-commits] repo/gentoo:master commit in: net-dns/dnsdist/ Sam James
2025-09-18 23:00 Sam James
2025-09-06 15:05 Sam James
2025-09-06 15:05 Sam James
2025-07-24 21:27 Sam James
2025-05-21 20:59 Sam James
2025-05-21 20:56 Sam James
2025-05-21 20:56 Sam James
2025-04-29 20:31 Sam James
2025-04-27 18:07 Sam James
2025-03-27 12:05 Sam James
2025-03-27 12:05 Sam James
2024-12-27 12:25 Andreas Schuerch
2024-10-06  7:57 Andreas Schuerch
2024-09-08  8:53 Sam James
2024-08-04 15:50 Andreas Schuerch
2024-07-03 15:39 Andreas Schuerch
2024-05-14 12:14 Andreas Schuerch
2024-05-14 12:12 Andreas Schuerch
2024-04-09 10:34 Andreas Schuerch
2024-04-09 10:32 Andreas Schuerch
2024-02-19 18:52 Andreas Schuerch
2024-02-18 11:17 Andreas Schuerch
2023-09-11 13:21 Andreas Schuerch
2023-09-11 13:20 Andreas Schuerch
2023-04-18  6:00 Sam James
2023-04-02 19:44 Andreas Schuerch
2023-01-27  8:35 Joonas Niilola
2023-01-27  8:35 Joonas Niilola
2022-11-05 10:20 Andreas Schuerch
2022-06-25  9:03 Andreas Schuerch
2022-06-08  3:00 Sam James
2022-06-08  2:57 Sam James
2022-04-27 12:14 Andreas Schuerch
2022-04-27 12:14 Andreas Schuerch
2022-01-22 14:03 Andreas Schuerch
2021-09-21 17:15 Andreas Schuerch
2021-05-17 15:47 Andreas Schuerch
2021-03-26 19:46 Conrad Kostecki
2020-10-02 13:26 Andreas Schuerch
2020-01-15 10:27 Andreas Schuerch
2019-03-28 20:40 Andreas Schuerch
2018-04-05 15:21 Aaron Bauman
2017-10-28  9:53 Patrice Clement
2017-10-28  9:53 Patrice Clement
2017-06-30 20:17 Michał Górny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1753392436.f3179f71889f044dc45167e08bb55a126cae36dd.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox