ksmbd-tools: update to version 3.5.3
authorAndrea Pesaresi <andreapesaresi82@gmail.com>
Sat, 7 Dec 2024 09:29:09 +0000 (10:29 +0100)
committerHannu Nyman <hannu.nyman@iki.fi>
Sun, 8 Dec 2024 09:54:01 +0000 (11:54 +0200)
- manually refresh patch 030-glib.patch

Major changes are:
    fix adduser / addshare prompting on musl libc
    fix use of veto files as global share parameter
    lookup primary group and don't recurse in ksmbd.conf @group handling
    fix a leak and an intermittent auth failure in Kerberos 5
    add global parameter kerberos support

detailed changelog here: https://github.com/cifsd-team/ksmbd-tools/releases/tag/3.5.3

Signed-off-by: Andrea Pesaresi <andreapesaresi82@gmail.com>
net/ksmbd-tools/Makefile
net/ksmbd-tools/patches/030-glib.patch

index 4c1b85663b8c2699c86ceacfa143bc88e4473d8f..a08fe368cbce843ab090990de8231d44636c8bbe 100644 (file)
@@ -1,12 +1,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=ksmbd-tools
-PKG_VERSION:=3.5.2
+PKG_VERSION:=3.5.3
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://github.com/cifsd-team/ksmbd-tools/releases/download/$(PKG_VERSION)
-PKG_HASH:=5da7fb4cb4368f9abf56f6f9fbc17b25e387876bed9ff7ee0d6f1140ef07c8d7
+PKG_HASH:=e8d55cc53825170d7e5213d48a92b8251dc0d1351601283f6d0995cfd789b4d0
 
 PKG_LICENSE:=GPL-2.0-or-later
 PKG_LICENSE_FILES:=COPYING
index 49809e9c60ab979769a049c75b14f7277503da13..4b9d7a45189c4591bc71cc1933eb654ef2ff89a1 100644 (file)
@@ -3,7 +3,7 @@
 @@ -21,6 +21,7 @@ include_dirs = include_directories(
  glib_dep = dependency(
    'glib-2.0',
-   version: '>= 2.44',
+   version: '>= 2.58',
 +  static: true,
  )
  libnl_dep = dependency(