building bind 9.11.0, python error on centos 6

2016-11-04 Thread Carl Byington
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Centos 6 has python version 2.6.6 The test suite fails: I:test rndc python bindings (54) Traceback (most recent call last): File "", line 4, in File "../../../../bin/python/isc/rndc.py", line 48, in __init__ self.__connect_login() File "

Re: semicolons in dig output

2016-11-04 Thread Robert Edmonds
Matthew Pounsett wrote: > Was this actually a change between BIND 9.8 and 9.9? Was it deliberate, or > an accident that might be reversed at some point? It's this change: 3953. [bug] Don't escape semi-colon in TXT fields. [RT #37159] The corresponding git commit is here: https:

semicolons in dig output

2016-11-04 Thread Matthew Pounsett
I had a question from a one of our developers today about semicolons in TXT records. It seems he and someone he's working with were getting different output from dig when querying for TXT records that contained semi-colons. One person saw them escaped, the other didn't. It caused some confusion b