SHA256
1
0
forked from pool/nsd

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

Update to upstream release 4.1.24

OBS-URL: https://build.opensuse.org/request/show/629072
OBS-URL: https://build.opensuse.org/package/show/server:dns/nsd?expand=0&rev=51
This commit is contained in:
2018-08-14 08:20:44 +00:00
committed by Git OBS Bridge
parent 070d679d50
commit f1e3ce31b3
6 changed files with 41 additions and 20 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Mon Aug 13 20:10:27 UTC 2018 - michael@stroeder.com
- Update to upstream release 4.1.24:
- Features
* #4102: control interface via local socket
* configure --enable-systemd (needs pkg-config and libsystemd) can be
used to then use-systemd: yes in nsd.conf and have readiness signalling
with systemd.
* RFC8162 support, for record type SMIMEA.
- Bug Fixes
* Patch to fix openwrt for mac os build darwin detection in configure.
* Fix that first control-interface determines if TLS is used.
Warn when IP address interfaces are used without TLS.
* #4106: Fix that stats printed from nsd-control are recast from
unsigned long to unsigned (remote.c).
* Fix that type CAA (and URI) in the zone file can contain dots
when not in quotes.
* #4133: Fix that when IXFR contains a zone with broken NSEC3PARAM chain,
NSD leniently attempts to find a working NSEC3PARAM.
-------------------------------------------------------------------
Mon Jul 30 18:47:44 UTC 2018 - michael@stroeder.com