]> git.ipfire.org Git - thirdparty/bind9.git/commit
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)
commit929eccdfdc8ae3cab8be585b8d03fcaa15aae30b
tree43b55ad39f189f8f006e1bc78a136a868fab21a8
parent97e78c6bf468c86e7c6c47efce62c4e0a5b7c5fb
parent46e98295bbc03e06a7d2b9e9c8284977a79c234d
rem: usr: Remove NZF file support in favor of NZD (New Zone Database)

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