Date: Wed, 07 Apr 2021 11:03:03 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 254850] dns/nsd: Update to 4.3.6 Message-ID: <bug-254850-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D254850 Bug ID: 254850 Summary: dns/nsd: Update to 4.3.6 Product: Ports & Packages Version: Latest Hardware: Any URL: https://nlnetlabs.nl/news/2021/Apr/06/nsd-4.3.6-releas ed/ OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: jaap@NLnetLabs.nl Attachment #223893 maintainer-approval+ Flags: Created attachment 223893 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D223893&action= =3Dedit Patch to upgrade 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 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 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. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-254850-7788>