From: Daan De Meyer Date: Fri, 18 Apr 2025 13:30:33 +0000 (+0200) Subject: resolve,import: always use openssl (#36937) X-Git-Tag: v258-rc1~779 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3bb398c299f9771330a839c3f44a6b7b94abea22;p=thirdparty%2Fsystemd.git resolve,import: always use openssl (#36937) --- 3bb398c299f9771330a839c3f44a6b7b94abea22 diff --cc NEWS index 38342dc87fe,ddc17bf00b6..5afaf8e0832 --- a/NEWS +++ b/NEWS @@@ -63,10 -55,15 +63,16 @@@ CHANGES WITH 258 in spe * Support for the SystemdOptions EFI variable has been removed. - * The 'split-usr', 'rootlibdir', and 'rootprefix' meson options, which - were deprecated in v255, have been removed. + * The meson options 'split-usr', 'rootlibdir', 'rootprefix' (deprecated + in v255), 'default-hierarchy' (v256), and 'nscd' (v257) have been + removed. + * OpenSSL is the only crypto backend for systemd-resolved and + systemd-importd, and support for gnutls and gcrypt has been removed. + Hence, support for 'dns-over-tls=gnutls' meson option has been + removed. Also, 'cryptolib' meson option has been deprecated, and will + be removed in a future release. + Announcements of Future Feature Removals: * The D-Bus method org.freedesktop.systemd1.StartAuxiliaryScope() is diff --cc src/resolve/resolved-dns-dnssec.c index ab2de46a4f3,09bfa8a59a6..ccd4ff9196a --- a/src/resolve/resolved-dns-dnssec.c +++ b/src/resolve/resolved-dns-dnssec.c @@@ -4,9 -4,7 +4,8 @@@ #include "dns-domain.h" #include "fd-util.h" #include "fileio.h" - #include "gcrypt-util.h" #include "hexdecoct.h" +#include "log.h" #include "memory-util.h" #include "memstream-util.h" #include "openssl-util.h"