Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion scripts/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ LN2_MODULES=(
"[email protected] -e tls10 -e tls11 -e tls12 -e tls13 -e hello-params"
"[email protected] -e server-ident-x509-cert -e client-auth-supported -e client-auth-x509-cert"
"[email protected] -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
Expand Down