]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#344,!171] Updated runtime dependencies in UG: Botan and OpenSSL.
authorMarcin Siodelski <marcin@isc.org>
Wed, 12 Dec 2018 18:04:24 +0000 (19:04 +0100)
committerMarcin Siodelski <marcin@isc.org>
Wed, 12 Dec 2018 18:04:24 +0000 (19:04 +0100)
doc/guide/intro.xml

index 867739d24886943e0f1edabfc3703884fa013b3d..67a4d4ab63c7a36162d6cde170e0e67fefcc4764 100644 (file)
@@ -67,9 +67,9 @@
         Kea supports two crypto libraries: Botan and OpenSSL. Only one of them
         is required to be installed during compilation. Kea uses the Botan
         crypto library for C++ (<uri xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://botan.randombit.net/">http://botan.randombit.net/</uri>),
-        version 1.9 or later. As an alternative to Botan, Kea can use the
+        version 1.9 or later. Note that support for Botan versions earlier than 2.0 will be dropped in Kea 1.6.0 release. As an alternative to Botan, Kea can use the
         OpenSSL crypto library (<uri xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.openssl.org/">http://www.openssl.org/</uri>),
-        version 1.0.1 or later.
+        version 1.0.2 or later.
             </simpara>
         </listitem>
 
             </simpara>
         </listitem>
 
+        <listitem>
+          <simpara>
+            Kea requires Boost system library (<uri xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.boost.org/">http://www.boost.org/</uri>) at run-time, as building with header only version of Boost is no longer recommended.
+          </simpara>
+        </listitem>
+
         <listitem>
             <simpara>
        In order to store lease information in a MySQL database, Kea requires MySQL