From: Remi Gacogne Date: Fri, 20 Jun 2025 14:51:16 +0000 (+0200) Subject: dnsdist: As suggested by Otto, we need `rustc` and `cargo`, not just Rust X-Git-Tag: rec-5.3.0-alpha1~6^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59e41a41c3a0327ef86c5515093eba2d05e20549;p=thirdparty%2Fpdns.git dnsdist: As suggested by Otto, we need `rustc` and `cargo`, not just Rust Signed-off-by: Remi Gacogne --- diff --git a/pdns/dnsdistdist/docs/install.rst b/pdns/dnsdistdist/docs/install.rst index 6d34d4c17a..78892c848e 100644 --- a/pdns/dnsdistdist/docs/install.rst +++ b/pdns/dnsdistdist/docs/install.rst @@ -62,7 +62,7 @@ dnsdist depends on the following libraries: * `re2 `_ (optional) * `TinyCDB `_ (optional, CDB support) -Since 2.0.0, the optional ``yaml`` configuration requires a Rust compiler. +Since 2.0.0, the optional ``yaml`` configuration requires a Rust development environment, including ``rustc`` and ``cargo``. Should :program:`dnsdist` be run on a system with systemd, it is highly recommended to have the systemd header files (``libsystemd-dev`` on Debian and ``systemd-devel`` on CentOS) diff --git a/pdns/dnsdistdist/docs/upgrade_guide.rst b/pdns/dnsdistdist/docs/upgrade_guide.rst index 10fb47def6..9e4ef0a808 100644 --- a/pdns/dnsdistdist/docs/upgrade_guide.rst +++ b/pdns/dnsdistdist/docs/upgrade_guide.rst @@ -5,7 +5,7 @@ Upgrade Guide -------------- Since 2.0.0, a Python 3 interpreter with the ``YAML`` module is required to build :program:`dnsdist`. -:program:`dnsdist` 2.0.0 also supports a new, optional ``yaml`` :doc:`configuration format `. To build with this feature enabled, a Rust compiler is needed. +:program:`dnsdist` 2.0.0 also supports a new, optional ``yaml`` :doc:`configuration format `. To build with this feature enabled, a Rust development environment, including ``rustc`` and ``cargo`` is needed. :func:`showTLSContexts` has been renamed to :func:`showTLSFrontends`. :func:`getTLSContext` and the associated :class:`TLSContext` have been removed, please use :func:`getTLSFrontend` and the associated :class:`TLSFrontend` instead.