summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosip Ponjavic2021-12-09 13:05:18 +0100
committerJosip Ponjavic2021-12-09 13:05:18 +0100
commit3d0ceaae4abbf5018481ea6313b4d01a95e97a12 (patch)
tree2d40b3620cc931075b65c4320ac861219fb5606a
parent476b093182914edc1c4f1b66f7edb2a5ce3981b6 (diff)
downloadaur-3d0ceaae4abbf5018481ea6313b4d01a95e97a12.tar.gz
5.15.7-2 (clr 5.15.6-1105) enable SMB3 server support as a module
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b136f52efa48..e6145783c409 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linux-clear
pkgdesc = Clear Linux
pkgver = 5.15.7
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/clearlinux-pkgs/linux
arch = x86_64
license = GPL2
@@ -41,6 +41,7 @@ pkgname = linux-clear
optdepends = modprobed-db: Keeps track of EVERY kernel module that has ever been probed - useful for those of us who make localmodconfig
provides = VIRTUALBOX-GUEST-MODULES
provides = WIREGUARD-MODULE
+ provides = KSMBD-MODULE
pkgname = linux-clear-headers
pkgdesc = Headers and scripts for building modules for the Clear Linux kernel
diff --git a/PKGBUILD b/PKGBUILD
index 3dc876434417..8ce72cbead1a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -79,7 +79,7 @@ _srcname=linux-${_major}
_clr=${_major}.6-1105
pkgbase=linux-clear
pkgver=${_major}.${_minor}
-pkgrel=1
+pkgrel=2
pkgdesc='Clear Linux'
arch=('x86_64')
url="https://github.com/clearlinux-pkgs/linux"
@@ -177,6 +177,11 @@ prepare() {
--enable NTFS3_LZX_XPRESS \
--enable NTFS3_FS_POSIX_ACL
+ scripts/config --module SMB_SERVER \
+ --enable SMB_SERVER_SMBDIRECT \
+ --enable SMB_SERVER_CHECK_CAP_NET_ADMIN \
+ --enable SMB_SERVER_KERBEROS5
+
# Security options
scripts/config --enable SECURITY_SELINUX \
--enable SECURITY_SELINUX_BOOTPARAM \
@@ -254,7 +259,7 @@ _package() {
optdepends=('crda: to set the correct wireless channels of your country'
'linux-firmware: firmware images needed for some devices'
'modprobed-db: Keeps track of EVERY kernel module that has ever been probed - useful for those of us who make localmodconfig')
- provides=(VIRTUALBOX-GUEST-MODULES WIREGUARD-MODULE)
+ provides=(VIRTUALBOX-GUEST-MODULES WIREGUARD-MODULE KSMBD-MODULE)
install=linux.install
cd $_srcname