bind: update to 9.14.2

BIND now requires POSIX thread and IPv6 support to build

Add filter-AAAA plugin

Remove unrecognized options

Remove patch that no longer needed
- 002-autoconf-ar-fix.patch

Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
This commit is contained in:
Deng Qingfang
2019-05-16 23:43:51 +08:00
parent 717168e074
commit cc66a24a4e
5 changed files with 59 additions and 77 deletions
-25
View File
@@ -1,19 +1,5 @@
if PACKAGE_bind-server
config BIND_ENABLE_FILTER_AAAA
bool
default y
prompt "Enable filtering of AAAA records returned to the client"
help
BIND 9 has an option to filter AAAA (IPv6 address) records
returned to the client based on the transport used for the
query, and other filtering conditions. This filtering does
not affect the recursive queries made by the server (if
any) as a result of the client request.
Additional details are available at
https://kb.isc.org/article/AA-00576/0/Filter-AAAA-option-in-BIND-9-.html
config BIND_LIBJSON
bool
default n
@@ -33,15 +19,4 @@ config BIND_LIBXML2
libxml2 is required to report server statistics in XML
format. Building with libjson support will require the
libxml2 package to be installed as well.
config BIND_ENABLE_EDDSA
bool
default n
prompt "Include Edwards Curve DNSSEC signature support"
help
Enable BIND support for Edwards Curve DNSSEC signing algorithms
described in RFC 8080.
Note that this requires OpenSSL 1.1, which is not currently
the available in OpenWRT, so it is disabled by default.
endif