Bug 279050 - dns/bind-tools: add dnstap-read to package
Summary: dns/bind-tools: add dnstap-read to package
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Mathieu Arnold
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-05-17 07:24 UTC by freebsd
Modified: 2024-05-18 11:11 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (mat)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description freebsd 2024-05-17 07:24:09 UTC
FreeBSD lacks a dnstap reader. Could it be possible to include the dnstap-read from bind to the bind-tools port ?
Comment 1 Mathieu Arnold freebsd_committer freebsd_triage 2024-05-18 06:27:20 UTC
dnstap-read is available in the bind918 package, is it not enough ?
Comment 2 Mathieu Arnold freebsd_committer freebsd_triage 2024-05-18 07:13:44 UTC
I mean, from what I understand, dnstap data is collected on the server, so I feel it's only needed in the server package.
Comment 3 freebsd 2024-05-18 10:15:38 UTC
Protocol may be used over tcp. Reader may be used in another jail, and with other dns servers (knot or unbound)
Comment 4 commit-hook freebsd_committer freebsd_triage 2024-05-18 11:08:12 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0663812b214b33288c7dfeab2a9e1b03d9d27454

commit 0663812b214b33288c7dfeab2a9e1b03d9d27454
Author:     Mathieu Arnold <mat@FreeBSD.org>
AuthorDate: 2024-05-18 09:03:24 +0000
Commit:     Mathieu Arnold <mat@FreeBSD.org>
CommitDate: 2024-05-18 11:07:05 +0000

    dns/bind9-devel: move dnstap-read to bind-tools

    PR:             279050
    Reported by:    freebsd rail eu org

 dns/bind-tools/pkg-plist-devel                 |  2 ++
 dns/bind9-devel/Makefile                       |  6 +++---
 dns/bind9-devel/files/extrapatch-no-bind-tools | 24 +++++++++++++++++++++---
 dns/bind9-devel/pkg-plist                      |  3 +--
 4 files changed, 27 insertions(+), 8 deletions(-)
Comment 5 commit-hook freebsd_committer freebsd_triage 2024-05-18 11:08:13 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0663811732c939b0a68a3caee3d9a9fe4bf8bf3a

commit 0663811732c939b0a68a3caee3d9a9fe4bf8bf3a
Author:     Mathieu Arnold <mat@FreeBSD.org>
AuthorDate: 2024-05-18 09:02:40 +0000
Commit:     Mathieu Arnold <mat@FreeBSD.org>
CommitDate: 2024-05-18 11:05:13 +0000

    dns/bind918: move dnstap-read to bind-tools

    PR:             279050
    Reported by:    freebsd rail eu org

 dns/bind-tools/pkg-plist                   |  3 ++-
 dns/bind918/Makefile                       |  6 +++---
 dns/bind918/files/extrapatch-no-bind-tools | 22 ++++++++++++++++++++++
 dns/bind918/pkg-plist                      |  3 +--
 4 files changed, 28 insertions(+), 6 deletions(-)
Comment 6 commit-hook freebsd_committer freebsd_triage 2024-05-18 11:11:15 UTC
A commit in branch 2024Q2 references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=06600764e9a7829721ee3d90cdb6327ffc4d9fa1

commit 06600764e9a7829721ee3d90cdb6327ffc4d9fa1
Author:     Mathieu Arnold <mat@FreeBSD.org>
AuthorDate: 2024-05-18 09:02:40 +0000
Commit:     Mathieu Arnold <mat@FreeBSD.org>
CommitDate: 2024-05-18 11:09:12 +0000

    dns/bind918: move dnstap-read to bind-tools

    PR:             279050
    Reported by:    freebsd rail eu org

    (cherry picked from commit 0663811732c939b0a68a3caee3d9a9fe4bf8bf3a)

 dns/bind-tools/pkg-plist                   |  3 ++-
 dns/bind918/Makefile                       |  6 +++---
 dns/bind918/files/extrapatch-no-bind-tools | 22 ++++++++++++++++++++++
 dns/bind918/pkg-plist                      |  3 +--
 4 files changed, 28 insertions(+), 6 deletions(-)