summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoregnappahz2021-08-18 23:34:52 +0200
committeregnappahz2021-08-18 23:34:52 +0200
commit45db5d9515c087badae811ca11127ce64b8a3c95 (patch)
tree4fc602c9a1cb55f0fb5b2cdf570ce2221c779667
parent7241fc5514eb9d866a2242473a3bad2fd17cc0ff (diff)
downloadaur-45db5d9515c087badae811ca11127ce64b8a3c95.tar.gz
Added fscrypt support due to popular demand..
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--config.x86_643
3 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a95376774db4..ad4fb231e14c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-amd-znver2
pkgver = 5.13.v.12
- pkgrel = 1
+ pkgrel = 2
url = https://www.kernel.org/
arch = x86_64
license = GPL2
@@ -20,7 +20,7 @@ pkgbase = linux-amd-znver2
source = linux.install
source = https://raw.githubusercontent.com/graysky2/kernel_compiler_patch/20210817/more-uarches-for-kernel-5.8+.patch
sha256sums = SKIP
- sha256sums = 45a5bc583dff38eb4ea27fea6e31aefc8715854477f8f499a09ebb969f532120
+ sha256sums = 0b1154abe839708bd11195e5287e45326524d7317545e1819232cce040dfcc75
sha256sums = 60c6ba602443e94a9eba3aeee9d194027d69bffaa428c6d055348ebf03681b5c
sha256sums = d590e751ab4cf424b78fd0d57e53d187f07401a68c8b468d17a5f39a337dacf0
sha256sums = d5c1e9f1bc33231f67a402ef192f0115f1a15bd1e4c35099138ee72e5d6ac682
diff --git a/PKGBUILD b/PKGBUILD
index a24d6f8ebc82..9a8ae5829e1f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _srcname=linux
gitver=v5.13.12
patchver=20210817
pkgver=5.13.v.12
-pkgrel=1
+pkgrel=2
arch=('x86_64')
url="https://www.kernel.org/"
license=('GPL2')
@@ -24,7 +24,7 @@ source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git#ta
)
sha256sums=('SKIP'
#config.x86_64
- '45a5bc583dff38eb4ea27fea6e31aefc8715854477f8f499a09ebb969f532120'
+ '0b1154abe839708bd11195e5287e45326524d7317545e1819232cce040dfcc75'
#.preset file
'60c6ba602443e94a9eba3aeee9d194027d69bffaa428c6d055348ebf03681b5c'
#linux install file
diff --git a/config.x86_64 b/config.x86_64
index 2544c60965db..ed26c3120d25 100644
--- a/config.x86_64
+++ b/config.x86_64
@@ -8329,7 +8329,8 @@ CONFIG_EXPORTFS=y
CONFIG_EXPORTFS_BLOCK_OPS=y
CONFIG_FILE_LOCKING=y
# CONFIG_MANDATORY_FILE_LOCKING is not set
-# CONFIG_FS_ENCRYPTION is not set
+CONFIG_FS_ENCRYPTION=y
+CONFIG_FS_ENCRYPTION_ALGS=m
# CONFIG_FS_VERITY is not set
CONFIG_FSNOTIFY=y
CONFIG_DNOTIFY=y