Wouter
July 13, 2017, 9:25am
1
Hi,
NSD 4.1.17rc1 pre-release is available:
https://www.nlnetlabs.nl/downloads/nsd/nsd-4.1.17rc1.tar.gz
sha256 96f78d9e62d3e83796938eb70880dc093ad4a2480c3005a21fa692107eaca677
pgp https://www.nlnetlabs.nl/downloads/nsd/nsd-4.1.17rc1.tar.gz.asc
This release has a fix that likely stops zone transfer failures and this
release can parse the pre-errata and fixed errata format for deletes in
CDS and CDNSKEY records.
4.1.17
W.C.A. Wijngaards:
NSD 4.1.17rc1 pre-release is available
I noticed "xfr-inspect" an tried
make nsd-mem xfr-inspect
make[1]: Entering directory '/<<PKGBUILDDIR>>'
gcc -Wdate-time -D_FORTIFY_SOURCE=2 -I. -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -W -Wall -Wextra -Wdeclaration-after-statement -c nsd-mem.c
gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -W -Wall -Wextra -Wdeclaration-after-statement -Wl,-z,relro -Wl,-z,now -o nsd-mem answer.o axfr.o buffer.o configlexer.o configparser.o dname.o dns.o edns.o iterated_hash.o lookup3.o namedb.o nsec3.o options.o packet.o query.o rbtree.o radtree.o rdata.o region-allocator.o rrl.o tsig.o tsig-openssl.o udb.o udbradtree.o udbzone.o util.o xfrd-disk.o xfrd-notify.o xfrd-tcp.o xfrd.o remote.o dbaccess.o dbcreate.o difffile.o ipc.o mini_event.o netio.o server.o zonec.o zparser.o zlexer.o nsd-mem.o strlcat.o strlcpy.o b64_pton.o b64_ntop.o reallocarray.o -lssl-dv -lcrypto-dv -lev
make[1]: *** No rule to make target 'tpkg/cutest/xfr-inspect.c', needed by 'xfr-inspect.o'. Stop.
.. will try without xfr-inspect ...
is xfr-inspect intended to be build that way?
Andreas
Wouter
July 13, 2017, 1:55pm
3
Hi Andreas,
W.C.A. Wijngaards:
NSD 4.1.17rc1 pre-release is available
I noticed "xfr-inspect" an tried
make nsd-mem xfr-inspect
make[1]: Entering directory '/<<PKGBUILDDIR>>'
gcc -Wdate-time -D_FORTIFY_SOURCE=2 -I. -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -W -Wall -Wextra -Wdeclaration-after-statement
-c nsd-mem.c
gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -W -Wall
-Wextra -Wdeclaration-after-statement -Wl,-z,relro -Wl,-z,now -o nsd-mem
answer.o axfr.o buffer.o configlexer.o configparser.o dname.o dns.o
edns.o iterated_hash.o lookup3.o namedb.o nsec3.o options.o packet.o
query.o rbtree.o radtree.o rdata.o region-allocator.o rrl.o tsig.o
tsig-openssl.o udb.o udbradtree.o udbzone.o util.o xfrd-disk.o
xfrd-notify.o xfrd-tcp.o xfrd.o remote.o dbaccess.o dbcreate.o
difffile.o ipc.o mini_event.o netio.o server.o zonec.o zparser.o
zlexer.o nsd-mem.o strlcat.o strlcpy.o b64_pton.o b64_ntop.o
reallocarray.o -lssl-dv -lcrypto-dv -lev
make[1]: *** No rule to make target 'tpkg/cutest/xfr-inspect.c', needed
by 'xfr-inspect.o'. Stop.
.. will try without xfr-inspect ...
is xfr-inspect intended to be build that way?
Yes that is how to build it.
xfr-inspect is meant as a debug tool, so not shipped or built by
default. ./xfr-inspect -l /tmp/nsd.pid/xfr.1234
If you put the xfr-inspect.c (from the source repository) file at that
path, then the build would succeed.
Best regards, Wouter
Ah!
I missed that there is no tpkg/ directory. I assumed it's there because nsd-mem.c /is/ present.
would it be possible to include the tool in the source but don't build & install it by default?
Andreas
Wouter
July 21, 2017, 6:45am
5
Hi,
NSD 4.1.17 is available:
https://www.nlnetlabs.nl/downloads/nsd/nsd-4.1.17.tar.gz
sha256 107fa506d18ed6fd0a922d1b96774afd9270ec38ec6b17cd7c46fb9433a03a6c
pgp https://www.nlnetlabs.nl/downloads/nsd/nsd-4.1.17.tar.gz.asc
This release has a fix that likely stops zone transfer failures and this
release can parse the pre-errata and fixed errata format for deletes in
CDS and CDNSKEY records.
4.1.17