diff --git a/bind.changes b/bind.changes index 6846bba..a67cdec 100644 --- a/bind.changes +++ b/bind.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Feb 26 19:26:17 UTC 2018 - sweet_f_a@gmx.de + +- build with --enable-filter-aaaa to make it possible to use + config option "filter-aaaa-on-v4 yes". Useful to workaround + broken websites like netflix which block traffic from certain + IPv6 tunnel providers. + ------------------------------------------------------------------- Fri Feb 16 12:59:41 UTC 2018 - bwiedemann@suse.com diff --git a/bind.spec b/bind.spec index 4fc6e23..40a3879 100644 --- a/bind.spec +++ b/bind.spec @@ -355,6 +355,7 @@ export CFLAGS="%{optflags}" --with-gssapi=yes \ --disable-isc-spnego \ --enable-fixed-rrset \ + --enable-filter-aaaa \ %if %{with_systemd} --with-systemd \ %endif