diff options
author | Andy Walsh <andy.walsh44+github@gmail.com> | 2020-06-25 21:29:46 +0200 |
---|---|---|
committer | Andy Walsh <andy.walsh44+github@gmail.com> | 2020-06-25 21:29:46 +0200 |
commit | 8efbd0de1d1cc217ddc410b7abc2cf1dd58049d7 (patch) | |
tree | d1e4234911a44a3e988a5f82b29387670bedba4a | |
parent | 8fb67487697ee0f91f1f46d06fbbac0c8b21486e (diff) |
ksmbd: update to 3.2.2
* update to 3.2.2
ksmbd changelog:
* fix kernel oops when using signing and pysmb (SMB1) as client.
* fix signing bugs.
* fix encryption bugs.
* fix build error on linux-5.8-rc1
* fix bugs with read-only=yes
* fix potential stuck issue due to cache buffers exhaustion
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
-rw-r--r-- | kernel/ksmbd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/ksmbd/Makefile b/kernel/ksmbd/Makefile index 2f5bd8d9f..c67c29c4e 100644 --- a/kernel/ksmbd/Makefile +++ b/kernel/ksmbd/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ksmbd -PKG_VERSION:=3.2.0 +PKG_VERSION:=3.2.2 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:=063474f48f9481ff4a5acf978bd9b31fae39ccecfb232df4aac8c247a2a28b04 +PKG_HASH:=16ad304c09d5f04ddbe99d21ca9df8a9a6d8e35b21ff0e205f212f8c545b979b PKG_MAINTAINER:=Andy Walsh <andy.walsh44+github@gmail.com> PKG_LICENSE:=GPL-2.0-or-later |