Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
python3.patch | changed shebang to Python3 | IOhannes m zmölnig | yes | upstream | 2019-12-10 | |
key_algorithm.patch | provide default values for key_* config | =?utf-8?q?IOhannes_m_zm=C3=B6lnig?= <umlaeute@debian.org> | yes | 2018-09-24 | ||
0002-don-t-fail-if-a-nameserver-for-a-domain-doesn-t-have.patch | don't fail if a nameserver for a domain doesn't have an AAAA record | =?utf-8?q?IOhannes_m_zm=C3=B6lnig?= <zmoelnig@umlautS.umlaeute.mur.at> | yes | upstream | 2018-10-25 | |
rcode_compare.patch | Use '==' to compare the return value rather than 'is' It seems that the type of the dns.rcode as changed from an Integer to a class derived from enum.IntEnum. This breaks the 'is' comparison |
IOhannes m zmölnig | yes | Debian | 2020-08-27 | |
deprecated_dns-resolver-query.patch | Resolve DeprecationWarning for dns.resolver.query() dns.resolver.query() has been replaced by dns.resolvers.resolve() | Felix <felix@felix-zauberer.de> | yes | upstream | 2022-02-10 |