Bug 228272 - [MAINTAINER] dns/nsd: Upgrade to 4.1.21
Summary: [MAINTAINER] dns/nsd: Upgrade to 4.1.21
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-05-15 13:09 UTC by Jaap Akkerhuis
Modified: 2018-05-15 20:20 UTC (History)
0 users

See Also:


Attachments
Patch to uprade (1.15 KB, patch)
2018-05-15 13:09 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 2018-05-15 13:09:28 UTC
Created attachment 193429 [details]
Patch to uprade

This release introduces query type ANY refusal.  NSD already has RRL
support that by default throttles queries, and also queries of type ANY.
But an nsd.conf option has been added, this makes NSD refuse queries of
type ANY.

The tcp-count can be higher.  For more tcp service, use something like
tcp-count: 10000 or so.  The fix is that tcp connections use (much) less
memory now, than in previous versions.

The memclean option is for memory checkers and code analyzers, without
the option, NSD lets the system remove memory pages with unused
resources on exit of a process, which is much faster.


4.1.21
================
FEATURES:
   - --enable-memclean cleans up memory for use with memory checkers,
     eg. valgrind.
   - refuse-any nsd.conf option that refuses queries of type ANY.
   - lower memory usage for tcp connections, so tcp-count can be
     higher.
BUG FIXES:
   - Fix unused variable warnings and uninit variable in statistics
     printout from clang analyzer.
   - Fix spelling error in xfr-inspect.
   - Fix #3562: explain build error when flex missing.
   - Fix buffer size warnings from compiler on filename lengths.
   - Fix #4093: Release notes not using 2018.

On request of some users, the FreeBSDport has now the option for
statistics default enabled.
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-05-15 20:20:04 UTC
A commit references this bug:

Author: krion
Date: Tue May 15 20:19:54 UTC 2018
New revision: 470049
URL: https://svnweb.freebsd.org/changeset/ports/470049

Log:
  Update to 4.1.21

  PR:		228272
  Submitted by:	maintainer

Changes:
  head/dns/nsd/Makefile
  head/dns/nsd/distinfo