NSD 4.1.19rc1

Hi,

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

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

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.

Best regards, Wouter

W.C.A. Wijngaards:

NSD 4.1.19rc1 is available:
Bug Fixes
- 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.

Hello,

that version work well on Debian 9 but on my older SLES11 plattform I can't compile:

  gcc -I. -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -g -W -Wall -Wextra -Wdeclaration-after-statement -Wno-address-of-packed-member -c answer.c
  cc1: error: unrecognized command line option "-Wno-address-of-packed-member"

it's gcc-4.3.4

Andreas

Hi Andreas,