]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Replace all occurences of PLATFORMS file with reference to the ARM
authorPetr Špaček <pspacek@isc.org>
Wed, 19 Jan 2022 15:30:18 +0000 (16:30 +0100)
committerMichał Kępień <michal@isc.org>
Mon, 24 Jan 2022 08:27:55 +0000 (09:27 +0100)
The conf.py exclude_patterns now includes platforms.rst to avoid
problems with redefining labels:
https://github.com/sphinx-doc/sphinx/issues/1668#issuecomment-71376208

README.md
doc/arm/Makefile.am
doc/arm/conf.py
doc/arm/notes.rst
doc/arm/platforms.rst
doc/arm/requirements.rst

index 099332c4d52030b4f9a30daf0329d8e5fca9e17b..760171172e2142057a505e8125c3e9921d442a69 100644 (file)
--- a/README.md
+++ b/README.md
@@ -58,7 +58,9 @@ CHANGES file format.
 For up-to-date versions and release notes, see
 [https://www.isc.org/download/](https://www.isc.org/download/).
 
-For information about supported platforms, see [PLATFORMS](PLATFORMS.md).
+For information about supported platforms, see the
+["Supported Platforms"](doc/arm/platforms.rst) section in the BIND 9
+Administrator Reference Manual.
 
 ### <a name="help"/> Reporting bugs and getting help
 
index 894f0aeebcaeda20119e60b497792f18e22bd2ce..c92797dfaca044a0bc44797feedb29911fde6ac3 100644 (file)
@@ -20,6 +20,7 @@ EXTRA_DIST =                                  \
        manpages.rst                            \
        notes.rst                               \
        pkcs11.rst                              \
+       platforms.rst                           \
        plugins.rst                             \
        reference.rst                           \
        requirements.rst                        \
index 43e9d62bfd81b4f8ccc671f9009fb2748b8a5e1b..ce06ac47218f85c7231b4a6a2ab2c9fdcb4016c1 100644 (file)
@@ -150,6 +150,7 @@ exclude_patterns = [
     'logging-cattegories.rst',
     'managed-keys.rst',
     'pkcs11.rst',
+    'platforms.rst',
     'plugins.rst'
     ]
 
index 92e7489b1cf922d9484f4f76fb951c8618714436..7a0c6a6f9e0c9cf0e4d75ba2feefbc8152156aee 100644 (file)
@@ -27,23 +27,7 @@ detailed list of changes and bug fixes.
 Supported Platforms
 -------------------
 
-To build on Unix-like systems, BIND requires support for POSIX.1c
-threads (IEEE Std 1003.1c-1995), the Advanced Sockets API for IPv6
-(:rfc:`3542`), and standard atomic operations provided by the C
-compiler.
-
-The libuv asynchronous I/O library and the OpenSSL cryptography library
-must be available for the target platform. A PKCS#11 provider can be
-used instead of OpenSSL for Public Key cryptography (i.e., DNSSEC
-signing and validation), but OpenSSL is still required for general
-cryptography operations such as hashing and random number generation.
-
-More information can be found in the ``PLATFORMS.md`` file that is
-included in the source distribution of BIND 9. If your compiler and
-system libraries provide the above features, BIND 9 should compile and
-run. If that is not the case, the BIND development team will generally
-accept patches that add support for systems that are still supported by
-their respective vendors.
+See the :ref:`supported_os` section in the :ref:`Requirements` chapter.
 
 Download
 --------
index a26f652e69fbff53dd09746bc0b52611cf7dd25d..c5a5af8e5e46dc62791558bf0ccf77983179a830 100644 (file)
@@ -9,6 +9,8 @@
 .. See the COPYRIGHT file distributed with this work for additional
 .. information regarding copyright ownership.
 
+.. _supported_os:
+
 Supported platforms
 -------------------
 
index fdd343def6bbb067f0ccb6706c4257cb851122ac..6151e593e06168beb45b3d8dcb8539fcdd538d66 100644 (file)
@@ -9,7 +9,7 @@
 .. See the COPYRIGHT file distributed with this work for additional
 .. information regarding copyright ownership.
 
-.. Requirements:
+.. _Requirements:
 
 BIND Resource Requirements
 ==========================
@@ -70,6 +70,4 @@ much memory or CPU power as in the first alternative, but this has the
 disadvantage of making many more external queries, as none of the name
 servers share their cached data.
 
-.. _supported_os:
-
 .. include:: platforms.rst