ksmbd: update to latest 3.4.8 release
authorAndrew Sim <[email protected]>
Tue, 18 Apr 2023 16:54:01 +0000 (18:54 +0200)
committerHauke Mehrtens <[email protected]>
Sun, 14 Jul 2024 23:24:06 +0000 (01:24 +0200)
Changelog: https://github.com/cifsd-team/ksmbd/releases/tag/3.4.8

Signed-off-by: Andrew Sim <[email protected]>
(cherry picked from commit a247f4979459ef92846b6c6389ca6087ccd36225)
Link: https://github.com/openwrt/openwrt/pull/15871
Signed-off-by: Hauke Mehrtens <[email protected]>
package/kernel/ksmbd/Makefile
package/kernel/ksmbd/patches/02-kernel-5.10.220-build.patch

index feeace9340cf6cbb09e6b7aa10be57656bd0786a..674e816186457d806046039b188ddeb682c43c9e 100644 (file)
@@ -1,12 +1,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=ksmbd
-PKG_VERSION:=3.4.7
+PKG_VERSION:=3.4.8
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://github.com/cifsd-team/ksmbd/releases/download/$(PKG_VERSION)
-PKG_HASH:=ed9ecb2232046054bf0c1fef41690890f99d93b1d72b7e7d158746ac9be18c7f
+PKG_HASH:=209bfba4dc5c50007942a3ec24f86a7f7c628618ac07f79c62e3404dc247d495
 
 PKG_LICENSE:=GPL-2.0-or-later
 PKG_LICENSE_FILES:=COPYING
index d416fa8e7787d3d8420c19c23f8eb387af0781e7..9f1ef43bba981d92d17e1e46be8a2c23a254d7a6 100644 (file)
@@ -3,7 +3,7 @@ https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=linux
 
 --- a/vfs.c
 +++ b/vfs.c
-@@ -1074,12 +1074,18 @@ static int __ksmbd_vfs_rename(struct ksm
+@@ -1081,12 +1081,18 @@ static int __ksmbd_vfs_rename(struct ksm
  
        err = -ENOTEMPTY;
        if (dst_dent != trap_dent && !d_really_is_positive(dst_dent)) {