From 67f12ad96c0480c603b2649ebfaed6807e786dd4 Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Fri, 6 Oct 2017 20:30:24 +0200 Subject: [PATCH] Add libsodium change to the upgrade guides --- docs/upgrading.rst | 3 +++ pdns/recursordist/docs/upgrade.rst | 3 +++ 2 files changed, 6 insertions(+) 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 -------------- -- 2.47.2