aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2021-03-12 18:07:32 -0800
committerRosen Penev <rosenp@gmail.com>2021-03-12 18:07:32 -0800
commit851b9b252fc5f5fdd541fd3a18ab393bdac9a6e8 (patch)
tree25bb5e9edfb0e1e2ebcc88f13a2dda3c17437a4d
parent8992a1fa0c1ff90686fe02671c6ba831795048ee (diff)
ksmbd: update to 3.3.7
Major change are: Fix an issue that directories appear as files when using windows backup. Fix xfstests generic/241 failure on life test. Update ksmbd shutdown and debug print on/off using ksmbd.control in cifsd.rst. Signed-off-by: Rosen Penev <rosenp@gmail.com>
-rw-r--r--kernel/ksmbd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/ksmbd/Makefile b/kernel/ksmbd/Makefile
index 54a634ef5..d36061893 100644
--- a/kernel/ksmbd/Makefile
+++ b/kernel/ksmbd/Makefile
@@ -1,12 +1,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=ksmbd
-PKG_VERSION:=3.3.6
+PKG_VERSION:=3.3.7
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:=00abe3158bb024be419dc89278aeb2cbba70b2241c8c3b5592d5fdb726e87266
+PKG_HASH:=d92706e2dc00bd612698be2c39759ea6170a869e657bae4a80cf6424a333babe
PKG_MAINTAINER:=Andy Walsh <andy.walsh44+github@gmail.com>
PKG_LICENSE:=GPL-2.0-or-later