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

New upstream release 4.2.1

OBS-URL: https://build.opensuse.org/request/show/714282
OBS-URL: https://build.opensuse.org/package/show/server:dns/nsd?expand=0&rev=61
This commit is contained in:
2019-07-14 03:08:38 +00:00
committed by Git OBS Bridge
parent 9211fbd585
commit b6d4704d73
6 changed files with 55 additions and 21 deletions

View File

@@ -1,3 +1,37 @@
-------------------------------------------------------------------
Tue Jul 9 17:52:44 UTC 2019 - Michael Ströder <michael@stroeder.com>
- New upstream release 4.2.1:
* FEATURES:
- Added num.tls and num.tls6 stat counters.
- PR #12: send-buffer-size, receive-buffer-size,
tcp-reject-overflow options for nsd.conf, from Jeroen Koekkoek.
- Fix #14, tcp connections have 1/10 to be active and have to work
every second, and then they get time to complete during a reload,
this is a process that lingers with the old version during a version
update.
* BUG FIXES:
- Fix #13: Stray dot at the end of some log entries, removes dot
after updated serial number in log entry.
- Fix TLS cipher selection, the previous was redundant, prefers
CHACHA20-POLY1305 over AESGCM and was not as readable as it
could be.
- Consolidate server tls context create and remote control context
create, with hardening for the remote control tls context too.
- Fix to init event structure for reassignment.
- Fix to init event not pointer, in reassignment.
- Fix #15: crash in SSL library, initialize variables for TCP access
when TLS is configured.
- Fix tls handshake event callback function mistake, reported
by Mykhailo Danylenko.
- Initialize event structures before event_set, to stop uninitialized
values from setting event library lists and assertions, that would
sometimes also show after event_del.
- Do not use symbol from libc, instead use own replacement, if not
available, for accept4.
- Fix output of nsd-checkconf -h.
-------------------------------------------------------------------
Tue Jun 11 18:43:46 UTC 2019 - Adam Majer <amajer@suse.com>
@@ -25,7 +59,7 @@ Mon Mar 25 18:50:27 UTC 2019 - Michael Ströder <michael@stroeder.com>
and del_tsig. These changes are gone after reload, edit the
config file (or a file included from it) to make changes that
last after restart.
*BUG FIXES:
* BUG FIXES:
- Fix #4213: disable-ipv6 and dnstap compile error.
- Fix to reduce region_log_stats if condition, this removes a
debug statement.