Bug 210276

Summary: [MAINTAINER] dns/nsd Update to 4.1.10
Product: Ports & Packages Reporter: Jaap Akkerhuis <jaap>
Component: Individual Port(s)Assignee: Ruslan Makhmatkhanov <rm>
Status: Closed FIXED    
Severity: Affects Many People CC: erwin, rm
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch to update none

Description Jaap Akkerhuis 2016-06-14 15:59:53 UTC
Created attachment 171430 [details]
Patch to update

Summary:
Transport preference for glue, DNAME occlusion, and other bug fixes.

FEATURES:
- ip-freebind: yesno option in nsd.conf sets IP_FREEBIND socket option
  for Linux, binds to interfaces and addresses that are down.
- NSD includes AAAA before A for queries over IPV6 (in delegations).
  And TC is set if no glue can be provided with a delegation because
  of packet size.
- print notice that nsd is starting before taking off.

BUG FIXES:
- Fix for openssl 1.1.0, HMAC_CTX size not exported from openssl.
- Fix #751: NSD fails to occlude names below a DNAME.
- If set without nsd.db print "" as the default in the man pages.
- Fix #755: NSD spins after a zone update and a lot of TCP queries.
- Fix for NSEC3 with zone signed without exact match for empty
  nonterminals, the answer for that domain gets closest encloser.
- #772 Document that recvmmsg has IPv6 problems on some linux kernels.
Comment 1 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2016-06-18 21:45:57 UTC
I'll take it.
Comment 2 commit-hook freebsd_committer freebsd_triage 2016-06-18 21:46:36 UTC
A commit references this bug:

Author: rm
Date: Sat Jun 18 21:45:43 UTC 2016
New revision: 417090
URL: https://svnweb.freebsd.org/changeset/ports/417090

Log:
  dns/nsd: update to 4.1.10

  - turn on IPV6 option by default

  PR:		210276
  Submitted by:	jaap@NLnetLabs.nl (maintainer)

Changes:
  head/dns/nsd/Makefile
  head/dns/nsd/distinfo
Comment 3 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2016-06-18 21:46:50 UTC
Committed, thank you!