The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) server
When resolving a domain with many nameservers that share overlapping IP addresses (e.g., 10 NS records all pointing at the same set of addresses), BIND could previously waste time querying duplicate addresses and build up excessively large server lists. Deduplicate addresses in the resolver's server list so that each unique IP is only queried once per resolution attempt, regardless of how many NS records point to it and cap the number of addresses stored per nameserver name to 6 (combined A and AAAA), preventing memory and CPU overhead from domains with unusually large NS/glue sets. Closes isc-projects/bind9#5641 RH: No tests are backported, because python tests have good enough support for it. Resolves: RHEL-189748 CVE: CVE-2026-3592 |
||
|---|---|---|
| .fmf | ||
| .gitignore | ||
| bind97-exportlib.patch | ||
| bind-9.5-PIE.patch | ||
| bind-9.11.12.tar.gz.asc | ||
| bind-9.14.7.tar.gz.asc | ||
| bind-9.16-redhat_doc.patch | ||
| bind-9.18-configurable-additional-records.patch | ||
| bind-9.18-CVE-2025-8677.patch | ||
| bind-9.18-CVE-2025-40778.patch | ||
| bind-9.18-CVE-2025-40780.patch | ||
| bind-9.18-CVE-2026-1519-test.patch | ||
| bind-9.18-CVE-2026-1519.patch | ||
| bind-9.18-CVE-2026-3039.patch | ||
| bind-9.18-CVE-2026-3592.patch | ||
| bind-9.18-CVE-2026-5946.patch | ||
| bind-9.18-CVE-2026-5950.patch | ||
| bind-9.18-CVE-2026-10723.patch | ||
| bind-9.18-CVE-2026-11331-test.patch | ||
| bind-9.18-CVE-2026-11331.patch | ||
| bind-9.18-CVE-2026-11622.patch | ||
| bind-9.18-CVE-2026-11721-fix2.patch | ||
| bind-9.18-CVE-2026-11721-test.patch | ||
| bind-9.18-CVE-2026-11721.patch | ||
| bind-9.18-CVE-2026-13204.patch | ||
| bind-9.18-CVE-2026-13321.patch | ||
| bind-9.18-dig-idn-input-always-test.patch | ||
| bind-9.18-dig-idn-input-always.patch | ||
| bind-9.18-partial-additional-records.patch | ||
| bind-9.18-pkcs11-provider.patch | ||
| bind-9.18-query-fname-relative.patch | ||
| bind-9.18-unittest-netmgr-unstable.patch | ||
| bind-9.20-CVE-2025-8677-dual-signing-test.patch | ||
| bind-9.20-CVE-2025-8677-dual-signing.patch | ||
| bind-9.20-nsupdate-tls-doc.patch | ||
| bind-9.20-nsupdate-tls-test.patch | ||
| bind-9.20-nsupdate-tls.patch | ||
| bind-9.20-robust-key-rollovers-tests.patch | ||
| bind-9.20-robust-key-rollovers.patch | ||
| bind-9.20-stale-cname-tests.patch | ||
| bind-9.20-stale-cname.patch | ||
| bind-9.21-resume-qmin-cname.patch | ||
| bind-chroot.tmpfiles.d | ||
| bind.spec | ||
| bind.tmpfiles.d | ||
| Changes.md | ||
| ci.fmf | ||
| codesign2019.txt | ||
| gating.yaml | ||
| generate-rndc-key.sh | ||
| isc-keyblock.asc | ||
| ldap2zone.c | ||
| makefile-replace-libs.py | ||
| named-chroot-setup.service | ||
| named-chroot.files | ||
| named-chroot.service | ||
| named-setup-rndc.service | ||
| named.conf | ||
| named.conf.sample | ||
| named.empty | ||
| named.localhost | ||
| named.logrotate | ||
| named.loopback | ||
| named.rfc1912.zones | ||
| named.root | ||
| named.root.key | ||
| named.rwtab | ||
| named.service | ||
| named.sysconfig | ||
| named.sysusers | ||
| plans.fmf | ||
| README.md | ||
| setup-named-chroot.sh | ||
| setup-named-softhsm.sh | ||
| softhsm2.conf.in | ||
| sources | ||
| trusted-key.key | ||
BIND 9
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.
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.
- bind -- named daemon providing DNS server
- bind-utils -- set of tools to analyse DNS responses or update entries (dig, host)
- bind-doc -- documentation for current bind, BIND 9 Administrator Reference Manual.
- bind-license -- Shared license for all packages but bind-export-libs.
- bind-libs -- Shared libraries used by some others programs
- bind-devel -- Development headers for libs. Can be disabled by
--without DEVEL
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.
- DLZ -- Support for dynamic loaded modules providing support for features bind-sdb provides, but only small module is required.