ksmbd-tools: update to 3.3.5
Major changes for version 3.3.5 are: - Rename "streams" parameter to "vfs objects = streams_xattr". - Enable smb2 leases by default. - Ignore ksmbd.subauth creation failure. - Fix bugs that related to guest ok = yes. Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
This commit is contained in:
parent
71aef26ecb
commit
58f91090f5
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=ksmbd-tools
|
||||
PKG_VERSION:=3.3.4
|
||||
PKG_VERSION:=3.3.5
|
||||
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:=f7065da4008292bcaf43b15190715b4f224919f7d60f18b79b836eab6ee6d43b
|
||||
PKG_HASH:=e1080c2254c418bc5d9e955b626603c166775972607eca930342aee413a38473
|
||||
|
||||
PKG_MAINTAINER:=Andy Walsh <andy.walsh44+github@gmail.com>
|
||||
PKG_LICENSE:=GPL-2.0-or-later
|
||||
|
|
Loading…
Reference in a new issue