SHA256
1
0
forked from pool/nsd

Accepting request 883391 from home:stroeder:network

New upstream release 4.3.6

OBS-URL: https://build.opensuse.org/request/show/883391
OBS-URL: https://build.opensuse.org/package/show/server:dns/nsd?expand=0&rev=84
This commit is contained in:
Michael Ströder
2021-04-06 18:43:14 +00:00
committed by Git OBS Bridge
parent 80dd9114b1
commit 7fc4c082ed
6 changed files with 61 additions and 24 deletions

View File

@@ -1,3 +1,40 @@
-------------------------------------------------------------------
Tue Apr 6 18:32:52 UTC 2021 - Michael Ströder <michael@stroeder.com>
- New upstream release 4.3.6
FEATURES:
- Fix #146 with #147: DNSTAP log the local address of the server
with the dnstap logs.
- Enable configuring a control-interface by interface name.
- A -p option to nsd-checkzone to print a successfully read zone.
- Add Extended DNS Errors RFC8914
- Per zone Access Control List for queries
with an allow-query: option.
BUG FIXES:
- Prevent a few more yacc clashes.
- Merge PR #153 from fobser: Repair -fno-common linker errors
automatically.
- Fix uninitialized access of log_buf in error printout on apply ixfr.
- Fix AF_LOCAL compile error for Solaris.
- Fix ifaddrs compile error for Solaris.
- Fix ifaddrs.h compile error for Solaris.
- Man page documentation for dnstap options.
- Fix segfault on high verbosity for TLS channels with dnstap log
local address.
- Fix #163: A TSIG noncompliance with RFC 2845.
- Fix that wildcard is printed as a star instead of escaped, in
logs and in written zone files.
- Fix double config.h include in configlexer.c
- Fix to remove configyyrename from makedist.sh and also
update the flex and bison rules there to add the "c_" prefix.
- Fix configure to use header checks with compile.
- Fix warning about unused function log_addr.
- Fix #154: TXT with parentheses fails in 4.3.5.
- Align parsing of TXT elements with how bind does it.
- Fix configure failure for enable systemd because of autoconf.
-------------------------------------------------------------------
Tue Jan 26 19:08:44 UTC 2021 - Michael Ströder <michael@stroeder.com>