Bug 220939

Summary: dns/nsd: Update to 4.1.17
Product: Ports & Packages Reporter: Jaap Akkerhuis <jaap>
Component: Individual Port(s)Assignee: Danilo G. Baio <dbaio>
Status: Closed FIXED    
Severity: Affects Many People CC: dbaio
Priority: --- Keywords: needs-qa
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch to upgrade jaap: maintainer-approval+

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.