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.
This 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.
This 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
I don't think there's any bug. I just built an RPM of this version of
NSD on a CentOS 7 system, and it built without any problems. You do need
to ensure that you have all the NSD build dependencies installed.
Perhaps you are missing some of those dependencies. Which distribution
are you trying to build on, and how?
Note that I build RPMs using mock, and this sets up a standard build
environment that already has the compiler, pkgconfig and some of the
standard packages that you'd need. So I don't explicitly specify those
as build dependencies. I don't need any work-arounds in my spec file.
This 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?
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.