Bug 210276 - [MAINTAINER] dns/nsd Update to 4.1.10
Summary: [MAINTAINER] dns/nsd Update to 4.1.10
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Ruslan Makhmatkhanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-14 15:59 UTC by Jaap Akkerhuis
Modified: 2016-06-18 21:46 UTC (History)
2 users (show)

See Also:


Attachments
Patch to update (1.04 KB, patch)
2016-06-14 15:59 UTC, Jaap Akkerhuis
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!