Browse Source
ksmbd: update to 3.3.3
The Marjor changes are:
fix xfstests issues on life test.
improve credentials codes.
enable SMB_SERVER_CHECK_CAP_NET_ADMIN by default
Signed-off-by: Rosen Penev <rosenp@gmail.com>
lilik-openwrt-22.03
Rosen Penev
4 years ago
No known key found for this signature in database
GPG Key ID: 36D31CFA845F0E3B
1 changed files with
2 additions and
2 deletions
-
kernel/ksmbd/Makefile
|
|
@ -1,12 +1,12 @@ |
|
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=ksmbd |
|
|
|
PKG_VERSION:=3.3.2 |
|
|
|
PKG_VERSION:=3.3.3 |
|
|
|
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:=51f4b8a5c469872fa9bb2661534f51b9a288d2f3af07f0e86cf0d7aa031ccc02 |
|
|
|
PKG_HASH:=bc2b9e8caeb290ff218c3a043bf38541da7f45e883cc286de7f19c47a92ef43f |
|
|
|
|
|
|
|
PKG_MAINTAINER:=Andy Walsh <andy.walsh44+github@gmail.com> |
|
|
|
PKG_LICENSE:=GPL-2.0-or-later |
|
|
|