Enable LMDB support
Provides faster adding and removing of dynamically created zones runtime. Useful on higher number of zones used.
This commit is contained in:
parent
f0b6f15ced
commit
ec6f94669a
@ -16,8 +16,8 @@
|
|||||||
# due to extensive changes to Makefiles
|
# due to extensive changes to Makefiles
|
||||||
%bcond_without PKCS11
|
%bcond_without PKCS11
|
||||||
%bcond_without DEVEL
|
%bcond_without DEVEL
|
||||||
%bcond_with LMDB
|
|
||||||
%bcond_with JSON
|
%bcond_with JSON
|
||||||
|
%bcond_without LMDB
|
||||||
%bcond_without DNSTAP
|
%bcond_without DNSTAP
|
||||||
%bcond_with DLZ
|
%bcond_with DLZ
|
||||||
%bcond_without EXPORT_LIBS
|
%bcond_without EXPORT_LIBS
|
||||||
@ -1531,6 +1531,7 @@ fi;
|
|||||||
%changelog
|
%changelog
|
||||||
* Fri Feb 22 2019 Petr Menšík <pemensik@redhat.com> - 32:9.11.5-12.P1
|
* Fri Feb 22 2019 Petr Menšík <pemensik@redhat.com> - 32:9.11.5-12.P1
|
||||||
- Enable DNSTAP support (#1564776)
|
- Enable DNSTAP support (#1564776)
|
||||||
|
- Enable LMDB support for rndc addzone
|
||||||
|
|
||||||
* Thu Feb 21 2019 Petr Menšík <pemensik@redhat.com> - 32:9.11.5-11.P1
|
* Thu Feb 21 2019 Petr Menšík <pemensik@redhat.com> - 32:9.11.5-11.P1
|
||||||
- Disable often failing unit test random_test
|
- Disable often failing unit test random_test
|
||||||
|
Loading…
Reference in New Issue
Block a user