Accepting request 840327 from home:stroeder:branches:server:dns

New upstream release 4.3.3

OBS-URL: https://build.opensuse.org/request/show/840327
OBS-URL: https://build.opensuse.org/package/show/server:dns/nsd?expand=0&rev=77
This commit is contained in:
2020-10-19 08:27:21 +00:00
committed by Git OBS Bridge
parent 930b6ba833
commit 5b7b6c24bf
6 changed files with 47 additions and 20 deletions

View File

@@ -1,3 +1,30 @@
-------------------------------------------------------------------
Thu Oct 8 19:28:21 UTC 2020 - Michael Ströder <michael@stroeder.com>
- New upstream release 4.3.3
FEATURES:
- Follow DNS flag day 2020 advice and
set default EDNS message size to 1232.
- Merged PR #113 with fixes. Instead of listing an IP-address to
listen on, an interface name can be specified in nsd.conf, with
ip-address: eth0. The IP-addresses for that interface are then used.
- Port TSIG code for openssl 3.0.0-alpha6.
BUG FIXES:
- Fix make install with --with-pidfile="".
- Merge #115 from millert: Fix strlcpy() usage. From OpenBSD.
- Merge #117: mini_event.h (4.3.2 and 4.3.1) on OpenBSD cannot find
fd_set - patch.
- Fix that configure checks for EVP_sha256 to detect openssl, because
HMAC_CTX_new is deprecated in 3.0.0.
- Fix #119: fix compile warnings from new gcc.
- Fix #119: warn when trying to parse a directory.
- Merge PR #121: Increase log level of recreated database from
WARNING to ERR.
- Remove unused space from LIBS on link line.
- Updated date in nsd -v output.
-------------------------------------------------------------------
Tue Jul 14 19:02:21 UTC 2020 - Michael Ströder <michael@stroeder.com>