From 8c13141af769ab5197d16a20f56c43da4bc0891ed22ffd4b44240c1ee9f54000 Mon Sep 17 00:00:00 2001 From: Jorik Cronenberg Date: Thu, 13 Jul 2023 15:29:52 +0000 Subject: [PATCH] - Enable dnstap support OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=374 --- bind.changes | 5 +++++ bind.spec | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/bind.changes b/bind.changes index 8ec3502..4cb344b 100644 --- a/bind.changes +++ b/bind.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jul 13 15:00:12 UTC 2023 - Jorik Cronenberg + +- Enable dnstap support + ------------------------------------------------------------------- Thu Jul 6 07:16:33 UTC 2023 - Dirk Müller diff --git a/bind.spec b/bind.spec index 7db8368..47183b1 100644 --- a/bind.spec +++ b/bind.spec @@ -75,11 +75,13 @@ Source70: bind.conf # configuation file for systemd-sysusers Source72: named.conf Patch56: bind-ldapdump-use-valid-host.patch +BuildRequires: fstrm-devel BuildRequires: libcap-devel BuildRequires: libopenssl-devel BuildRequires: libtool BuildRequires: openssl BuildRequires: pkgconfig +BuildRequires: protobuf-c BuildRequires: python3 BuildRequires: python3-Sphinx BuildRequires: python3-ply @@ -282,6 +284,7 @@ export LDFLAGS="-pie" --disable-isc-spnego \ --enable-fixed-rrset \ --enable-filter-aaaa \ + --enable-dnstap \ %if %{with_systemd} --with-systemd \ %endif @@ -581,6 +584,7 @@ fi %{_bindir}/dnssec-signzone %{_bindir}/dnssec-verify %{_bindir}/dnssec-cds +%{_bindir}/dnstap-read %{_sbindir}/ddns-confgen %{_sbindir}/rndc %{_sbindir}/rndc-confgen @@ -620,6 +624,7 @@ fi %{_mandir}/man1/named-compilezone.1%{ext_man} %{_mandir}/man1/named-journalprint.1%{ext_man} %{_mandir}/man1/nsec3hash.1%{ext_man} +%{_mandir}/man1/dnstap-read.1%{ext_man} %{_mandir}/man5/rndc.conf.5%{ext_man} %{_mandir}/man8/ddns-confgen.8%{ext_man} %{_mandir}/man8/rndc.8%{ext_man}