Bug 218873 - [MAINTAINER] dns/nsd: Upgrade to 4.1.16
Summary: [MAINTAINER] dns/nsd: Upgrade to 4.1.16
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: Kurt Jaeger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-25 11:49 UTC by Jaap Akkerhuis
Modified: 2017-04-29 20:40 UTC (History)
1 user (show)

See Also:
jaap: maintainer-feedback+


Attachments
Patch to upgrade (2.05 KB, patch)
2017-04-25 11:49 UTC, Jaap Akkerhuis
jaap: maintainer-approval+
Details | Diff

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