aboutsummaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorLucian Cristian <lucian.cristian@gmail.com>2021-11-12 05:15:44 +0200
committerRosen Penev <rosenp@gmail.com>2021-11-12 11:02:56 -0800
commitd6bf638cb8278b2203c91699f7a90a44070d79ba (patch)
tree498588a1bb6cf660f9201c58f33168bb107c68a3 /libs
parentf0df83b4b5eb6b34d33b37e10b7d9ecc675c1983 (diff)
libnetconf2: update to 2.0.24
needed after libyang update Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
Diffstat (limited to 'libs')
-rw-r--r--libs/libnetconf2/Makefile4
-rw-r--r--libs/libnetconf2/patches/001-cmake_not_updated.patch2
2 files changed, 3 insertions, 3 deletions
diff --git a/libs/libnetconf2/Makefile b/libs/libnetconf2/Makefile
index cb0aacca1..9bdf424c2 100644
--- a/libs/libnetconf2/Makefile
+++ b/libs/libnetconf2/Makefile
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libnetconf2
-PKG_VERSION:=1.1.43
+PKG_VERSION:=2.0.24
PKG_RELEASE:=$(AUTORELEASE)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/CESNET/libnetconf2/tar.gz/v$(PKG_VERSION)?
-PKG_HASH:=66139fc9e68aa89c82235f4135dba9e44f5db663541279c14c74131e22b7f571
+PKG_HASH:=78ffa0bd85823abd321a1dbb09c1ead36612f2a12049638a14bb081567f86ade
PKG_MAINTAINER:=Jakov Smolic <jakov.smolic@sartura.hr>
PKG_LICENSE:=BSD-3-Clause
diff --git a/libs/libnetconf2/patches/001-cmake_not_updated.patch b/libs/libnetconf2/patches/001-cmake_not_updated.patch
index 697e62aca..08f53434e 100644
--- a/libs/libnetconf2/patches/001-cmake_not_updated.patch
+++ b/libs/libnetconf2/patches/001-cmake_not_updated.patch
@@ -1,6 +1,6 @@
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
-@@ -180,7 +180,7 @@ endif()
+@@ -235,7 +235,7 @@ endif()
# dependencies - libssh
if(ENABLE_SSH)
find_package(LibSSH 0.7.1 REQUIRED)