[openwrt/openwrt] ksmbd: update to latest 3.4.8 release
LEDE Commits
lede-commits at lists.infradead.org
Thu Apr 20 15:02:46 PDT 2023
ansuel pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/a247f4979459ef92846b6c6389ca6087ccd36225
commit a247f4979459ef92846b6c6389ca6087ccd36225
Author: Andrew Sim <andrewsimz at gmail.com>
AuthorDate: Tue Apr 18 18:54:01 2023 +0200
ksmbd: update to latest 3.4.8 release
Changelog: https://github.com/cifsd-team/ksmbd/releases/tag/3.4.8
Signed-off-by: Andrew Sim <andrewsimz at gmail.com>
---
package/kernel/ksmbd/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/kernel/ksmbd/Makefile b/package/kernel/ksmbd/Makefile
index feeace9340..674e816186 100644
--- a/package/kernel/ksmbd/Makefile
+++ b/package/kernel/ksmbd/Makefile
@@ -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
More information about the lede-commits
mailing list