FS#59302 - [bind-tools] Enable IDN Support for DNS related tools

Attached to Project: Arch Linux
Opened by demlak (demlak) - Wednesday, 11 July 2018, 17:51 GMT
Last edited by Doug Newgard (Scimmia) - Sunday, 15 July 2018, 16:26 GMT
Task Type Feature Request
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:
tools like 'dig' or 'host', etc. do have native support for International Domain Names (IDN), but this support has to be enabled on build-process.

Please enable.
This task depends upon

Closed by  Doug Newgard (Scimmia)
Sunday, 15 July 2018, 16:26 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#58741 
Comment by Doug Newgard (Scimmia) - Sunday, 15 July 2018, 14:47 GMT
Sure looks like it's enabled already.
Comment by demlak (demlak) - Sunday, 15 July 2018, 15:14 GMT
give it a try (just an example domain):
# host tür.de
Host tür.de not found: 3(NXDOMAIN)

# host $(idn2 tür.de)
xn--tr-xka.de has address 72.52.4.119
xn--tr-xka.de mail is handled by 0 localhost.

# dig +short txt _dmarc.tür.de
(no result)

# dig +short txt $(idn2 _dmarc.tür.de)
"v=spf1 ip6:fd92:59f3:510e::/48 -all"
Comment by Doug Newgard (Scimmia) - Sunday, 15 July 2018, 15:25 GMT
And what would you change to make it work? It already is built with --with-idn
Comment by loqs (loqs) - Sunday, 15 July 2018, 16:19 GMT
@Scimmia
configure: WARNING: unrecognized options: --enable-filter-aaaa, --enable-seccomp, --with-idn
https://gitlab.isc.org/isc-projects/bind9/commit/77d5f5075aa54224f4f8222d18eb7a7db4fc7758
Comment by Doug Newgard (Scimmia) - Sunday, 15 July 2018, 16:26 GMT
If that's all this is, it makes this simple.

Loading...