SHA256
1
0
forked from pool/nsd

- Fix that symlink does not interfere with chown of pidfile

(bsc#1179191, CVE-2020-28935)

OBS-URL: https://build.opensuse.org/package/show/server:dns/nsd?expand=0&rev=80
This commit is contained in:
Adam Majer 2020-12-01 20:54:35 +00:00 committed by Git OBS Bridge
parent 5a464ece91
commit 2c8506e8e2

View File

@ -7,6 +7,8 @@ FEATURES:
- Merge PR #141: ZONEMD RR type.
BUG FIXES:
- Fix that symlink does not interfere with chown of pidfile
(bsc#1179191, CVE-2020-28935)
- 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.
@ -23,8 +25,6 @@ BUG FIXES:
- 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>