]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#4085] Updated minimal version
authorFrancis Dupont <fdupont@isc.org>
Sat, 30 Aug 2025 21:38:03 +0000 (23:38 +0200)
committerFrancis Dupont <fdupont@isc.org>
Tue, 2 Sep 2025 07:00:31 +0000 (09:00 +0200)
doc/sphinx/arm/install.rst
meson.build

index b3bffc772652e68b744ab13c2872a5eac6c515fa..fe532640af3844641a729dcc9b471735bbd1545b 100644 (file)
@@ -160,8 +160,8 @@ the system:
 -  The development tools meson, ninja, and pkg-config.
 
 -  Boost C++ libraries (https://www.boost.org/). The oldest Boost version
-   used for testing is 1.67 (although Kea may also work with older
-   versions e.g. 1.66). The Boost system library must also be installed.
+   used for testing is 1.71 (although Kea may also work with older
+   versions e.g. 1.69). The Boost system library must also be installed.
    Installing a header-only version of Boost is not recommended.
 
 -  OpenSSL (at least version 1.0.2) or Botan (at least version 2).
index fbd76dce5e5e5709e237089549ec9f52774a8c6b..68ebc1b3a75d03e05b65545a85500e2ea4ed1983 100644 (file)
@@ -189,7 +189,7 @@ message(f'Detected system "@SYSTEM@".')
 
 #### Dependencies
 
-boost_dep = dependency('boost', version: '>=1.66')
+boost_dep = dependency('boost', version: '>=1.69')
 dl_dep = dependency('dl')
 threads_dep = dependency('threads')
 add_project_dependencies(boost_dep, dl_dep, threads_dep, language: ['cpp'])