Bug 220939 - dns/nsd: Update to 4.1.17
Summary: dns/nsd: Update to 4.1.17
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: Danilo G. Baio
URL:
Keywords: needs-qa
Depends on:
Blocks:
 
Reported: 2017-07-23 10:02 UTC by Jaap Akkerhuis
Modified: 2017-07-28 00:29 UTC (History)
1 user (show)

See Also:


Attachments
patch to upgrade (809 bytes, patch)
2017-07-23 10:02 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-07-23 10:02:37 UTC
Created attachment 184623 [details]
patch to upgrade

This release has a fix that likely stops zone transfer failures and this
release can parse the pre-errata and fixed errata format for deletes in
CDS and CDNSKEY records.


4.1.17
================
FEATURES:
- zone parser parses type AVC (it has TXT format).
- Fix #1272: use writev to put tcp length field with data for outgoing
  zone transfer requests.

BUG FIXES:
- Fix potential null pointer in nsec3 adjustment tree.
- Fix text format of deletes for CDS and CDNSKEY, single 0 to represent
  empty base64 or hex string.
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-07-28 00:28:32 UTC
A commit references this bug:

Author: dbaio
Date: Fri Jul 28 00:27:55 UTC 2017
New revision: 446785
URL: https://svnweb.freebsd.org/changeset/ports/446785

Log:
  dns/nsd: Update to 4.1.17

  Features:
  - zone parser parses type AVC (it has TXT format).
  - Fix #1272: use writev to put tcp length field with data for outgoing
    zone transfer requests.

  Bugfixes:
  - Fix potential null pointer in nsec3 adjustment tree.
  - Fix text format of deletes for CDS and CDNSKEY, single 0 to represent
    empty base64 or hex string.

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

Changes:
  head/dns/nsd/Makefile
  head/dns/nsd/distinfo
Comment 2 Danilo G. Baio freebsd_committer freebsd_triage 2017-07-28 00:29:05 UTC
Committed, thanks.