]> git.ipfire.org Git - thirdparty/bind9.git/commit
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)
commit0fa2807d2bbbece960c2372753633f6e6bd5fcae
tree685523ad2806c7c0ed95facdc93495b6579ddaff
parent08138d53e4ea4576d5224e2cbb1f0d4fe47976d7
parenta6cce753e2b1096c4db64555d2aee096ba8236ae
rem: usr: Move contributed DLZ modules into a separate repository

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