From: Christian Marangi Date: Sun, 23 Nov 2025 12:20:07 +0000 (+0100) Subject: sysrepo: bump to 3.7.11 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=4915240b1363c36e874305020cf4902b5729a3f4;p=feed%2Fpackages.git sysrepo: bump to 3.7.11 Bump sysrepo to 3.7.11 to to fix support for CMake >= 4.0 version. Drop any upstream patch. Update the CMake options to the new unified SYSREPO_SETUP that replace the old GENERATE_HOSTKEY, INSTALL_MODULES and MERGE_LISTEN_CONFIG. Signed-off-by: Christian Marangi --- diff --git a/net/sysrepo/Makefile b/net/sysrepo/Makefile index 5d4f66a8cc..1eccfe6bcd 100644 --- a/net/sysrepo/Makefile +++ b/net/sysrepo/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sysrepo -PKG_VERSION:=2.0.53 -PKG_RELEASE:=2 +PKG_VERSION:=3.7.11 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/sysrepo/sysrepo/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=fe09da5f40fb53e3fb97268a134cc0ed3003f0018d0d117c73e81e1553a11f30 +PKG_HASH:=c897206797427c79c4646baa1d8abe539bbc70af884ac869e827ff9f09d7fcc8 PKG_MAINTAINER:= PKG_LICENSE:=Apache-2.0 diff --git a/net/sysrepo/patches/009-fix_inclusion.patch b/net/sysrepo/patches/009-fix_inclusion.patch deleted file mode 100644 index 3744a16def..0000000000 --- a/net/sysrepo/patches/009-fix_inclusion.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/src/sysrepo_types.h -+++ b/src/sysrepo_types.h -@@ -19,6 +19,7 @@ - - #include - #include -+#include - - struct lyd_node; - struct timespec;