diff --git a/unbound.changes b/unbound.changes index 3f5bd12..c8e8ea4 100644 --- a/unbound.changes +++ b/unbound.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun May 30 19:28:48 UTC 2021 - Togan Muftuoglu + +- Enable DNS-over-HTTPS support + ------------------------------------------------------------------- Tue May 11 21:56:07 UTC 2021 - Cristian Rodríguez diff --git a/unbound.spec b/unbound.spec index 06632fb..de36c20 100644 --- a/unbound.spec +++ b/unbound.spec @@ -62,6 +62,8 @@ BuildRequires: python-rpm-macros BuildRequires: python3-devel BuildRequires: swig %endif +# needed for dns over https +BuildRequires: pkgconfig(libnghttp2) Requires: ldns >= %{ldns_version} # until we figured something else out for the unbound-anchor part in the systemd unit file @@ -206,6 +208,7 @@ pushd ../p2 --with-pthreads \ --disable-static \ --with-ldns=%{_prefix} \ + --with-libnghttp2 \ --enable-sha2 \ --enable-gost \ --enable-ecdsa \ @@ -232,6 +235,7 @@ popd --with-pthreads \ --disable-static \ --with-ldns=%{_prefix} \ + --with-libnghttp2 \ --enable-sha2 \ --enable-gost \ --enable-ecdsa \