Hi, NSD 4.3.6rc1 pre-release is available: https://nlnetlabs.nl/downloads/nsd/nsd-4.3.6rc1.tar.gz sha256 589354a61cd9296ffe87e94cf5ea8fa2966725be82b53ca95c62182070d176da pgp https://nlnetlabs.nl/downloads/nsd/nsd-4.3.6rc1.tar.gz.asc This release contains a bug fix for a zone file parse failure for text records. The release also adds the feature to print a local address, if the address is configured, in dnstap logs. The interface for nsd-control can be specified with an interface name. The zone that was parse successfully can be printed with the nsd-checkzone -p option. Also added is support to emit DNS extended errors via the EDNS option from RFC8914. It is possible to stop queries for certain zones, depending on IP address and TSIG key, with the new allow-query option, for zones that do not need to be queried, like meta zones with configuration information. 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. Best regards, Wouter
On Mon, 29 Mar 2021 16:53:33 +0200 Wouter Wijngaards via nsd-users <nsd-users at lists.nlnetlabs.nl> wrote:> Hi, > > NSD 4.3.6rc1 pre-release is available: > https://nlnetlabs.nl/downloads/nsd/nsd-4.3.6rc1.tar.gzThis some years old bug is still there, you need to autoreconf --force before build to build with systemd, configure gives this error: checking whether gcc supports -Wno-address-of-packed-member... yes configure: error: systemd enabled but need pkg-config to configure for it, also, run aclocal before autoconf, or run autoreconf to include pkgconfig macros Could you fix release scripts and include pkgconfig macros by default? If I remember correctly Paul Wouters reported this issues on list multiple releases ago. -- Tuomo Soini <tis at foobar.fi> Foobar Linux services +358 40 5240030 Foobar Oy <https://foobar.fi/>
Hi, NSD 4.3.6 is available: https://nlnetlabs.nl/downloads/nsd/nsd-4.3.6.tar.gz sha256 bee6c0cf5525acc41dade9ec9e29435299211b0de290059878f7e53249e75f18 pgp https://nlnetlabs.nl/downloads/nsd/nsd-4.3.6.tar.gz.asc This release contains a bug fix for a zone file parse failure for text records. The release also adds the feature to print a local address, if the address is configured, in dnstap logs. The interface for nsd-control can be specified with an interface name. The zone that was parse successfully can be printed with the nsd-checkzone -p option. Also added is support to emit DNS extended errors via the EDNS option from RFC8914. It is possible to stop queries for certain zones, depending on IP address and TSIG key, with the new allow-query option, for zones that do not need to be queried, like meta zones with configuration information. A difference with rc1 is that the configure script is built with autoreconf, so that --enable-systemd works. 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. Best regards, Wouter