summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosip Ponjavic2021-02-10 13:20:26 +0100
committerJosip Ponjavic2021-02-10 13:20:26 +0100
commit0ac278bd04785ef73fa802b8c8d77653401d489e (patch)
tree97e8a92cbde009368d66dd793883ca05df418433
parent716cef6755f39847cd0b566f09c4f64bfd045ba1 (diff)
downloadaur-0ac278bd04785ef73fa802b8c8d77653401d489e.tar.gz
4.14.221-1 (clr 4.14.220-152)
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD17
2 files changed, 9 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d26d52f46b17..9b7e37055899 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-clear-lts2017
pkgdesc = Clear Linux lts2017
- pkgver = 4.14.219
+ pkgver = 4.14.221
pkgrel = 1
url = https://github.com/clearlinux-pkgs/linux-lts2017
arch = x86_64
@@ -13,18 +13,16 @@ pkgbase = linux-clear-lts2017
options = !strip
source = https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-4.14.tar.xz
source = https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-4.14.tar.sign
- source = https://cdn.kernel.org/pub/linux/kernel/v4.x/patch-4.14.219.xz
- source = linux-clear-lts2017::git+https://github.com/clearlinux-pkgs/linux-lts2017.git#tag=4.14.216-147
+ source = https://cdn.kernel.org/pub/linux/kernel/v4.x/patch-4.14.221.xz
+ source = linux-clear-lts2017::git+https://github.com/clearlinux-pkgs/linux-lts2017.git#tag=4.14.220-152
source = enable_additional_cpu_optimizations-20200615.tar.gz::https://github.com/graysky2/kernel_gcc_patch/archive/20200615.tar.gz
- source = https://git.zx2c4.com/wireguard-linux-compat/snapshot/wireguard-linux-compat-1.0.20210124.tar.xz
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
sha256sums = f81d59477e90a130857ce18dc02f4fbe5725854911db1e7ba770c7cd350f96a7
sha256sums = SKIP
- sha256sums = d7513237f3127bfcbabaa923b849c343def0188324513ebd4439135706119863
+ sha256sums = 1ba2ad2d55a1608b6e4288c26eeedb7c26359fbf6980bb7dd10b4df5ecb2ea64
sha256sums = SKIP
sha256sums = 278fe9ffb29d92cc5220e7beac34a8e3a2006e714d16a21a0427069f9634af90
- sha256sums = dac6e68cd4c3db441499850dfa8a70706384a3295f37fda1b839a50b79faef54
pkgname = linux-clear-lts2017
pkgdesc = The Clear Linux lts2017 kernel and modules
diff --git a/PKGBUILD b/PKGBUILD
index ac7d74f7c143..83ae16a1a941 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -61,9 +61,9 @@ _localmodcfg=
### IMPORTANT: Do no edit below this line unless you know what you're doing
_major=4.14
-_minor=219
+_minor=221
_srcname=linux-${_major}
-_clr=${_major}.216-147
+_clr=${_major}.220-152
pkgbase=linux-clear-lts2017
pkgver=${_major}.${_minor}
pkgrel=1
@@ -73,14 +73,12 @@ url="https://github.com/clearlinux-pkgs/linux-lts2017"
license=('GPL2')
makedepends=('bc' 'git' 'kmod' 'libelf' 'xmlto')
options=('!strip')
-_wrg_snap='1.0.20210124'
_gcc_more_v='20200615'
source=(
"https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-${_major}.tar".{xz,sign}
"https://cdn.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.xz"
"${pkgbase}::git+https://github.com/clearlinux-pkgs/linux-lts2017.git#tag=${_clr}"
"enable_additional_cpu_optimizations-$_gcc_more_v.tar.gz::https://github.com/graysky2/kernel_gcc_patch/archive/$_gcc_more_v.tar.gz"
- "https://git.zx2c4.com/wireguard-linux-compat/snapshot/wireguard-linux-compat-${_wrg_snap}.tar.xz"
)
export KBUILD_BUILD_HOST=archlinux
@@ -101,15 +99,11 @@ prepare() {
echo "${pkgbase#linux}" > localversion.20-pkgname
### Add Clearlinux patches
- for i in $(grep '^Patch' ${srcdir}/${pkgbase}/linux-lts2017.spec | grep -Ev '^Patch0127|^Patch1001' | sed -n 's/.*: //p'); do
+ for i in $(grep '^Patch' ${srcdir}/${pkgbase}/linux-lts2017.spec | grep -Ev '^Patch0127' | sed -n 's/.*: //p'); do
echo "Applying patch ${i}..."
patch -Np1 -i "$srcdir/${pkgbase}/${i}"
done
- ### Link the WireGuard source directory into the kernel tree
- echo "Adding the WireGuard source directory..."
- "${srcdir}/wireguard-linux-compat-${_wrg_snap}/kernel-tree-scripts/jury-rig.sh" ./
-
### Setting config
echo "Setting config..."
cp -Tf $srcdir/${pkgbase}/config ./.config
@@ -330,10 +324,9 @@ done
sha256sums=('f81d59477e90a130857ce18dc02f4fbe5725854911db1e7ba770c7cd350f96a7'
'SKIP'
- 'd7513237f3127bfcbabaa923b849c343def0188324513ebd4439135706119863'
+ '1ba2ad2d55a1608b6e4288c26eeedb7c26359fbf6980bb7dd10b4df5ecb2ea64'
'SKIP'
- '278fe9ffb29d92cc5220e7beac34a8e3a2006e714d16a21a0427069f9634af90'
- 'dac6e68cd4c3db441499850dfa8a70706384a3295f37fda1b839a50b79faef54')
+ '278fe9ffb29d92cc5220e7beac34a8e3a2006e714d16a21a0427069f9634af90')
validpgpkeys=(
'ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds