- C 44%
- Shell 26.3%
- Python 19.5%
- Makefile 10.2%
Security Fixes: - Limit resolver server list size. (CVE-2026-3592) - Fix GSS-API resource leak. (CVE-2026-3039) - Disable recursion, UPDATE, and NOTIFY for non-IN views. (CVE-2026-5946) - Avoid unbounded recursion loop. (CVE-2026-5950) - Fix outgoing zone transfers' quota issue. Feature Changes: - Fix CPU spikes and slow queries when cache approaches memory limit. Bug Fixes: - Fix named crash when processing SIG records in dynamic updates. - Fix rndc modzone behavior for a zone in named.conf. - Fix zone verification of NSEC3 signed zones. - Prevent a crash when using both dns64 and filter-aaaa. - Fixed an assertion failure when processing catalog zones. - Prevent malicious DNSSEC zones from exhausting validator CPU. - Fix rndc-confgen aborting on HMAC-SHA-384/512 keys above 512 bits. - Prevent crafted queries from degrading RRL performance. - Fix a bug in allow-query/allow-transfer catalog zone custom properties. - Fix a memory leak issue in catalog zones. - Fix suppressed missing-glue check in named-checkzone. - Reject record sets too large to serve in DNS. Source: https://downloads.isc.org/isc/bind9/9.18.49/doc/arm/html/notes.html#notes-for-bind-9-18-49 |
||
|---|---|---|
| .fmf | ||
| plans | ||
| .gitignore | ||
| 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-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-unittest-netmgr-unstable.patch | ||
| bind-9.20-nsupdate-tls-doc.patch | ||
| bind-9.20-nsupdate-tls-test.patch | ||
| bind-9.20-nsupdate-tls.patch | ||
| bind-chroot.tmpfiles.d | ||
| bind.spec | ||
| bind.tmpfiles.d | ||
| bind97-exportlib.patch | ||
| 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 | ||
| 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.
Any rebase requires to be built together with bind-dyndb-ldap to prevent conflict at installation of freeipa-server-dns. Stable bodhi updates are checked, but rawhide are not checked explicitly. Symbol of libraries in bind-libs changes with every minor version change of bind, therefore they break any package dependent on bind-libs.
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-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.