From f4f777403d2a997c68d9cce4ba3fda7f5186f552 Mon Sep 17 00:00:00 2001 From: Jakov Smolic Date: Tue, 2 Feb 2021 20:23:11 +0100 Subject: [PATCH] libnetconf2: Bump to 1.1.36 Signed-off-by: Jakov Smolic --- libs/libnetconf2/Makefile | 4 ++-- libs/libnetconf2/patches/001-cmake_not_updated.patch | 9 ++------- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/libs/libnetconf2/Makefile b/libs/libnetconf2/Makefile index 2ef9d982a..07dcb1bce 100644 --- a/libs/libnetconf2/Makefile +++ b/libs/libnetconf2/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libnetconf2 -PKG_VERSION:=1.1.26 +PKG_VERSION:=1.1.36 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/CESNET/libnetconf2/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=2ce2b819f3544fd46a3a4c8ba6dd0a3798cab2a63aa347bc1eb5275a2c89b7bd +PKG_HASH:=17aa551380ffcccc3bfd928edbcc170cbe85b0f336b361d5f03ede8f3e5f6348 PKG_MAINTAINER:=Jakov Smolic 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 61c8107cf..697e62aca 100644 --- a/libs/libnetconf2/patches/001-cmake_not_updated.patch +++ b/libs/libnetconf2/patches/001-cmake_not_updated.patch @@ -1,16 +1,11 @@ -diff --git a/CMakeLists.txt b/CMakeLists.txt -index f21fec9..5b912af 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt -@@ -148,7 +148,7 @@ endif() +@@ -180,7 +180,7 @@ endif() # dependencies - libssh if(ENABLE_SSH) - find_package(LibSSH 0.7.0 REQUIRED) + find_package(LibSSH 0.7.1 REQUIRED) - if(LIBSSH_VERSION VERSION_EQUAL 0.9.3 OR LIBSSH_VERSION VERSION_EQUAL 0.9.4) + if(LIBSSH_VERSION VERSION_EQUAL 0.9.x) message(FATAL_ERROR "LibSSH ${LIBSSH_VERSION} includes regression bugs and libnetconf2 will NOT work properly, try to use another version") endif() --- -2.26.2 -