diff --git a/CMakeLists.txt b/CMakeLists.txt index 94dc3151..1f72a476 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -49,8 +49,8 @@ set(LIBYANG_DEP_SOVERSION 3.9.0) set(LIBYANG_DEP_SOVERSION_MAJOR 3) # libnetconf2 required version -set(LIBNETCONF2_DEP_VERSION 3.6.0) -set(LIBNETCONF2_DEP_SOVERSION 4.5.1) +set(LIBNETCONF2_DEP_VERSION 3.7.6) +set(LIBNETCONF2_DEP_SOVERSION 4.6.6) set(LIBNETCONF2_DEP_SOVERSION_MAJOR 4) # sysrepo required version diff --git a/scripts/common.sh b/scripts/common.sh index e56a15d3..9e83d18b 100644 --- a/scripts/common.sh +++ b/scripts/common.sh @@ -36,7 +36,7 @@ LN2_MODULES=( "ietf-tls-common@2023-12-28.yang -e tls10 -e tls11 -e tls12 -e tls13 -e hello-params" "ietf-tls-server@2023-12-28.yang -e server-ident-x509-cert -e client-auth-supported -e client-auth-x509-cert" "ietf-netconf-server@2023-12-28.yang -e ssh-listen -e tls-listen -e ssh-call-home -e tls-call-home -e central-netconf-server-supported" -"libnetconf2-netconf-server@2025-01-23.yang" +"libnetconf2-netconf-server@2025-06-02.yang" ) # get path to the sysrepocfg executable