ksmbd: update to 3.4.0
authorRosen Penev <redacted>
Mon, 19 Jul 2021 04:03:13 +0000 (21:03 -0700)
committerRosen Penev <redacted>
Thu, 29 Jul 2021 20:07:21 +0000 (13:07 -0700)
Switch to AUTORELEASE for simplicity. Now that kernel 5.4 is the
minimum, no need to have compatibility with 19.07.

Added new dependencies. Removed some transient ones.

Signed-off-by: Rosen Penev <redacted>
kernel/ksmbd/Makefile

index 19c32b37f729db760333924b6ed0700e67e62314..ad81567277c75105e93d9ef7cd2e8cc2d09926b9 100644 (file)
@@ -1,12 +1,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=ksmbd
-PKG_VERSION:=3.3.9
-PKG_RELEASE:=1
+PKG_VERSION:=3.4.0
+PKG_RELEASE:=$(AUTORELEASE)
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://codeload.github.com/cifsd-team/cifsd/tar.gz/$(PKG_VERSION)?
-PKG_HASH:=c196d1773b9f89221133780fd189b550acbc56ac93c2e79260a70eab9853b3e1
+PKG_HASH:=36fe6b8fb641c302909e65de58f0e7cff4fa641c6ad6979597fd4319d6acf775
 
 PKG_MAINTAINER:=Andy Walsh <andy.walsh44+github@gmail.com>
 PKG_LICENSE:=GPL-2.0-or-later
@@ -24,20 +24,17 @@ define KernelPackage/fs-ksmbd
        URL:=https://github.com/cifsd-team/cifsd
        FILES:=$(PKG_BUILD_DIR)/ksmbd.ko
        DEPENDS:= \
+               +kmod-asn1-decoder \
                +kmod-nls-base \
                +kmod-nls-utf8 \
                +kmod-crypto-md4 \
-               +kmod-crypto-md5 \
-               +kmod-crypto-hmac \
-               +kmod-crypto-arc4 \
-               +kmod-crypto-ecb \
-               +kmod-crypto-des \
                +kmod-crypto-sha256 \
                +kmod-crypto-cmac \
                +kmod-crypto-sha512 \
                +kmod-crypto-aead \
                +kmod-crypto-ccm \
                +kmod-crypto-gcm \
+               +kmod-fs-nfs-common-rpcsec \
                +kmod-lib-crc32c
 endef
 
git clone https://git.99rst.org/PROJECT