From: Pieter Lexis Date: Fri, 6 Oct 2017 18:30:24 +0000 (+0200) Subject: Add libsodium change to the upgrade guides X-Git-Tag: rec-4.1.0-rc1~1^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=67f12ad96c0480c603b2649ebfaed6807e786dd4;p=thirdparty%2Fpdns.git Add libsodium change to the upgrade guides --- diff --git a/docs/upgrading.rst b/docs/upgrading.rst index 0e8b869816..166fa30c14 100644 --- a/docs/upgrading.rst +++ b/docs/upgrading.rst @@ -58,6 +58,9 @@ and ``--with-pgsql-config`` ``configure`` options have been deprecated. ``--with-pg-config`` to specify a path to a non-default ``pg_config`` if you have Postgresql installed in a non-default location. +The ``--enable-libsodium`` configure flag has changed from 'no' to 'auto'. +This means that if libsodium and its development header are installed, it will be linked in. + The improved :doc:`LDAP Backend ` backend now requires Kerberos headers to be installed. Specifically, it needs `krb5.h` to be installed. diff --git a/pdns/recursordist/docs/upgrade.rst b/pdns/recursordist/docs/upgrade.rst index a4ee8c3a48..aab2fed0bb 100644 --- a/pdns/recursordist/docs/upgrade.rst +++ b/pdns/recursordist/docs/upgrade.rst @@ -11,6 +11,9 @@ When upgrading several versions, please read **all** notes applying to the upgra the startup. The issue has been fixed and the default value set to 6 to keep the behavior consistent. +The ``--enable-libsodium`` configure flag has changed from 'no' to 'auto'. +This means that if libsodium and its development header are installed, it will be linked in. + 4.0.3 to 4.0.4 --------------