47902df23bf637e6c7ece67b928339e0fda58ae0
00131b7b72daa953ab2bf5e6a4fd5508052debb0
dc3a202aeff25ccc026ef4ea8421fb3f3ea72dd5
5dd2fefa0bc7cd7689004cec64304c3a02be9eab
dns_db_allrdatasets() gained a new parameter. Adopt the code to allow injecting 0 options if building against 9.18.10.
Fixes: https://pagure.io/bind-dyndb-ldap/issue/216
Signed-off-by: Alexander Bokovoy abokovoy@redhat.com
1 new commit added
Fix broken bind 9.18.10 build
rebased onto 86d9b94f72b13f12e3bbfa855c3c557d0fba6ab7
adopt to bind 9.18.10+ loggers
3 new commits added
Support bind 9.18.10 or later
dns_db_allrdatasets
9.16.36
I mean could you please fix #if LIBDNS_VERSION_MAJOR >= 1810 to support bind-9.16.36. https://gitlab.isc.org/isc-projects/bind9/-/issues/3613 https://gitlab.isc.org/isc-projects/bind9/-/merge_requests/7189
#if LIBDNS_VERSION_MAJOR >= 1810
Handle dns_db_allrdatasets() backports too
dns_db_allrdatasets was not fixed in src/ldap_helper.c.
src/ldap_helper.c
@slev could you please try the additional patch and tell me if that is enough?
rebased onto 5dd2fefa0bc7cd7689004cec64304c3a02be9eab
@slev I updated "Support bind 9.18.10 or later" patch to add src/ldap_helper.c fixes.
@abbra, thank you! Build passed against bind 9.16.35 and bind 9.16.36.
Loggers' changes requires bind 9.18.9+ (not 9.18.10): https://gitlab.isc.org/isc-projects/bind9/-/merge_requests/6914
9.18.9+
9.18.10
4 new commits added
adopt to bind 9.18.9+ loggers
Great, thank you. I put 1809 instead.
Created PR https://gitlab.isc.org/isc-projects/bind9/-/merge_requests/7376 on BIND9 side, because I think the rwlock.h issue should be handled there.
LGTM.
Pull-Request has been merged by abbra
Thank you, merged.
@pemensik I'll merge the patch for rwlock.h anyway as it would allow us to build against currently released bind9 versions.
Sure, those changes do not conflict, why not.
dns_db_allrdatasets() gained a new parameter. Adopt the code to allow
injecting 0 options if building against 9.18.10.
Fixes: https://pagure.io/bind-dyndb-ldap/issue/216
Signed-off-by: Alexander Bokovoy abokovoy@redhat.com