Bug 267740

Summary: dns/nsd: Update to 4.6.1
Product: Ports & Packages Reporter: Jaap Akkerhuis <jaap>
Component: Individual Port(s)Assignee: Nuno Teixeira <eduardo>
Status: Closed FIXED    
Severity: Affects Many People CC: eduardo
Priority: --- Flags: eduardo: merge-quarterly+
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://www.nlnetlabs.nl/news/2022/Nov/10/nsd-4.6.1-released/
Attachments:
Description Flags
patch to update jaap: maintainer-approval+

Description Jaap Akkerhuis 2022-11-13 14:53:09 UTC
Created attachment 238054 [details]
patch to update

This release has a couple of bug fixes. The alpn is set for dns over
tls connections. And the SVCB type supports the dohpath parameter.

4.6.1
================
FEATURES:
- Set ALPN "dot" token during connection establishment as per RFC9103
   section 7.1 (Thanks Cesar Kuroiwa).
- Add SVCB dohpath support
BUG FIXES:
- Fix static analyzer reports, fix wrong log print when skipping xfr,
   fix to print error on pipe read fail, and assert an xfr is in
   progress during packet checks.
- Use AC_PROG_CC_STDC with autoconf versions prior to 2.70.
- Add missing documentation for zone verification.
- Fix #212: Change command line control actions to always log.
- Merge #231 from moritzbuhl: Fix checking if nonblocking sockets work
   on OpenBSD.
- Change zone parsing to accept non-trailing newline.
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-11-13 22:18:36 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5c213a556a5b758410857f004a920b0dca4548ba

commit 5c213a556a5b758410857f004a920b0dca4548ba
Author:     Jaap Akkerhuis <jaap@NLnetLabs.nl>
AuthorDate: 2022-11-13 22:17:04 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2022-11-13 22:17:04 +0000

    dns/nsd: Update to 4.6.1

    ChangeLog:      https://www.nlnetlabs.nl/news/2022/Nov/10/nsd-4.6.1-released/
    PR:             267740
    MFH:            2022Q4 (bugfixes)

 dns/nsd/Makefile | 8 ++++----
 dns/nsd/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-11-13 22:20:37 UTC
A commit in branch 2022Q4 references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8d71ae12c5c2e13ee151c69b114b34af19114014

commit 8d71ae12c5c2e13ee151c69b114b34af19114014
Author:     Jaap Akkerhuis <jaap@NLnetLabs.nl>
AuthorDate: 2022-11-13 22:17:04 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2022-11-13 22:19:08 +0000

    dns/nsd: Update to 4.6.1

    ChangeLog:      https://www.nlnetlabs.nl/news/2022/Nov/10/nsd-4.6.1-released/
    PR:             267740
    MFH:            2022Q4 (bugfixes)
    (cherry picked from commit 5c213a556a5b758410857f004a920b0dca4548ba)

 dns/nsd/Makefile | 8 ++++----
 dns/nsd/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)
Comment 3 Nuno Teixeira freebsd_committer freebsd_triage 2022-11-13 22:21:51 UTC
Committed, thanks!