From ff4948f7fdc8b325a6ada675ed96f8bcdcd6bf29 Mon Sep 17 00:00:00 2001 From: Petr Menšík Date: Jul 31 2024 16:21:52 +0000 Subject: Support for bind 9.18.28 New CVEs introduced new database interface change. Do just minimal change to allow fast rebuild of plugin. Fixes #233. --- diff --git a/src/ldap_driver.c b/src/ldap_driver.c index 2205ea1..03d3162 100644 --- a/src/ldap_driver.c +++ b/src/ldap_driver.c @@ -984,6 +984,10 @@ static dns_dbmethods_t ldapdb_methods = { #if LIBDNS_VERSION_MAJOR >= 1606 && LIBDNS_VERSION_MAJOR < 1720 adjusthashsize, /* adjusthashsize */ #endif +#if LIBDNS_VERSION_MAJOR >= 1828 + NULL, /* setmaxrrperset */ + NULL, /* setmaxtypepername */ +#endif }; isc_result_t ATTR_NONNULLS