Am 16.04.25 um 14:22 schrieb Jannik Peters via nsd-users:> NSD 4.12.0rc1 pre-release is available:Hello, compiled and run as usual. But some remarks: 1. maybe not new: I like to have NSTATS/XSTATS get *not* logged. I've to use 'configure --disable-bind8-stats' for this. Simply not using '--enable-bind8-stats' is not enough ... Is the nsd.conf option 'statistics' still relevant if -disable-bind8-stats is used? 2. I agree with Anand that features should be better a configuration option rather then compile time option. 3. there was a warning about an unused variable: gcc -Wdate-time -D_FORTIFY_SOURCE=2 -I. -I/usr/local/include -Isimdzone/include -I./simdzone/include -g -O2 -fdebug-prefix-map=/tmp=. -fstack-protector-strong -Wformat -Werror=format-security -W -Wall -Wextra -Wdeclaration-after-statement -I/usr/include/google -c metrics.c metrics.c: In function 'metrics_http_callback': metrics.c:321:32: warning: unused variable 'metrics' [-Wunused-variable] 321 | struct daemon_metrics *metrics = ((struct metrics_acceptlist *)p)->metrics; | ^~~~~~~ 4. any chance, that https://github.com/NLnetLabs/nsd/pull/437 find it's way in 4.12? a similar change in active in unbound-1.23.0rc2 and works well there. Andreas
Hi Andreas, On 16/04/2025 23:17, A. Schulze via nsd-users wrote:> 4. any chance, that https://github.com/NLnetLabs/nsd/pull/437 find it's > way in 4.12? > ?? a similar change in active in unbound-1.23.0rc2 and works well there.This change was heading to 4.12 but we pulled it because it was breaking software that implicitly sends the SOA probe over UDP. Maybe a more lenient approach should be used, but the change needs more development time at the moment; not something that could be addressed for this release cycle. Best regards, -- Yorgos> _______________________________________________ > nsd-users mailing list > nsd-users at lists.nlnetlabs.nl > https://lists.nlnetlabs.nl/mailman/listinfo/nsd-users