tags 397469 + patch thanks Hi,
Attached is the diff for my straw 0.26.dsfg.1-2.1 NMU. -- Homepage: http://www.sesse.net/
diff -Nru /tmp/alr032ahsL/straw-0.26.dsfg.1/debian/changelog /tmp/RProZobrOj/straw-0.26.dsfg.1/debian/changelog --- /tmp/alr032ahsL/straw-0.26.dsfg.1/debian/changelog 2006-11-14 21:26:57.000000000 +0100 +++ /tmp/RProZobrOj/straw-0.26.dsfg.1/debian/changelog 2006-11-14 21:26:58.000000000 +0100 @@ -1,3 +1,11 @@ +straw (0.26.dsfg.1-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix timeout/lockup issues with python-adns installed; patch from Tuukka + Hastrup. (Closes: #397469) + + -- Steinar H. Gunderson <[EMAIL PROTECTED]> Tue, 14 Nov 2006 21:23:52 +0100 + straw (0.26.dsfg.1-2) unstable; urgency=high * Add plain 'python' to Build-Depends to keep lintian happy about diff -Nru /tmp/alr032ahsL/straw-0.26.dsfg.1/src/lib/LookupManager.py /tmp/RProZobrOj/straw-0.26.dsfg.1/src/lib/LookupManager.py --- /tmp/alr032ahsL/straw-0.26.dsfg.1/src/lib/LookupManager.py 2006-02-18 17:22:44.000000000 +0100 +++ /tmp/RProZobrOj/straw-0.26.dsfg.1/src/lib/LookupManager.py 2006-11-14 21:26:58.000000000 +0100 @@ -161,7 +161,7 @@ cbwrapper.cb(ip) def poll(self, timeout=0.1): - self.queryengine.run(timeout) + self.queryengine.run(0) # Blocking version: use normal lookups, no threads class BlockingLookupManager: