Bug 213021 - [MAINTAINER] dns/nsd: update to 4.1.13
Summary: [MAINTAINER] dns/nsd: update to 4.1.13
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: Pawel Pekala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-27 13:35 UTC by Jaap Akkerhuis
Modified: 2016-10-01 16:38 UTC (History)
1 user (show)

See Also:


Attachments
Patch to update (1.67 KB, patch)
2016-09-27 13:35 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-09-27 13:35:33 UTC
Created attachment 175198 [details]
Patch to update

SUMMARY:
Some features, such as multi master check option that does not upgrade
from the first master that answers, but picks the best one.
Additional section handling for type SRV. And bug fixes.

FEATURES:
- multi-master-check: yes can be used to check all masters for the
  last version, using the higher version from the configured masters,
  from Manabu Sonoda.
- Support RR type OPENPGPKEY from RFC 7929.
- Can config key algorithms with the digest name, eg. 'sha256'.
- configure --disable-radix-tree for about 15% lower memory usage.
- for type SRV add A/AAAA to the additional section (if possible),
  just like we already do for type MX.
- more extensible edns option handling.

BUG FIXES:
- Fix compile warnings about unused result from write and strtol.
  and signcompare in minmax retrytime.
- Fix #812: fix that make depend fails after distribution.
- Fix #817: xfrd update failed loop.
- Add robustness against unallocated data in nsec3 trees.
- Fix README spelling error of BSD license (reported by Joerg Jung).
- Fix multimaster for not tried full zone transfer for a expired zone.
- Fix #827: fix compile with openssl 1.1.0 with api=1.1.0.
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-10-01 16:38:30 UTC
A commit references this bug:

Author: pawel
Date: Sat Oct  1 16:37:31 UTC 2016
New revision: 423081
URL: https://svnweb.freebsd.org/changeset/ports/423081

Log:
  Update to version 4.1.13

  SUMMARY:
  Some features, such as multi master check option that does not upgrade
  from the first master that answers, but picks the best one.
  Additional section handling for type SRV. And bug fixes.

  FEATURES:
  - multi-master-check: yes can be used to check all masters for the
    last version, using the higher version from the configured masters,
    from Manabu Sonoda.
  - Support RR type OPENPGPKEY from RFC 7929.
  - Can config key algorithms with the digest name, eg. 'sha256'.
  - configure --disable-radix-tree for about 15% lower memory usage.
  - for type SRV add A/AAAA to the additional section (if possible),
    just like we already do for type MX.
  - more extensible edns option handling.

  BUG FIXES:
  - Fix compile warnings about unused result from write and strtol.
    and signcompare in minmax retrytime.
  - Fix #812: fix that make depend fails after distribution.
  - Fix #817: xfrd update failed loop.
  - Add robustness against unallocated data in nsec3 trees.
  - Fix README spelling error of BSD license (reported by Joerg Jung).
  - Fix multimaster for not tried full zone transfer for a expired zone.
  - Fix #827: fix compile with openssl 1.1.0 with api=1.1.0.

  PR:		213021
  Submitted by:	maintainer

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