Browse Source

libnetconf2: Bump to 1.1.36

Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
lilik-openwrt-22.03
Jakov Smolic 4 years ago
parent
commit
f4f777403d
No known key found for this signature in database GPG Key ID: 3B8A94F8372F8423
2 changed files with 4 additions and 9 deletions
  1. +2
    -2
      libs/libnetconf2/Makefile
  2. +2
    -7
      libs/libnetconf2/patches/001-cmake_not_updated.patch

+ 2
- 2
libs/libnetconf2/Makefile View File

@ -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 <jakov.smolic@sartura.hr>
PKG_LICENSE:=BSD-3-Clause


+ 2
- 7
libs/libnetconf2/patches/001-cmake_not_updated.patch View File

@ -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

Loading…
Cancel
Save