6.9.4-1 (clr 6.9.3-1439)

This commit is contained in:
Josip Ponjavic 2024-06-12 18:55:36 +02:00
parent 6bac731558
commit 4dde7ea726
2 changed files with 8 additions and 9 deletions

View file

@ -1,6 +1,6 @@
pkgbase = linux-clear pkgbase = linux-clear
pkgdesc = Clear Linux pkgdesc = Clear Linux
pkgver = 6.9.3 pkgver = 6.9.4
pkgrel = 1 pkgrel = 1
url = https://github.com/clearlinux-pkgs/linux url = https://github.com/clearlinux-pkgs/linux
arch = x86_64 arch = x86_64
@ -20,14 +20,14 @@ pkgbase = linux-clear
options = !strip options = !strip
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.9.tar.xz source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.9.tar.xz
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.9.tar.sign source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.9.tar.sign
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/patch-6.9.3.xz source = https://cdn.kernel.org/pub/linux/kernel/v6.x/patch-6.9.4.xz
source = linux-clear::git+https://github.com/clearlinux-pkgs/linux.git#tag=6.9.2-1437 source = linux-clear::git+https://github.com/clearlinux-pkgs/linux.git#tag=6.9.3-1439
source = more-uarches-20240221.2.tar.gz::https://github.com/graysky2/kernel_compiler_patch/archive/20240221.2.tar.gz source = more-uarches-20240221.2.tar.gz::https://github.com/graysky2/kernel_compiler_patch/archive/20240221.2.tar.gz
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886 validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
sha256sums = 24fa01fb989c7a3e28453f117799168713766e119c5381dac30115f18f268149 sha256sums = 24fa01fb989c7a3e28453f117799168713766e119c5381dac30115f18f268149
sha256sums = SKIP sha256sums = SKIP
sha256sums = f82cdfa0f94327fa9fbebdb65efc560ef4cfcf5f2269718c9be58440aebff3d3 sha256sums = ee37e61dfb1cc4ea638043bb411a38f742ea45a9f7e54519f835d62c10052795
sha256sums = SKIP sha256sums = SKIP
sha256sums = 1d3ac3e581cbc5108f882fcdc75d74f7f069654c71bad65febe5ba15a7a3a14f sha256sums = 1d3ac3e581cbc5108f882fcdc75d74f7f069654c71bad65febe5ba15a7a3a14f

View file

@ -86,9 +86,9 @@
### IMPORTANT: Do no edit below this line unless you know what you're doing ### IMPORTANT: Do no edit below this line unless you know what you're doing
_major=6.9 _major=6.9
_minor=3 _minor=4
_srcname=linux-${_major} _srcname=linux-${_major}
_clr=${_major}.2-1437 _clr=${_major}.3-1439
_gcc_more_v='20240221.2' _gcc_more_v='20240221.2'
pkgbase=linux-clear pkgbase=linux-clear
pkgver=${_major}.${_minor} pkgver=${_major}.${_minor}
@ -172,8 +172,7 @@ prepare() {
scripts/config -e KPROBES scripts/config -e KPROBES
# Enable loadable module support # Enable loadable module support
scripts/config -u MODULE_SIG_FORCE \ scripts/config -u MODULE_SIG_FORCE
-e MODULE_COMPRESS_ZSTD
# Networking support # Networking support
scripts/config -e NETFILTER_INGRESS scripts/config -e NETFILTER_INGRESS
@ -421,7 +420,7 @@ done
sha256sums=('24fa01fb989c7a3e28453f117799168713766e119c5381dac30115f18f268149' sha256sums=('24fa01fb989c7a3e28453f117799168713766e119c5381dac30115f18f268149'
'SKIP' 'SKIP'
'f82cdfa0f94327fa9fbebdb65efc560ef4cfcf5f2269718c9be58440aebff3d3' 'ee37e61dfb1cc4ea638043bb411a38f742ea45a9f7e54519f835d62c10052795'
'SKIP' 'SKIP'
'1d3ac3e581cbc5108f882fcdc75d74f7f069654c71bad65febe5ba15a7a3a14f') '1d3ac3e581cbc5108f882fcdc75d74f7f069654c71bad65febe5ba15a7a3a14f')