Package: python3-dnspython
Severity: important
Version: 2.0.0-1

The current version of dnspython doesn't works, when edns0 option is
enabled in resolv.conf -- the query simple timeouts.

It is know bug, resolved by upstream, but not released yet, see
https://github.com/rthalley/dnspython/issues/546

I can confirm, that it solves the problem, while i applied it in
simplified way in dns/resolver.py:

elif opt == 'edns0':
    self.use_edns(0, 0, 1280)

Please, apply upstream patch, because it affects any project using this
library. I initially noticed it by failing check with dkimverify.

regards

-- 
s pozdravom

Slavko
http://slavino.sk

Týmto emailom NEvyjadrujem súhlas so zaradením do akéhokoľvek zoznamu na
posielanie akýchkoľvek dodatočných informácií o Vašich produktoch!

Attachment: pgpGqU1h4H3a4.pgp
Description: Digitálny podpis OpenPGP

_______________________________________________
Python-modules-team mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team

Reply via email to