]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
rem: usr: Remove NZF file support in favor of NZD (New Zone Database)
authorOndřej Surý <ondrej@isc.org>
Wed, 18 Mar 2026 10:37:31 +0000 (11:37 +0100)
committerOndřej Surý <ondrej@isc.org>
Wed, 18 Mar 2026 10:37:31 +0000 (11:37 +0100)
The NZF (New Zone File) backend for storing rndc addzone configurations
has been removed; LMDB-based NZD is now the only storage backend and
LMDB is now a required build dependency.

Existing NZF files are automatically migrated to NZD on startup, so no manual
intervention is required when upgrading.

Merge branch 'ondrej/drop-nzf-support' into 'main'

See merge request isc-projects/bind9!11688


Trivial merge