Package: belle-sip / 5.1.64+dfsg-2

Metadata

Package Version Patches format
belle-sip 5.1.64+dfsg-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
use system rootserver hints.patch | (download)

src/dns/dns.c | 132 127 + 5 - 0 !
1 file changed, 127 insertions(+), 5 deletions(-)

 use root.hints from dns-root-data
 This patch enables loading DNS root server hints as offered by
 package dns-root-data (or using equivalent paths under /usr/local) if
 they are available.  Otherwise the compiled-in defaults are used.
 .
 Setting BELLE_SIP_NO_SYS_ROOT_HINTS in the environment disables this
 feature.  Setting BELLE_SIP_LOG_ROOT_HINTS in the environment logs
 the loaded root server definitions to stderr which can be used to
 reveal discrepancies.
 .
 The code is short and easy to understand, though not very efficient,
 but since it runs only once at start-up that should not matter much.
Bug-Debian: https://bugs.debian.org/760467
pkg config require belr.patch | (download)

belle-sip.pc.in | 4 1 + 3 - 0 !
1 file changed, 1 insertion(+), 3 deletions(-)

---
use system antlr3c | (download)

src/CMakeLists.txt | 8 2 + 6 - 0 !
1 file changed, 2 insertions(+), 6 deletions(-)

---
define project version.patch | (download)

CMakeLists.txt | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---