ksmbd: update to 3.3.1
Major change for version 3.3.1 are: - Fix insmod failure if CONFIG_FS_POSIX_ACL is not set in config. Major changes for version 3.3.0 are: - Add ACLs support - Add Kerberos support - Add query info/query dir/statfs for smb3.1.1 posix extension. - Fix warnings from checkpatch.pl - Fix racy issue reported and warnings from KSAN by OpenWRT. Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
This commit is contained in:
parent
0da6700f78
commit
5f11fc18e0
1 changed files with 4 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=ksmbd
|
||||
PKG_VERSION:=3.2.5
|
||||
PKG_VERSION:=3.3.1
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://codeload.github.com/cifsd-team/cifsd/tar.gz/$(PKG_VERSION)?
|
||||
PKG_HASH:=b93a068f6dc2b2040c8cebcb67f6d8c3a1c5c7c5032269a48579ccba996e6be7
|
||||
PKG_HASH:=bfee16468ef8c0ed35c07ed5c507826fdb33d4b934c0ec706ade439711f0985a
|
||||
|
||||
PKG_MAINTAINER:=Andy Walsh <andy.walsh44+github@gmail.com>
|
||||
PKG_LICENSE:=GPL-2.0-or-later
|
||||
|
@ -37,7 +37,8 @@ define KernelPackage/fs-ksmbd
|
|||
+kmod-crypto-sha512 \
|
||||
+kmod-crypto-aead \
|
||||
+kmod-crypto-ccm \
|
||||
+kmod-crypto-gcm
|
||||
+kmod-crypto-gcm \
|
||||
+kmod-lib-crc32c
|
||||
endef
|
||||
|
||||
define KernelPackage/fs-ksmbd/description
|
||||
|
|
Loading…
Reference in a new issue