Accepting request 654103 from home:stroeder:branches:server:dns

Update to upstream release 4.1.26

OBS-URL: https://build.opensuse.org/request/show/654103
OBS-URL: https://build.opensuse.org/package/show/server:dns/nsd?expand=0&rev=55
This commit is contained in:
2018-12-05 10:03:47 +00:00
committed by Git OBS Bridge
parent ce705def19
commit 978f40fd41
6 changed files with 42 additions and 20 deletions

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Tue Dec 4 19:37:05 UTC 2018 - Michael Ströder <michael@stroeder.com>
- Update to upstream release 4.1.26:
* FEATURES:
- DNSTAP support for NSD, --enable-dnstap and then config in nsd.conf.
- Support SO_REUSEPORT_LB in FreeBSD 12 with the reuseport: yes
option in nsd.conf.
- Added nsd-control changezone. nsd-control changezone name pattern
allows the change of a zone pattern option without downtime for
the zone, in one operation.
* BUG FIXES:
- Fix #4194: Zone file parser derailed by non-FQDN names in RHS of
DNSSEC RRs.
- Fix #4202: nsd-control delzone incorrect exit code on error.
- Tab style fix to use tab for 8 spaces, from Xiaobo Liu.
- Fix #4205: enable-recvmmsg in mixed IPv4/IPv6 environment fails.
This sets the msg_hdr.msg_namelen correctly after receipt.
- Fix to not set GLOB_NOSORT so the nsd.conf include: files are
sorted and in a predictable order.
- Fix #3433: document that reconfig does not change per-zone stats.
-------------------------------------------------------------------
Tue Sep 25 18:17:03 UTC 2018 - Michael Ströder <michael@stroeder.com>