diff --git a/.SRCINFO b/.SRCINFO index a3178fa..c78dce3 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = linux-clear pkgdesc = Clear Linux - pkgver = 6.0.3 + pkgver = 6.0.5 pkgrel = 1 url = https://github.com/clearlinux-pkgs/linux arch = x86_64 @@ -14,20 +14,20 @@ pkgbase = linux-clear options = !strip source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.0.tar.xz source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.0.tar.sign - source = https://cdn.kernel.org/pub/linux/kernel/v6.x/patch-6.0.3.xz - source = linux-clear::git+https://github.com/clearlinux-pkgs/linux.git#tag=6.0.2-1201 + source = https://cdn.kernel.org/pub/linux/kernel/v6.x/patch-6.0.5.xz + source = linux-clear::git+https://github.com/clearlinux-pkgs/linux.git#tag=6.0.3-1202 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-4fb567893c40f29c68ab952148d82709847f2106.patch::https://raw.githubusercontent.com/xanmod/linux-patches/4fb567893c40f29c68ab952148d82709847f2106/linux-5.19.y-xanmod/pci_acso/0001-pci-Enable-overrides-for-missing-ACS-capabilities.patch - source = 0001-sysctl-add-sysctl-to-disallow-unprivileged-CLONE_NEW-4fb567893c40f29c68ab952148d82709847f2106.patch::https://raw.githubusercontent.com/xanmod/linux-patches/4fb567893c40f29c68ab952148d82709847f2106/linux-5.19.y-xanmod/userns/0001-sysctl-add-sysctl-to-disallow-unprivileged-CLONE_NEW.patch + source = 0001-pci-Enable-overrides-for-missing-ACS-capabilities-aa66d88835989a3d6ee8e9c2a72afdcf22f4b2bc.patch::https://raw.githubusercontent.com/xanmod/linux-patches/aa66d88835989a3d6ee8e9c2a72afdcf22f4b2bc/linux-6.0.y-xanmod/pci_acso/0001-pci-Enable-overrides-for-missing-ACS-capabilities.patch + source = 0001-sysctl-add-sysctl-to-disallow-unprivileged-CLONE_NEW-aa66d88835989a3d6ee8e9c2a72afdcf22f4b2bc.patch::https://raw.githubusercontent.com/xanmod/linux-patches/aa66d88835989a3d6ee8e9c2a72afdcf22f4b2bc/linux-6.0.y-xanmod/userns/0001-sysctl-add-sysctl-to-disallow-unprivileged-CLONE_NEW.patch validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886 validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E sha256sums = 5c2443a5538de52688efb55c27ab0539c1f5eb58c0cfd16a2b9fbb08fd81788e sha256sums = SKIP - sha256sums = c2735c685dda548811190ecb1379f52cbdb866b198914a67030072a7d2191ca3 + sha256sums = 80661d1323d6b743430f590063f18c76dbbbb211945910aee05e94402cd74c0c sha256sums = SKIP sha256sums = 5a29d172d442a3f31a402d7d306aaa292b0b5ea29139d05080a55e2425f48c5c - sha256sums = 0c65735f3e636c45e5baffccd0d9cd519c939d95ec5daf3560a7a1338e1016fb - sha256sums = 7d0a9f2d926fab7b12f9248143b4b35fceb765bacb0beea3020a2e0a17123f83 + sha256sums = 9709c5396a182cad3606a19bc7cee54819b3668f16987d3b1c6e221623ad91f8 + sha256sums = c95837a6088691bc2c6750fb333bec0e81df7df01cc5d3f7fbb9982abefdbbc3 pkgname = linux-clear pkgdesc = The Clear Linux kernel and modules diff --git a/PKGBUILD b/PKGBUILD index f787d6b..5f69fdf 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -82,11 +82,11 @@ ### IMPORTANT: Do no edit below this line unless you know what you're doing _major=6.0 -_minor=3 +_minor=5 _srcname=linux-${_major} -_clr=${_major}.2-1201 +_clr=${_major}.3-1202 _gcc_more_v='20220315' -_xanmod='4fb567893c40f29c68ab952148d82709847f2106' +_xanmod='aa66d88835989a3d6ee8e9c2a72afdcf22f4b2bc' pkgbase=linux-clear pkgver=${_major}.${_minor} pkgrel=1 @@ -105,8 +105,8 @@ source=( "https://cdn.kernel.org/pub/linux/kernel/v6.x/patch-${pkgver}.xz" "$pkgbase::git+https://github.com/clearlinux-pkgs/linux.git#tag=${_clr}" "more-uarches-$_gcc_more_v.tar.gz::https://github.com/graysky2/kernel_compiler_patch/archive/$_gcc_more_v.tar.gz" - "0001-pci-Enable-overrides-for-missing-ACS-capabilities-${_xanmod}.patch::https://raw.githubusercontent.com/xanmod/linux-patches/${_xanmod}/linux-5.19.y-xanmod/pci_acso/0001-pci-Enable-overrides-for-missing-ACS-capabilities.patch" - "0001-sysctl-add-sysctl-to-disallow-unprivileged-CLONE_NEW-${_xanmod}.patch::https://raw.githubusercontent.com/xanmod/linux-patches/${_xanmod}/linux-5.19.y-xanmod/userns/0001-sysctl-add-sysctl-to-disallow-unprivileged-CLONE_NEW.patch" + "0001-pci-Enable-overrides-for-missing-ACS-capabilities-${_xanmod}.patch::https://raw.githubusercontent.com/xanmod/linux-patches/${_xanmod}/linux-6.0.y-xanmod/pci_acso/0001-pci-Enable-overrides-for-missing-ACS-capabilities.patch" + "0001-sysctl-add-sysctl-to-disallow-unprivileged-CLONE_NEW-${_xanmod}.patch::https://raw.githubusercontent.com/xanmod/linux-patches/${_xanmod}/linux-6.0.y-xanmod/userns/0001-sysctl-add-sysctl-to-disallow-unprivileged-CLONE_NEW.patch" ) if [ -n "$_use_llvm_lto" ]; then @@ -420,11 +420,11 @@ done sha256sums=('5c2443a5538de52688efb55c27ab0539c1f5eb58c0cfd16a2b9fbb08fd81788e' 'SKIP' - 'c2735c685dda548811190ecb1379f52cbdb866b198914a67030072a7d2191ca3' + '80661d1323d6b743430f590063f18c76dbbbb211945910aee05e94402cd74c0c' 'SKIP' '5a29d172d442a3f31a402d7d306aaa292b0b5ea29139d05080a55e2425f48c5c' - '0c65735f3e636c45e5baffccd0d9cd519c939d95ec5daf3560a7a1338e1016fb' - '7d0a9f2d926fab7b12f9248143b4b35fceb765bacb0beea3020a2e0a17123f83') + '9709c5396a182cad3606a19bc7cee54819b3668f16987d3b1c6e221623ad91f8' + 'c95837a6088691bc2c6750fb333bec0e81df7df01cc5d3f7fbb9982abefdbbc3') validpgpkeys=( 'ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds