ksmbd-tools: update to 3.3.4
Major changes are: add "vfs objects = acl_xattr" parameter in configuration. fix wrong group domain name in lsarpc response. set to SID_TYPE_UNKNOWN if there is no domain sid in server. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
44f9fd4dc6
commit
1cc951ca4f
1 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=ksmbd-tools
|
||||
PKG_VERSION:=3.3.3
|
||||
PKG_RELEASE:=2
|
||||
PKG_VERSION:=3.3.4
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://codeload.github.com/cifsd-team/ksmbd-tools/tar.gz/$(PKG_VERSION)?
|
||||
PKG_HASH:=8eb1809558c089ffa196dd4e38ef39550ff0e165600787ff8c8be174cac4db6a
|
||||
PKG_HASH:=f7065da4008292bcaf43b15190715b4f224919f7d60f18b79b836eab6ee6d43b
|
||||
|
||||
PKG_MAINTAINER:=Andy Walsh <andy.walsh44+github@gmail.com>
|
||||
PKG_LICENSE:=GPL-2.0-or-later
|
||||
|
|
Loading…
Reference in a new issue