Bug 218873

Summary: [MAINTAINER] dns/nsd: Upgrade to 4.1.16
Product: Ports & Packages Reporter: Jaap Akkerhuis <jaap>
Component: Individual Port(s)Assignee: Kurt Jaeger <pi>
Status: Closed FIXED    
Severity: Affects Many People CC: pi
Priority: --- Flags: jaap: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch to upgrade jaap: maintainer-approval+

Description Jaap Akkerhuis 2017-04-25 11:49:48 UTC
Created attachment 182080 [details]
Patch to upgrade

For Committer: This removes file/patchfile/patch

Minimal response nsd.conf option and bug fixes.


4.1.16
================
FEATURES:
- - zone parser can parse acronyms for algorithms ED25519 and ED448.
- - Fix 1243: Option to make NSD emit really minimal responses,
  minimal-responses: yes in nsd.conf.

BUG FIXES:
- - Calculate new udb index after growing the array, fix from
  Chaofeng Liu.
- - Fix missing _t to _type conversion for disable-radix-tree option.
- - Printout serial error with hint it may be too big.
- - Fix 1228: OpenSSL include is not guarded with HAVE_SSL
- - Patch for expire state in multi-master when masters includes
  broken master, from Manabu Sonoda.
- - minor manpage fix.
Comment 1 Kurt Jaeger freebsd_committer freebsd_triage 2017-04-29 20:39:24 UTC
Testbuilds are fine, committed, thanks!
Comment 2 commit-hook freebsd_committer freebsd_triage 2017-04-29 20:40:12 UTC
A commit references this bug:

Author: pi
Date: Sat Apr 29 20:39:24 UTC 2017
New revision: 439774
URL: https://svnweb.freebsd.org/changeset/ports/439774

Log:
  dns/nsd: update 4.1.15 -> 4.1.16

  features:
  - zone parser can parse acronyms for algorithms ED25519 and ED448.
  - Fix 1243: Option to make NSD emit really minimal responses,
    minimal-responses: yes in nsd.conf.

  bug fixes:
  - Calculate new udb index after growing the array, fix from
    Chaofeng Liu.
  - Fix missing _t to _type conversion for disable-radix-tree option.
  - Printout serial error with hint it may be too big.
  - Fix 1228: OpenSSL include is not guarded with HAVE_SSL
  - Patch for expire state in multi-master when masters includes
    broken master, from Manabu Sonoda.
  - minor manpage fix.

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

Changes:
  head/dns/nsd/Makefile
  head/dns/nsd/distinfo
  head/dns/nsd/files/patch-query.c