From fab7d5f46345758334b855b3e8c6e514af318412 Mon Sep 17 00:00:00 2001 From: Josip Ponjavic Date: Tue, 11 Feb 2020 10:40:16 +0100 Subject: [PATCH] 5.5.2-1 (clr 5.5.2-903) --- .SRCINFO | 18 +++++++++--------- PKGBUILD | 20 ++++++++++---------- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index f56fa51..7ded193 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = linux-clear pkgdesc = Clear Linux - pkgver = 5.4.18 + pkgver = 5.5.2 pkgrel = 1 url = https://github.com/clearlinux-pkgs/linux arch = x86_64 @@ -12,22 +12,22 @@ pkgbase = linux-clear makedepends = libelf makedepends = xmlto options = !strip - source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.4.tar.xz - source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.4.tar.sign - source = https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-5.4.18.xz - source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#tag=5.4.17-901 + source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.5.tar.xz + source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.5.tar.sign + source = https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-5.5.2.xz + source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#tag=5.5.2-903 source = https://git.zx2c4.com/wireguard-linux-compat/snapshot/wireguard-linux-compat-0.0.20200205.tar.xz - source = enable_additional_cpu_optimizations-20190822.tar.gz::https://github.com/graysky2/kernel_gcc_patch/archive/20190822.tar.gz + source = enable_additional_cpu_optimizations-20191217.tar.gz::https://github.com/graysky2/kernel_gcc_patch/archive/20191217.tar.gz source = pci-enable-overrides-for-missing-acs-capabilities.patch source = futex-wait-multiple-5.2.1.patch::https://aur.archlinux.org/cgit/aur.git/plain/futex-wait-multiple-5.2.1.patch?h=linux-fsync validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886 validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E - sha256sums = bf338980b1670bca287f9994b7441c2361907635879169c64ae78364efc5f491 + sha256sums = a6fbd4ee903c128367892c2393ee0d9657b6ed3ea90016d4dc6f1f6da20b2330 sha256sums = SKIP - sha256sums = 88a35b9b03bf4ffe5b043baccc9655a80c24e67a64f2dcd7f9bb29c8faa37f3f + sha256sums = 07cbd21a049b0bf5a96d7e0b8272db8e53e9947f0eff06fa2a765bb3b34bc8fa sha256sums = SKIP sha256sums = 9669e165fc7252cab7f908ba57f160f6d57539b7cc81180f260cb675d2fd362b - sha256sums = 8c11086809864b5cef7d079f930bd40da8d0869c091965fa62e95de9a0fe13b5 + sha256sums = 7a4a209de815f4bae49c7c577c0584c77257e3953ac4324d2aa425859ba657f5 sha256sums = 4127910703ed934224941114c2a4e0bcc5b4841f46d04063ed7b20870a51baa0 sha256sums = b8a9225b4b5cbabac26398d11cc26566e4407d150dacb92f3411c9bb8cc23942 diff --git a/PKGBUILD b/PKGBUILD index 488302f..3547549 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -65,10 +65,10 @@ _use_current= ### IMPORTANT: Do no edit below this line unless you know what you're doing -_major=5.4 -_minor=18 +_major=5.5 +_minor=2 _srcname=linux-${_major} -_clr=${_major}.17-901 +_clr=${_major}.2-903 pkgbase=linux-clear pkgver=${_major}.${_minor} pkgrel=1 @@ -79,7 +79,7 @@ license=('GPL2') makedepends=('bc' 'cpio' 'git' 'kmod' 'libelf' 'xmlto') options=('!strip') _wrg_snap='0.0.20200205' -_gcc_more_v='20190822' +_gcc_more_v='20191217' source=( "https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-${_major}.tar.xz" "https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-${_major}.tar.sign" @@ -179,8 +179,8 @@ prepare() { ### Patch source to unlock additional gcc CPU optimizations # https://github.com/graysky2/kernel_gcc_patch if [ "${_enable_gcc_more_v}" = "y" ]; then - echo "Applying enable_additional_cpu_optimizations_for_gcc_v9.1+_kernel_v4.13+.patch ..." - patch -Np1 -i "$srcdir/kernel_gcc_patch-$_gcc_more_v/enable_additional_cpu_optimizations_for_gcc_v9.1+_kernel_v4.13+.patch" + echo "Applying enable_additional_cpu_optimizations_for_gcc_v9.1+_kernel_v5.5+.patch ..." + patch -Np1 -i "$srcdir/kernel_gcc_patch-$_gcc_more_v/enable_additional_cpu_optimizations_for_gcc_v9.1+_kernel_v5.5+.patch" fi ### Get kernel version @@ -192,7 +192,7 @@ prepare() { ### Prepared version make -s kernelrelease > version - echo "Prepared %s version %s" "$pkgbase" "$(