summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 95a82bff67ea..46f7575973d6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-clear
pkgdesc = Clear Linux
- pkgver = 5.17.9
+ pkgver = 5.17.11
pkgrel = 1
url = https://github.com/clearlinux-pkgs/linux
arch = x86_64
@@ -14,8 +14,8 @@ pkgbase = linux-clear
options = !strip
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.17.tar.xz
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.17.tar.sign
- source = https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-5.17.9.xz
- source = linux-clear::git+https://github.com/clearlinux-pkgs/linux.git#tag=5.17.8-1143
+ source = https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-5.17.11.xz
+ source = linux-clear::git+https://github.com/clearlinux-pkgs/linux.git#tag=5.17.9-1145
source = more-uarches-20220315.tar.gz::https://github.com/graysky2/kernel_compiler_patch/archive/20220315.tar.gz
source = 0001-pci-Enable-overrides-for-missing-ACS-capabilities.patch::https://raw.githubusercontent.com/xanmod/linux-patches/6c29f5a54ba99cca11730cd0c85b1b77a2e02aa8/linux-5.17.y-xanmod/pci_acso/0001-pci-Enable-overrides-for-missing-ACS-capabilities.patch
source = 0001-sysctl-add-sysctl-to-disallow-unprivileged-CLONE_NEW.patch::https://raw.githubusercontent.com/xanmod/linux-patches/6c29f5a54ba99cca11730cd0c85b1b77a2e02aa8/linux-5.17.y-xanmod/userns/0001-sysctl-add-sysctl-to-disallow-unprivileged-CLONE_NEW.patch
@@ -23,7 +23,7 @@ pkgbase = linux-clear
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
sha256sums = 555fef61dddb591a83d62dd04e252792f9af4ba9ef14683f64840e46fa20b1b1
sha256sums = SKIP
- sha256sums = 2eeae2b74c8304b2050281b0d5e9bfe5a94abfc5c5d50fdc2f7bda984bd5ffca
+ sha256sums = 6662c369b697b37f6b6d9f969d6183dcf528d89bb7d183a928721a4c17cde473
sha256sums = SKIP
sha256sums = 5a29d172d442a3f31a402d7d306aaa292b0b5ea29139d05080a55e2425f48c5c
sha256sums = c19a16f7cd760d79016c5108ae5d655d7f785d093edb4a186f69531f65889197
diff --git a/PKGBUILD b/PKGBUILD
index eea437db9cd7..51cb50cb3b0a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -82,9 +82,9 @@
### IMPORTANT: Do no edit below this line unless you know what you're doing
_major=5.17
-_minor=9
+_minor=11
_srcname=linux-${_major}
-_clr=${_major}.8-1143
+_clr=${_major}.9-1145
pkgbase=linux-clear
pkgver=${_major}.${_minor}
pkgrel=1
@@ -183,8 +183,7 @@ prepare() {
--module-after SND_OSSEMUL SND_MIXER_OSS \
--module-after SND_MIXER_OSS SND_PCM_OSS \
--enable-after SND_PCM_OSS SND_PCM_OSS_PLUGINS \
- --module AGP --module-after AGP AGP_INTEL --module-after AGP_INTEL AGP_VIA \
- --enable FW_LOADER_COMPRESS
+ --module AGP --module-after AGP AGP_INTEL --module-after AGP_INTEL AGP_VIA
# Kernel hacking -> Compile-time checks and compiler options -> Make section mismatch errors non-fatal
scripts/config --enable SECTION_MISMATCH_WARN_ONLY
@@ -419,7 +418,7 @@ done
sha256sums=('555fef61dddb591a83d62dd04e252792f9af4ba9ef14683f64840e46fa20b1b1'
'SKIP'
- '2eeae2b74c8304b2050281b0d5e9bfe5a94abfc5c5d50fdc2f7bda984bd5ffca'
+ '6662c369b697b37f6b6d9f969d6183dcf528d89bb7d183a928721a4c17cde473'
'SKIP'
'5a29d172d442a3f31a402d7d306aaa292b0b5ea29139d05080a55e2425f48c5c'
'c19a16f7cd760d79016c5108ae5d655d7f785d093edb4a186f69531f65889197'