- C 47.6%
- Shell 31.1%
- Python 21.2%
- Makefile 0.1%
Security Fixes: - Fix unbounded NSEC3 iterations when validating referrals to unsigned delegations. (CVE-2026-1519) - Fix memory leaks in code preparing DNSSEC proofs of non-existence. (CVE-2026-3104) - Prevent a crash in code processing queries containing a TKEY record. (CVE-2026-3119) - Fix a stack use-after-return flaw in SIG(0) handling code. (CVE-2026-3591) New Features: - Provide response round-trip time (RTT) counters via statistics channel. - Introduce max-delegation-servers configuration option. Bug Fixes: - Fix parsing key inactivation time in KASP code. - Fix the handling of key statements defined inside views. Source: https://downloads.isc.org/isc/bind9/9.21.20/doc/arm/html/notes.html#notes-for-bind-9-21-20 |
||
|---|---|---|
| .fmf | ||
| plans | ||
| .gitignore | ||
| bind-9.11.12.tar.gz.asc | ||
| bind-9.14.7.tar.gz.asc | ||
| bind-9.16-redhat_doc.patch | ||
| bind-9.21-dual-sign-continue-test.patch | ||
| bind-9.21-dual-sign-continue.patch | ||
| bind-9.21-unittest-isc_rwlock-s390x.patch | ||
| bind-9.21-unittest-qpdb-i386.patch | ||
| bind.tmpfiles.d | ||
| bind9-next.spec | ||
| bind97-exportlib.patch | ||
| changelog | ||
| Changes.md | ||
| ci.fmf | ||
| generate-rndc-key.sh | ||
| isc-keyblock.asc | ||
| ldap2zone.c | ||
| makefile-replace-libs.py | ||
| named-chroot-setup.service | ||
| named-chroot.files | ||
| named-chroot.service | ||
| named-mkroot.sh | ||
| named-pkcs11.service | ||
| named-setup-rndc.service | ||
| named.conf | ||
| named.conf.sample | ||
| named.empty | ||
| named.localhost | ||
| named.logrotate | ||
| named.loopback | ||
| named.rfc1912.zones | ||
| named.root.key | ||
| named.rwtab | ||
| named.service | ||
| named.sysconfig | ||
| README.md | ||
| setup-named-chroot.sh | ||
| setup-named-softhsm.sh | ||
| softhsm2.conf.in | ||
| sources | ||
BIND 9 development version
BIND (Berkeley Internet Name Domain) is a complete, highly portable implementation of the DNS (Domain Name System) protocol.
Internet Systems Consortium (https://www.isc.org), a 501(c)(3) public benefit corporation dedicated to providing software and services in support of the Internet infrastructure, developed BIND 9 and is responsible for its ongoing maintenance and improvement.
This package provides development build of unstable development branches. It will contain more changes but more often broken backward compatibility. Use bind package to get more stable and production oriented tool.
More details about upstream project can be found on their gitlab. This repository contains only upstream sources and packaging instructions for Fedora Project.
Subpackages
The package contains several subpackages, some of them can be disabled on rebuild.
- bind9-next -- named daemon providing DNS server
- bind9-next-utils -- set of tools to analyse DNS responses or update entries (dig, host)
- bind9-next-doc -- documentation for current bind, BIND 9 Administrator Reference Manual.
- bind9-next-libs -- Shared libraries used by some others programs
Optional features
- GSSTSIG -- Support for Kerberos authentication in BIND.
- LMDB -- Support for dynamic database for managing runtime added zones. Provides faster removal of added zone with much less overhead. But requires lmdb linked to base libs.