diff --git a/knot.changes b/knot.changes index 66d5e53..31014cb 100644 --- a/knot.changes +++ b/knot.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jul 1 21:26:34 UTC 2024 - Michal Hrusecky + +- enable DoH support (add dependency on libnghttp2) bsc#1225969 +- enable DoQ support using embedded library (libngtcp2) + ------------------------------------------------------------------- Tue Jun 25 13:13:39 UTC 2024 - Michal Hrusecky diff --git a/knot.spec b/knot.spec index 24a885d..a7aea17 100644 --- a/knot.spec +++ b/knot.spec @@ -48,6 +48,7 @@ Source4: system-user-knot.conf Source99: knot.keyring BuildRequires: libcap-ng-devel BuildRequires: libedit-devel +BuildRequires: libnghttp2-devel BuildRequires: liburcu-devel BuildRequires: lmdb-devel >= 0.9.15 BuildRequires: openssl-devel @@ -145,6 +146,7 @@ This package contains a library for a zone record scanner. --libexecdir=%{_libexecdir}/%{pkg_name} \ --includedir=%{_includedir}/knot/ \ --disable-static \ + --enable-quic \ --enable-recvmmsg=yes \ %if %{with lto} --enable-lto=yes \