diff options
author | Rosen Penev <rosenp@gmail.com> | 2024-01-12 19:13:29 -0800 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2024-01-13 14:37:00 -0800 |
commit | e9e1ae23862ceeaa95939b2a7cfa9156c5338f89 (patch) | |
tree | ca6e321a71ab35f64fa6a2ed857dfbaa86fe3cc5 | |
parent | 705f2e92228fc2391dd6d39b666f8a59044bfb31 (diff) |
ksmbd-tools: update to 3.5.1
Various fixes for ksmbd, most notably a visibility fix for the latest
ksmbd code.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
-rw-r--r-- | net/ksmbd-tools/Makefile | 4 | ||||
-rw-r--r-- | net/ksmbd-tools/patches/030-glib.patch | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net/ksmbd-tools/Makefile b/net/ksmbd-tools/Makefile index 84e8f3e57..5c914c24c 100644 --- a/net/ksmbd-tools/Makefile +++ b/net/ksmbd-tools/Makefile @@ -5,8 +5,8 @@ PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/cifsd-team/ksmbd-tools -PKG_SOURCE_VERSION:=3.4.8 -PKG_MIRROR_HASH:=e374c6e5053e82bc321e13927dbf3baf0d636205516564324686d002c084c5d6 +PKG_SOURCE_VERSION:=3.5.1 +PKG_MIRROR_HASH:=6e8e56ecdfa0ddfdb3a351b27ae5b9148d4f6695bcee9a7eae39c2a42481ef18 PKG_LICENSE:=GPL-2.0-or-later PKG_LICENSE_FILES:=COPYING diff --git a/net/ksmbd-tools/patches/030-glib.patch b/net/ksmbd-tools/patches/030-glib.patch index 1fb240a95..49809e9c6 100644 --- a/net/ksmbd-tools/patches/030-glib.patch +++ b/net/ksmbd-tools/patches/030-glib.patch @@ -3,7 +3,7 @@ @@ -21,6 +21,7 @@ include_dirs = include_directories( glib_dep = dependency( 'glib-2.0', - version: '>= 2.40', + version: '>= 2.44', + static: true, ) libnl_dep = dependency( |