Debian Patches
Status for libasyncns/0.8-8
| Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
|---|---|---|---|---|---|---|
| pkg-config-multiarch.patch | Adapt libasyncns.pc(.in) for multiarch support In multiarch packages, the libdir is changed to /usr/lib/<triplet>. This pkg-config must thus use the @libdir@ variable directly to get it correctly. |
Tanguy Ortolo <tanguy+debian@ortolo.eu> | not-needed | 2011-07-30 | ||
| equality_in_assert.patch | Replace possibly unwanted assignment by check for equality Two asserts in asyncns_setuserdata() / asyncns_getuserdata() used `=` instead of `==`, so the intended check was actually a self-assignment that always evaluated truthy. |
Myhailo Danylenko <isbear@isbear.org.ua> | yes | debian | upstream, https://bugs.freedesktop.org/show_bug.cgi?id=91859 | 2017-05-14 |
| pthreads.patch | Fix the problem when using libasyncns with pthreads support, it freezes entire application, when you try to asyncns_free() instance, that have one of its workers blocked by getaddrinfo() (worker may be blocked eg. because of some problem with resolver servers). |
Myhailo Danylenko <isbear@isbear.org.ua> | yes | debian | upstream, https://bugs.freedesktop.org/show_bug.cgi?id=94849 | 2017-05-15 |
