]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.18] rem: usr: Move contributed DLZ modules into a separate repository
authorOndřej Surý <ondrej@isc.org>
Tue, 26 Nov 2024 15:44:00 +0000 (15:44 +0000)
committerOndřej Surý <ondrej@isc.org>
Tue, 26 Nov 2024 15:44:00 +0000 (15:44 +0000)
commit8bc6a9211154c6571dcefa6279b683d9f0c6f88a
tree28786660bd927f38fccb8b99281194d965141121
parenteda40c3685c69956daafa8e389d5a4253928e5af
parent4fbdad515c6406e9e69e7ef6783428a066477d5b
[9.18] 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

Backport of MR !9349

Merge branch 'backport-4865-remove-contributed-DLZ-modules-9.18' into 'bind-9.18'

See merge request isc-projects/bind9!9778