Go to file
Petr Menšík 3521aec3b2 Fully remove PDF building support
Upstream has discontinued and remove support for local PDF building in
commit 561a83a29182b00bda9237ae30343d76a68dcdf4. Just remove remaining
bits, it is not likely to return.
2023-11-16 18:14:51 +01:00
.fmf Sync with rawhide 2023-01-27 18:26:07 +01:00
plans Try preparing to run shared tests 2023-10-17 11:06:15 +02:00
.gitignore Update to 9.19.18 (#2249833) 2023-11-16 17:05:28 +01:00
Changes.md Sync with rawhide 2023-01-27 18:26:07 +01:00
README.md Describe very briefly differences to bind package 2023-01-27 18:29:53 +01:00
bind-9.11.12.tar.gz.asc Import some data from bind branch bind9-dev 2023-01-27 18:24:45 +01:00
bind-9.14.7.tar.gz.asc Import some data from bind branch bind9-dev 2023-01-27 18:24:45 +01:00
bind-9.16-redhat_doc.patch Sync with rawhide 2023-01-27 18:26:07 +01:00
bind-9.19-rbtdb-i686.patch Tests attempting to fix i686 failures in rbtdb unittest 2023-09-13 21:14:08 +02:00
bind-9.19-tests-dns-rbtdb-i386.patch Tests attempting to fix i686 failures in rbtdb unittest 2023-09-13 21:14:08 +02:00
bind.tmpfiles.d Import some data from bind branch bind9-dev 2023-01-27 18:24:45 +01:00
bind9-next.spec Fully remove PDF building support 2023-11-16 18:14:51 +01:00
bind97-exportlib.patch Import some data from bind branch bind9-dev 2023-01-27 18:24:45 +01:00
changelog Convert to %autorelease and %autochangelog 2023-05-02 15:02:14 +02:00
ci.fmf Sync with rawhide 2023-01-27 18:26:07 +01:00
generate-rndc-key.sh Sync with rawhide 2023-01-27 18:26:07 +01:00
isc-keyblock.asc Update to 9.19.14 (#2216463) 2023-06-26 12:22:16 +02:00
ldap2zone.c Import some data from bind branch bind9-dev 2023-01-27 18:24:45 +01:00
makefile-replace-libs.py Import some data from bind branch bind9-dev 2023-01-27 18:24:45 +01:00
named-chroot-setup.service Import some data from bind branch bind9-dev 2023-01-27 18:24:45 +01:00
named-chroot.files Include TLS certificates in named-chroot 2023-05-13 02:45:29 +02:00
named-chroot.service Change named-checkonf path to bin 2023-01-27 18:26:07 +01:00
named-pkcs11.service Change named-checkonf path to bin 2023-01-27 18:26:07 +01:00
named-setup-rndc.service Import some data from bind branch bind9-dev 2023-01-27 18:24:45 +01:00
named.conf Import some data from bind branch bind9-dev 2023-01-27 18:24:45 +01:00
named.conf.sample Replace master with primary in configuration 2023-01-27 18:26:07 +01:00
named.empty Import some data from bind branch bind9-dev 2023-01-27 18:24:45 +01:00
named.localhost Import some data from bind branch bind9-dev 2023-01-27 18:24:45 +01:00
named.logrotate Import some data from bind branch bind9-dev 2023-01-27 18:24:45 +01:00
named.loopback Import some data from bind branch bind9-dev 2023-01-27 18:24:45 +01:00
named.rfc1912.zones Replace master with primary in configuration 2023-01-27 18:26:07 +01:00
named.root Import some data from bind branch bind9-dev 2023-01-27 18:24:45 +01:00
named.root.key Import some data from bind branch bind9-dev 2023-01-27 18:24:45 +01:00
named.rwtab Import some data from bind branch bind9-dev 2023-01-27 18:24:45 +01:00
named.service Change named-checkonf path to bin 2023-01-27 18:26:07 +01:00
named.sysconfig Import some data from bind branch bind9-dev 2023-01-27 18:24:45 +01:00
setup-named-chroot.sh Import some data from bind branch bind9-dev 2023-01-27 18:24:45 +01:00
setup-named-softhsm.sh Import some data from bind branch bind9-dev 2023-01-27 18:24:45 +01:00
softhsm2.conf.in Import some data from bind branch bind9-dev 2023-01-27 18:24:45 +01:00
sources Update to 9.19.18 (#2249833) 2023-11-16 17:05:28 +01:00
trusted-key.key Import some data from bind branch bind9-dev 2023-01-27 18:24:45 +01:00

README.md

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-license -- Shared license for all packages but bind-export-libs.
  • bind9-next-libs -- Shared libraries used by some others programs
  • bind9-next-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.