commit | db937a93ac4fe4e4f9e888f27e248f357bd66213 | [log] [tgz] |
---|---|---|
author | Jan Kundrát <jan.kundrat@cesnet.cz> | Fri Oct 01 01:24:32 2021 +0200 |
committer | Jan Kundrát <jan.kundrat@cesnet.cz> | Fri Oct 01 01:37:08 2021 +0200 |
tree | 6fa4fde7686f81cb07f1178e03abad7d5b27f7b4 | |
parent | 5c4f8a3a97d3dcabd58cf976601f7b32ebaa1983 [diff] |
Update the NETCONF stack Depends-on: https://cesnet-gerrit-czechlight/c/CzechLight/dependencies/+/4852 Depends-on: https://cesnet-gerrit-public/c/CzechLight/dependencies/+/4852 Depends-on: https://gerrit.cesnet.cz/c/CzechLight/dependencies/+/4852 Depends-on: https://gerrit.cesnet.cz/c/CzechLight/cla-sysrepo/+/4869 Change-Id: If97af5c552546c0d883fd05c2f660b680cf2f74b
diff --git a/CMakeLists.txt b/CMakeLists.txt index 803bc95..f95c615 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -77,14 +77,14 @@ message(FATAL_ERROR "Cannot combine ENABLE_FULL_TESTS=ON with BUILD_TESTING=OFF") endif() -pkg_check_modules(LIBYANG REQUIRED libyang-cpp>=1.0.233 IMPORTED_TARGET libyang) -pkg_check_modules(LIBNETCONF2 REQUIRED libnetconf2>=1.1.45 IMPORTED_TARGET libnetconf2) +pkg_check_modules(LIBYANG REQUIRED libyang-cpp>=1.0.248 IMPORTED_TARGET libyang) +pkg_check_modules(LIBNETCONF2 REQUIRED libnetconf2>=1.1.48 IMPORTED_TARGET libnetconf2) if(ENABLE_FULL_TESTS STREQUAL OFF AND ENABLE_SYSREPO_CLI STREQUAL OFF) message(STATUS "Skipping sysrepo per configure options") set(SYSREPO_FOUND 0) else() - pkg_check_modules(SYSREPO sysrepo-cpp>=1.4.135 IMPORTED_TARGET sysrepo) + pkg_check_modules(SYSREPO sysrepo-cpp>=1.4.148 IMPORTED_TARGET sysrepo) endif() if(SYSREPO_FOUND)
diff --git a/submodules/dependencies b/submodules/dependencies index 7ea7ddb..b74996a 160000 --- a/submodules/dependencies +++ b/submodules/dependencies
@@ -1 +1 @@ -Subproject commit 7ea7ddb2e1f38767a5cf915e05aa43e437d961a4 +Subproject commit b74996a1d308e4bdf1cf05a5a03c410c502b5459