From 1f629272067274190d5b92fe9c3a5dd04594e910817ecb15d3fa1dd59c39f5dc Mon Sep 17 00:00:00 2001 From: Adam Majer Date: Thu, 29 Feb 2024 11:00:29 +0000 Subject: [PATCH] Accepting request 1153049 from home:elvigia:branches:server:dns - As far as it is known the kernel has a working recvmmsg pass --enable-recvmmsg to configure. - Don't --enable-mmap. Replacing malloc may sound attractive but all safety checks to prevent corruption included in libc are lost. OBS-URL: https://build.opensuse.org/request/show/1153049 OBS-URL: https://build.opensuse.org/package/show/server:dns/nsd?expand=0&rev=112 --- nsd.changes | 8 ++++++++ nsd.spec | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/nsd.changes b/nsd.changes index f29178a..af80dff 100644 --- a/nsd.changes +++ b/nsd.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Feb 26 18:42:56 UTC 2024 - Cristian Rodríguez + +- As far as it is known the kernel has a working recvmmsg + pass --enable-recvmmsg to configure. +- Don't --enable-mmap. Replacing malloc may sound attractive but + all safety checks to prevent corruption included in libc are lost. + ------------------------------------------------------------------- Wed Feb 7 12:04:19 UTC 2024 - Dominique Leuenberger diff --git a/nsd.spec b/nsd.spec index da1f15e..b6148e0 100644 --- a/nsd.spec +++ b/nsd.spec @@ -78,9 +78,9 @@ by NLnet Labs, with the purpose of creating more diversity in the DNS landscape. --enable-root-server \ --enable-bind8-stats \ --enable-zone-stats \ - --enable-mmap \ --with-user=_nsd \ - --enable-ratelimit + --enable-ratelimit \ + --enable-recvmmsg make -O V=1 VERBOSE=1 %{?_smp_mflags} iconv -f iso8859-1 -t utf-8 doc/RELNOTES > doc/RELNOTES.utf8 iconv -f iso8859-1 -t utf-8 doc/CREDITS > doc/CREDITS.utf8