mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 01:44:32 +04:00
ksmbd-tools: update to version 3.5.3
- 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>
(cherry picked from commit 5b058c9949)
This commit is contained in:
committed by
Rosen Penev
parent
98a3c211fe
commit
1627d875b1
@@ -1,12 +1,12 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=ksmbd-tools
|
PKG_NAME:=ksmbd-tools
|
||||||
PKG_VERSION:=3.5.2
|
PKG_VERSION:=3.5.3
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://github.com/cifsd-team/ksmbd-tools/releases/download/$(PKG_VERSION)
|
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:=GPL-2.0-or-later
|
||||||
PKG_LICENSE_FILES:=COPYING
|
PKG_LICENSE_FILES:=COPYING
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
@@ -21,6 +21,7 @@ include_dirs = include_directories(
|
@@ -21,6 +21,7 @@ include_dirs = include_directories(
|
||||||
glib_dep = dependency(
|
glib_dep = dependency(
|
||||||
'glib-2.0',
|
'glib-2.0',
|
||||||
version: '>= 2.44',
|
version: '>= 2.58',
|
||||||
+ static: true,
|
+ static: true,
|
||||||
)
|
)
|
||||||
libnl_dep = dependency(
|
libnl_dep = dependency(
|
||||||
|
|||||||
Reference in New Issue
Block a user