sysrepo: bump to 3.7.11
authorChristian Marangi <[email protected]>
Sun, 23 Nov 2025 12:20:07 +0000 (13:20 +0100)
committerChristian Marangi <[email protected]>
Tue, 25 Nov 2025 00:04:23 +0000 (01:04 +0100)
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 <[email protected]>
net/sysrepo/Makefile
net/sysrepo/patches/009-fix_inclusion.patch [deleted file]

index 5d4f66a8cc753ffb43442c57803ff77a94127fd3..1eccfe6bcdf3c375c467228f18bd5e801d9cb817 100644 (file)
@@ -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 (file)
index 3744a16..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/src/sysrepo_types.h
-+++ b/src/sysrepo_types.h
-@@ -19,6 +19,7 @@
- #include <inttypes.h>
- #include <stddef.h>
-+#include <sys/stat.h>
- struct lyd_node;
- struct timespec;