Accepting request 896843 from home:toganm:branches:server:dns

Enable DNS over HTTPS which is possible since 1.12.0

OBS-URL: https://build.opensuse.org/request/show/896843
OBS-URL: https://build.opensuse.org/package/show/server:dns/unbound?expand=0&rev=139
This commit is contained in:
Michael Ströder 2021-06-02 09:51:39 +00:00 committed by Git OBS Bridge
parent 0be9ff5267
commit 413f89d9c5
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun May 30 19:28:48 UTC 2021 - Togan Muftuoglu <toganm@dinamizm.com>
- Enable DNS-over-HTTPS support
-------------------------------------------------------------------
Tue May 11 21:56:07 UTC 2021 - Cristian Rodríguez <crrodriguez@opensuse.org>

View File

@ -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 \