]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
rem: usr: Move contributed DLZ modules into a separate repository
authorOndřej Surý <ondrej@isc.org>
Tue, 26 Nov 2024 11:30:12 +0000 (11:30 +0000)
committerOndřej Surý <ondrej@isc.org>
Tue, 26 Nov 2024 11:30:12 +0000 (11:30 +0000)
The DLZ modules are poorly maintained as we only ensure they can still
be compiled, the DLZ interface is blocking, so anything that blocks the
query to the database blocks the whole server and they should not be
used except in testing.  The DLZ interface itself is going to be scheduled
for removal.

The DLZ modules now live in https://gitlab.isc.org/isc-projects/dlz-modules
repository.

Closes #4865

Merge branch '4865-remove-contributed-DLZ-modules' into 'main'

See merge request isc-projects/bind9!9349


Trivial merge