SHA256
1
0
forked from pool/nsd

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

New upstream release 4.3.4 with fix for CVE-2020-28935

OBS-URL: https://build.opensuse.org/request/show/852423
OBS-URL: https://build.opensuse.org/package/show/server:dns/nsd?expand=0&rev=79
This commit is contained in:
2020-12-01 20:53:14 +00:00
committed by Git OBS Bridge
parent 5b7b6c24bf
commit 5a464ece91
6 changed files with 48 additions and 20 deletions

View File

@@ -1,3 +1,31 @@
-------------------------------------------------------------------
Tue Dec 1 18:26:51 UTC 2020 - Michael Ströder <michael@stroeder.com>
- New upstream release 4.3.4
FEATURES:
- Merge PR #141: ZONEMD RR type.
BUG FIXES:
- Fix #129: ambiguous use of errno, in log message if sendmmsg fails.
- Fix #128: Fix that the invalid port number is logged for sendmmsg
failed: Invalid argument.
- Fix #127: two minor `-Wcast-qual` cleanups
- Fix #126: minor header hygiene
- Fix #125: include config.h in compat/setproctitle.c and fix
prototype of `setproctitle`
- Fix #133: fix 0-init of local ( stack ) buffer.
- Fix missing parenthesis on size of fix to init buffer.
- Fix #134: IPV4_MINIMAL_RESPONSE_SIZE vs EDNS_MAX_MESSAGE_LEN.
- Fix to add missing closest encloser NSEC3 for wildcard nodata type
DS answer.
- Remove unused init_cfg_parse routine from configlexer.
- Fix #138: NSD returns non-EDNS answer when QUESTION is empty.
- Fix #142: NODATA answers missin SOA in authority section after
CNAME chain.
- Fix for CVE-2020-28935 : Fix that symlink does not interfere
with chown of pidfile.
-------------------------------------------------------------------
Thu Oct 8 19:28:21 UTC 2020 - Michael Ströder <michael@stroeder.com>