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
This commit is contained in:
Adam Majer 2024-02-29 11:00:29 +00:00 committed by Git OBS Bridge
parent 3db46678f4
commit 1f62927206
2 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Feb 26 18:42:56 UTC 2024 - Cristian Rodríguez <crrodriguez@opensuse.org>
- 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 <dimstar@opensuse.org>

View File

@ -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