diff options
author | Iwan Timmer <irtimmer@gmail.com> | 2019-10-29 20:26:05 +0100 |
---|---|---|
committer | Iwan Timmer <irtimmer@gmail.com> | 2019-10-29 20:26:05 +0100 |
commit | 38e053c58fa139e0f546f327b5d8ce3db7cf1647 (patch) | |
tree | 20e4b34d657ddb86b192cb801894f78b3cca621a /README | |
parent | 644ee2546102f9aa12b11c28b3c5e80b62beb157 (diff) | |
download | systemd-38e053c58fa139e0f546f327b5d8ce3db7cf1647.tar.gz |
resolved: require at least version 3.6.0 of GnuTLS for DNS-over-TLS
Increase the required version to ensure TLS 1.3 is always supported when using GnuTLS for DNS-over-TLS and allow further changes to use recent API additions.
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -155,7 +155,7 @@ REQUIREMENTS: libmicrohttpd (optional) libpython (optional) libidn2 or libidn (optional) - gnutls >= 3.1.4 (optional, >= 3.5.3 is required to support DNS-over-TLS with gnutls) + gnutls >= 3.1.4 (optional, >= 3.6.0 is required to support DNS-over-TLS with gnutls) openssl >= 1.1.0 (optional, required to support DNS-over-TLS with openssl) elfutils >= 158 (optional) polkit (optional) |