[Bug 220521] dns/dnsmasq: SRV Records served incorrectly with IDN / NLS options set

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Jul 6 15:53:09 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220521

            Bug ID: 220521
           Summary: dns/dnsmasq: SRV Records served incorrectly with IDN /
                    NLS options set
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: mandree at FreeBSD.org
          Reporter: freebsdbugs at ontoemail.com
          Assignee: mandree at FreeBSD.org
             Flags: maintainer-feedback?(mandree at FreeBSD.org)

After upgrading dns/dnsmasq (2.76,1 -> 2.77_1,1), I found that SRV records
related to my local XMPP server were not being served.

dnsmasq configuration:
srv-host=_xmpp-server._tcp.domain.com,chat.domain.com,5269
srv-host=_xmpp-client._tcp.domain.com,chat.domain.com,5222

When querying '_xmpp-server._tcp.domain.com' there is no result.

I found that querying 'xmpp-server.tcp.domain.com' I got the result I was
expecting, so somewhere the underscores are being removed.

This only happens when the IDN or NLS options are set. If no IDN support is
enabled, dnsmasq works properly.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list