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:
parent
0be9ff5267
commit
413f89d9c5
@ -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>
|
Tue May 11 21:56:07 UTC 2021 - Cristian Rodríguez <crrodriguez@opensuse.org>
|
||||||
|
|
||||||
|
@ -62,6 +62,8 @@ BuildRequires: python-rpm-macros
|
|||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: swig
|
BuildRequires: swig
|
||||||
%endif
|
%endif
|
||||||
|
# needed for dns over https
|
||||||
|
BuildRequires: pkgconfig(libnghttp2)
|
||||||
|
|
||||||
Requires: ldns >= %{ldns_version}
|
Requires: ldns >= %{ldns_version}
|
||||||
# until we figured something else out for the unbound-anchor part in the systemd unit file
|
# until we figured something else out for the unbound-anchor part in the systemd unit file
|
||||||
@ -206,6 +208,7 @@ pushd ../p2
|
|||||||
--with-pthreads \
|
--with-pthreads \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--with-ldns=%{_prefix} \
|
--with-ldns=%{_prefix} \
|
||||||
|
--with-libnghttp2 \
|
||||||
--enable-sha2 \
|
--enable-sha2 \
|
||||||
--enable-gost \
|
--enable-gost \
|
||||||
--enable-ecdsa \
|
--enable-ecdsa \
|
||||||
@ -232,6 +235,7 @@ popd
|
|||||||
--with-pthreads \
|
--with-pthreads \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--with-ldns=%{_prefix} \
|
--with-ldns=%{_prefix} \
|
||||||
|
--with-libnghttp2 \
|
||||||
--enable-sha2 \
|
--enable-sha2 \
|
||||||
--enable-gost \
|
--enable-gost \
|
||||||
--enable-ecdsa \
|
--enable-ecdsa \
|
||||||
|
Loading…
Reference in New Issue
Block a user