Accepting request 709249 from home:adamm:branches:server:dns

- New upstream release 4.2.0:
  * Implement TCP fast open
  * Added DNS over TLS
  * TLS OCSP stapling support with the tls-service-ocsp option
  * New option hide-identity can be used in nsd.conf to stop NSD
    from responding with the hostname for probe queries that
    elicit the chaos class response, this is conform RFC4892
  * Disable TLS1.0, TLS1.1 and weak ciphers, enable CIPHER_SERVER_PREFERENCE

OBS-URL: https://build.opensuse.org/request/show/709249
OBS-URL: https://build.opensuse.org/package/show/server:dns/nsd?expand=0&rev=59
This commit is contained in:
2019-06-11 18:52:40 +00:00
committed by Git OBS Bridge
parent 458e94affe
commit 9211fbd585
6 changed files with 32 additions and 20 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Jun 11 18:43:46 UTC 2019 - Adam Majer <amajer@suse.com>
- New upstream release 4.2.0:
* Implement TCP fast open
* Added DNS over TLS
* TLS OCSP stapling support with the tls-service-ocsp option
* New option hide-identity can be used in nsd.conf to stop NSD
from responding with the hostname for probe queries that
elicit the chaos class response, this is conform RFC4892
* Disable TLS1.0, TLS1.1 and weak ciphers, enable CIPHER_SERVER_PREFERENCE
-------------------------------------------------------------------
Mon Mar 25 18:50:27 UTC 2019 - Michael Ströder <michael@stroeder.com>