6.11.7-1 (clr 6.11.6-1477) enable landlock

This commit is contained in:
JeremyStar™ 2024-11-08 19:23:23 +01:00
parent 80dd9cd900
commit 8514811988
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D
2 changed files with 11 additions and 9 deletions

View file

@ -1,7 +1,7 @@
pkgbase = linux-clear
pkgdesc = Linux kernel with patches from Clear Linux which allow for higher performance.
pkgver = 6.11.6
pkgrel = 0
pkgver = 6.11.7
pkgrel = 1
url = https://github.com/clearlinux-pkgs/linux
arch = x86_64
license = GPL-2.0-only
@ -20,8 +20,8 @@ pkgbase = linux-clear
options = !debug
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.11.tar.xz
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.11.tar.sign
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/patch-6.11.6.xz
source = cl-linux::git+https://github.com/clearlinux-pkgs/linux.git#tag=6.11.5-1475
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/patch-6.11.7.xz
source = cl-linux::git+https://github.com/clearlinux-pkgs/linux.git#tag=6.11.6-1477
source = more-uarches-20241018.tar.gz::https://github.com/graysky2/kernel_compiler_patch/archive/20241018.tar.gz
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
@ -29,7 +29,7 @@ pkgbase = linux-clear
validpgpkeys = AC2B29BD34A6AFDDB3F68F35E7BFC8EC95861109
sha256sums = 55d2c6c025ebc27810c748d66325dd5bc601e8d32f8581d9e77673529bdacb2e
sha256sums = SKIP
sha256sums = 4d4f5a5a982d77ddc9455f878e1cb8ee1d2308581f777cddd5c4bbe604f03cc8
sha256sums = 4ccabe59805d7efd8165405624695255a87811cbea5c0e1d7a3981c21789b2ec
sha256sums = SKIP
sha256sums = b3fd8b1c5bbd39a577afcccf6f1119fdf83f6d72119f4c0811801bdd51d1bc61

View file

@ -117,9 +117,9 @@
# Kernel version
_kernel_major=6.11
_kernel_minor=6
_kernel_minor=7
# Clear Linux patches version
_clr=5-1475
_clr=6-1477
# kernel_compiler_patch version
_kernelcompilerpatch="20241018"
# Source directory names
@ -129,7 +129,7 @@ _src_clr=${_kernel_major}.${_clr}
# Package information
pkgbase=linux-clear
pkgver=${_kernel_major}.${_kernel_minor}
pkgrel=0
pkgrel=1
pkgdesc="Linux kernel with patches from Clear Linux which allow for higher performance."
arch=("x86_64")
url="https://github.com/clearlinux-pkgs/linux"
@ -229,6 +229,8 @@ prepare() {
-e SECURITY_TOMOYO \
-e SECURITY_APPARMOR \
-e SECURITY_YAMA
# Security options -> Landlock options
scripts/config -e SECURITY_LANDLOCK
# Library routines
scripts/config -k -e FONT_TER16x32
@ -430,6 +432,6 @@ validpgpkeys=(
)
sha256sums=("55d2c6c025ebc27810c748d66325dd5bc601e8d32f8581d9e77673529bdacb2e"
"SKIP"
"4d4f5a5a982d77ddc9455f878e1cb8ee1d2308581f777cddd5c4bbe604f03cc8"
"4ccabe59805d7efd8165405624695255a87811cbea5c0e1d7a3981c21789b2ec"
"SKIP"
"b3fd8b1c5bbd39a577afcccf6f1119fdf83f6d72119f4c0811801bdd51d1bc61")