Wouter
April 2, 2020, 7:34am
1
Hi,
NSD 4.3.1rc1 pre-release is available:
https://nlnetlabs.nl/downloads/nsd/nsd-4.3.1rc1.tar.gz
sha256 cbe2ea1cbb5f7e701308b752c0b9aba162449f96ad0bf405acab2d767e76c1b4
pgp https://nlnetlabs.nl/downloads/nsd/nsd-4.3.1rc1.tar.gz.asc
This release fixes a number of bugs, and fixes a bug for FreeBSD start.
4.3.1
Wouter
April 8, 2020, 11:32am
2
Hi,
NSD 4.3.1rc2 pre-release is available:
https://nlnetlabs.nl/downloads/nsd/nsd-4.3.1rc2.tar.gz
sha256 044b8f4b5ca29952ea7aff6f6d344dd06f92e019f43431027d5cb8a78f240bdc
pgp https://nlnetlabs.nl/downloads/nsd/nsd-4.3.1rc2.tar.gz.asc
The release candidate 2 fixes a couple of bugs, one in the compile of a
new system header identifier in use in the code, close on exec. Hence
the new release candidate.
Changes:
- Merge PR #90 by phicoh: O_CLOEXEC should be FD_CLOEXEC.
- Merge PR #92 by tonysgi: Fix typo.
- Merge PR #91 by gearnode: nsd-control-setup recreate certificates.
The '-r' option recreates certificates. Without it it creates them
if they do not exist, and does not modify them otherwise.
Best regards, Wouter
Wouter
April 16, 2020, 8:20am
3
Hi,
NSD 4.3.1 is available:
https://nlnetlabs.nl/downloads/nsd/nsd-4.3.1.tar.gz
sha256 f4b34ace6651a81386464cc990f046e7328aa2485274fe8743086997129d8987
pgp https://nlnetlabs.nl/downloads/nsd/nsd-4.3.1.tar.gz.asc
This release fixes a number of bugs, and fixes a bug for FreeBSD start.
4.3.1
Hi,
While building on Ubuntu 18.04, I see this:
gcc -Wdate-time -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE=600 -DNDEBUG -I. -g -O2 -fdebug-prefix-map=/build/nsd-4.3.1=. -fstack-protector-strong -Wformat -Werror=format-security -W -Wall -Wextra -Wdeclaration-after-statement -I/usr/include/google -c server.c
server.c: In function 'remaining_tcp_timeout':
server.c:2997:62: warning: unused parameter 'event' [-Wunused-parameter]
static void remaining_tcp_timeout(int ATTR_UNUSED(fd), short event, void* arg)
^~~~~
server.c: In function 'nsd_recvmmsg':
server.c:3115:42: warning: unused parameter 'timeout' [-Wunused-parameter]
int flags, struct timespec *timeout)
^~~~~~~
(And nsd-4.3.0 also gets the same error then rebuilding the package from Debian source)
Re,
/P