From: Marcin Siodelski Date: Wed, 12 Dec 2018 18:04:24 +0000 (+0100) Subject: [#344,!171] Updated runtime dependencies in UG: Botan and OpenSSL. X-Git-Tag: 344-lease-cmds-unit-tests_base~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfb962ea6b460fab0700b080591bbad8a16aa3a6;p=thirdparty%2Fkea.git [#344,!171] Updated runtime dependencies in UG: Botan and OpenSSL. --- diff --git a/doc/guide/intro.xml b/doc/guide/intro.xml index 867739d248..67a4d4ab63 100644 --- a/doc/guide/intro.xml +++ b/doc/guide/intro.xml @@ -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++ (http://botan.randombit.net/), - 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 (http://www.openssl.org/), - version 1.0.1 or later. + version 1.0.2 or later. @@ -81,6 +81,12 @@ + + + Kea requires Boost system library (http://www.boost.org/) at run-time, as building with header only version of Boost is no longer recommended. + + + In order to store lease information in a MySQL database, Kea requires MySQL