diff --git a/README.md b/README.md index 42aad62..b7cfab1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# BIND 9 +# BIND 9 development version [BIND (Berkeley Internet Name Domain)](https://www.isc.org/downloads/bind/doc/) is a complete, highly portable implementation of the DNS (Domain Name System) protocol. @@ -9,6 +9,11 @@ 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](https://src.fedoraproject.org/rpms/bind) package to get more stable +and production oriented tool. + More details about upstream project can be found on their [gitlab](https://gitlab.isc.org/isc-projects/bind9). This repository contains only upstream sources and packaging instructions for @@ -18,12 +23,12 @@ only upstream sources and packaging instructions for 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` +* **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