Package: bind9 / 1:9.21.10-4

Metadata

Package Version Patches format
bind9 1:9.21.10-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Disable RTLD_DEEPBIND in Samba DLZ module.patch | (download)

bin/named/dlz_dlopen_driver.c | 19 19 + 0 - 0 !
1 file changed, 19 insertions(+)

 disable rtld_deepbind in samba dlz module

When RTLD_DEEPBIND is enabled in the LDB modules inside the Samba DLZ
plugin, and jemalloc is the BIND 9 memory allocator, there's a mismatch
in the used symbols and the LDB allocates memory using BIND 9
allocator (jemalloc), but frees the memory using RLTD_DEEPBIND free()
symbol from libc.  This causes assertion failure on BIND 9 startup.

0002 Don t use install_rpath in the meson.build.patch | (download)

meson.build | 36 0 + 36 - 0 !
1 file changed, 36 deletions(-)

 don't use install_rpath in the meson.build


0003 Add project version to the library name.patch | (download)

meson.build | 10 5 + 5 - 0 !
1 file changed, 5 insertions(+), 5 deletions(-)

 add project version to the library name


0004 Make the ns_query test flaky.patch | (download)

tests/ns/meson.build | 14 12 + 2 - 0 !
1 file changed, 12 insertions(+), 2 deletions(-)

 make the ns_query test flaky


0005 Disable ns_query test for now.patch | (download)

tests/ns/meson.build | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 disable ns_query test for now