Accepting request 924928 from home:stroeder:network

New upstream release 4.3.8

OBS-URL: https://build.opensuse.org/request/show/924928
OBS-URL: https://build.opensuse.org/package/show/server:dns/nsd?expand=0&rev=87
This commit is contained in:
Michael Ströder
2021-10-12 18:31:24 +00:00
committed by Git OBS Bridge
parent c4d89ea595
commit 39cc06a6e7
6 changed files with 50 additions and 20 deletions

View File

@@ -1,3 +1,33 @@
-------------------------------------------------------------------
Tue Oct 12 18:24:24 UTC 2021 - Michael Ströder <michael@stroeder.com>
- New upstream release 4.3.8
FEATURES:
- Merge #185 by cesarkuroiwa: Mutual TLS.
- Set default for answer-cookie to no. Because in server deployments
with mixed server software, a default of yes causes issues.
BUG FIXES:
- Fix to compile with OpenSSL 3.0.0beta2.
- Fix configure detection of SSL_CTX_set_security_level.
- Fix deprecated functions use from openssl 3.0.0beta2.
- For #184: Note that all zones can be targeted by some nsd-control
commands in the man page.
- Fixes for #185: Document client-cert, client-key and client-key-pw
in the man page. Fix yacc semicolon. Fix unused variable warning.
Use strlcpy instead of strncpy. Fix spelling error in error
printout.
- Merge #187: Support using system-wide crypto policies.
- Fix #188: NSD fails to build against openssl 1.1 on CentOS 7.
- Fix sed script in ssldir split handling.
- Fix #189: nsd 4.3.7 crash answer_delegation: Assertion
`query->delegation_rrset' failed.
- Fix #190: NSD returns 3 NSEC3 records for NODATA response.
- Fix compile failure with openssl 1.0.2.
- Fix #194: Incorrect NSEC3 response for SOA query below delegation
point.
-------------------------------------------------------------------
Thu Jul 22 18:21:09 UTC 2021 - Michael Ströder <michael@stroeder.com>