NSD 4.1.19 release

Hi,

NSD 4.1.19 is available:
https://www.nlnetlabs.nl/downloads/nsd/nsd-4.1.19.tar.gz
sha256 b0782cb9b57416888d488b6460b071cd85ecb5f99381865b3a7f93dddf9e02c5
pgp https://www.nlnetlabs.nl/downloads/nsd/nsd-4.1.19.tar.gz.asc

This release fixes IPv6 for the notify sending feature from 4.1.18.

The release differs from rc1, in that is checks for compiler support for
the commandline options when --enable-packed is used.

Bug Fixes
- ignore fallthrough compiler warning in flex EOF rule.
- Fix warnings emitted by clang for --enable-packed. Alignment is not
  a problem for x86_64, don't enable packed when the platform
  requires aligned access.
- Fix spelling error in xfr-inspect.
- Fix 3392: Fix regression in 4.1.18 for notify lists with ip4
  and ip6 targets.
- Add test for support of -Wno-address-of-packed-member for
  --enable-packed.

Best regards, Wouter

W.C.A. Wijngaards:

NSD 4.1.19 is available:

run on some lab servers now.

- Add test for support of -Wno-address-of-packed-member for
  --enable-packed.

also works as expected. Thanks!

Andreas