Bug 272096 - dns/nsd: Update to 4.7.0
Summary: dns/nsd: Update to 4.7.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Fernando Apesteguía
URL: https://www.nlnetlabs.nl/news/2023/Ju...
Keywords:
Depends on:
Blocks:
 
Reported: 2023-06-20 15:41 UTC by Jaap Akkerhuis
Modified: 2023-06-24 16:52 UTC (History)
1 user (show)

See Also:


Attachments
patch tp update (2.02 KB, patch)
2023-06-20 15:41 UTC, Jaap Akkerhuis
jaap: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jaap Akkerhuis 2023-06-20 15:41:57 UTC
Created attachment 242890 [details]
patch tp update

This release adds a script for bash autocompletion for nsd-control. Also
nsd-control can be configured to use unencrypted operation also when
compiled without openssl. There is also a systemd service unit example
file contributed. The dnstap log service can be contacted over TCP, with
the dnstap-ip: ip option. It is also possible to use TLS, with
dnstap-tls, it is enabled by default, and can be configured with the
dnstap-server-name, dnstap-cert-bundle, dnstap-client-key-file and
dnstap-client-cert-file options. The configure option
`--enable-root-server` is obsolete, it is no longer used and defaults to
on. In addition, the build file should support multicore build with
flex and bison more easily.

4.7.0
================
FEATURES:
- Merge #263: Add bash autocompletion script for nsd-control.
- Fix #267: Allow unencrypted local operation of nsd-control.
- Merge #269 from Fale: Add systemd service unit.
- Fix #271: DNSTAP over TCP, with dnstap-ip: "127.0.0.1@3333".
- dnstap over TLS, default enabled. Configured with the
  options dnstap-tls, dnstap-tls-server-name, dnstap-tls-cert-bundle,
  dnstap-tls-client-key-file and dnstap-tls-client-cert-file.

BUG FIXES:
- Fix #239: -Wincompatible-pointer-types warning in remote.c.
- Fix configure for -Wstrict-prototypes.
- Fix #262: Zone(s) not synchronizing properly via TLS.
- Fix for #262: More error logging for SSL read failures for zone
  transfers.
- Merge #265: Fix C99 compatibility issue.
- Fix #266: Fix build with --without-ssl.
- Fix for #267: neater variable definitions.
- Fix #270: reserved identifier violation.
- Fix to clean more memory on exit of dnstap collector.
- Fix dnstap to not check socket path when using IP address.
- Fix to compile without ssl with dnstap-tls code.
- Dnstap tls code fixes.
- Fix include brackets for ssl.h include statements, instead of quotes.
- Fix static analyzer warning about nsd_event_method initialization.
- Fix #273: Large TXT record breaks AXFR.
- Fix ixfr create from adding too many record types.
- Fix cirrus script for submit to coverity scan to libtoolize
  the configure script components config.guess and config.sub.
- Fix readme status badge links.
- make depend.
- Fix for build to run flex and bison before compiling code that needs
  the headers.
- Fix to remove unused whitespace from acx_nlnetlabs.m4 and config.h.
- For #279: Note that autoreconf -fi creates the configure script
  and also the needed auxiliary files, for autoconf 2.69 and 2.71.
- Fix unused variable warning in unit test, from clang compile.
- Fix #240: Prefix messages originating from verifier.
- Fix #275: Drop unnecessary root server checks.
Comment 1 Fernando Apesteguía freebsd_committer freebsd_triage 2023-06-23 06:56:23 UTC
^Triage: Maintainer-feedback flag (+) not required unless requested (?) first.

Thanks!
Comment 2 Fernando Apesteguía freebsd_committer freebsd_triage 2023-06-24 16:51:51 UTC
Committed,

Thanks!
Comment 3 commit-hook freebsd_committer freebsd_triage 2023-06-24 16:52:34 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6bda5186faa960a081e79bb66d9966b7f77db9f8

commit 6bda5186faa960a081e79bb66d9966b7f77db9f8
Author:     Jaap Akkerhuis <jaap@NLnetLabs.nl>
AuthorDate: 2023-06-23 06:55:12 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2023-06-24 16:51:23 +0000

    dns/nsd: Update to 4.7.0

    ChangeLog: https://www.nlnetlabs.nl/news/2023/Jun/07/nsd-4.7.0-released/

    4.7.0
    ================
    FEATURES:
    - Merge #263: Add bash autocompletion script for nsd-control.
    - Fix #267: Allow unencrypted local operation of nsd-control.
    - Merge #269 from Fale: Add systemd service unit.
    - Fix #271: DNSTAP over TCP, with dnstap-ip: "127.0.0.1@3333".
    - dnstap over TLS, default enabled. Configured with the
      options dnstap-tls, dnstap-tls-server-name, dnstap-tls-cert-bundle,
      dnstap-tls-client-key-file and dnstap-tls-client-cert-file.

    BUG FIXES:
    - Fix #239: -Wincompatible-pointer-types warning in remote.c.
    - Fix configure for -Wstrict-prototypes.
    - Fix #262: Zone(s) not synchronizing properly via TLS.
    - Fix for #262: More error logging for SSL read failures for zone
      transfers.
    - Merge #265: Fix C99 compatibility issue.
    - Fix #266: Fix build with --without-ssl.
    - Fix for #267: neater variable definitions.
    - Fix #270: reserved identifier violation.
    - Fix to clean more memory on exit of dnstap collector.
    - Fix dnstap to not check socket path when using IP address.
    - Fix to compile without ssl with dnstap-tls code.
    - Dnstap tls code fixes.
    - Fix include brackets for ssl.h include statements, instead of quotes.
    - Fix static analyzer warning about nsd_event_method initialization.
    - Fix #273: Large TXT record breaks AXFR.
    - Fix ixfr create from adding too many record types.
    - Fix cirrus script for submit to coverity scan to libtoolize
      the configure script components config.guess and config.sub.
    - Fix readme status badge links.
    - make depend.
    - Fix for build to run flex and bison before compiling code that needs
      the headers.
    - Fix to remove unused whitespace from acx_nlnetlabs.m4 and config.h.
    - For #279: Note that autoreconf -fi creates the configure script
      and also the needed auxiliary files, for autoconf 2.69 and 2.71.
    - Fix unused variable warning in unit test, from clang compile.
    - Fix #240: Prefix messages originating from verifier.
    - Fix #275: Drop unnecessary root server checks.

    PR:             272096
    Reported by:    jaap@NLnetLabs.nl (maintainer)

 dns/nsd/Makefile | 6 ++----
 dns/nsd/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 7 deletions(-)