diff options
author | Andrea Pesaresi <andreapesaresi82@gmail.com> | 2024-04-06 14:18:32 +0200 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2024-04-06 19:23:09 +0300 |
commit | 9cf0eae9bca7447354bcb96759f213ae407c9532 (patch) | |
tree | 0a95ca1df573882d26ec404669bba4a8f6e78458 /net/ksmbd-tools | |
parent | 88fdab5d77bf28ddf161171c370902239f771f4e (diff) |
ksmbd-tools: update to version 3.5.2
Major changes are:
- Add durable handles parameter to ksmbd.conf.
- Add payload_sz in ksmbd_share_config_response to validate ipc
response.
- Fix UAF and cleanups.
Signed-off-by: Andrea Pesaresi <andreapesaresi82@gmail.com>
Diffstat (limited to 'net/ksmbd-tools')
-rw-r--r-- | net/ksmbd-tools/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/ksmbd-tools/Makefile b/net/ksmbd-tools/Makefile index a0f939dbe..4c1b85663 100644 --- a/net/ksmbd-tools/Makefile +++ b/net/ksmbd-tools/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ksmbd-tools -PKG_VERSION:=3.5.1 -PKG_RELEASE:=2 +PKG_VERSION:=3.5.2 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/cifsd-team/ksmbd-tools/releases/download/$(PKG_VERSION) -PKG_HASH:=ab377b3044c48382303f3f7ec95f2e1a17592c774d70b2a11f32952099dbb214 +PKG_HASH:=5da7fb4cb4368f9abf56f6f9fbc17b25e387876bed9ff7ee0d6f1140ef07c8d7 PKG_LICENSE:=GPL-2.0-or-later PKG_LICENSE_FILES:=COPYING |