5.5.4-1 (clr 5.5.3-908) wireguard-20200214

This commit is contained in:
Josip Ponjavic 2020-02-14 23:18:37 +01:00
parent ac4f79d4e9
commit 0caa6b6d0e
3 changed files with 13 additions and 13 deletions

View file

@ -1,6 +1,6 @@
pkgbase = linux-clear
pkgdesc = Clear Linux
pkgver = 5.5.3
pkgver = 5.5.4
pkgrel = 1
url = https://github.com/clearlinux-pkgs/linux
arch = x86_64
@ -14,9 +14,9 @@ pkgbase = linux-clear
options = !strip
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.3.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 = https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-5.5.4.xz
source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#tag=5.5.3-908
source = https://git.zx2c4.com/wireguard-linux-compat/snapshot/wireguard-linux-compat-0.0.20200214.tar.xz
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
@ -24,9 +24,9 @@ pkgbase = linux-clear
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
sha256sums = a6fbd4ee903c128367892c2393ee0d9657b6ed3ea90016d4dc6f1f6da20b2330
sha256sums = SKIP
sha256sums = 49a9de13452eec4807a8b55d054318ac552625d4285bec74f3d669bb0eb3a074
sha256sums = cf640d75bdf4211446aa699a562c7bbd6d0360c6bc11e9ca22e8032de14697db
sha256sums = SKIP
sha256sums = 9669e165fc7252cab7f908ba57f160f6d57539b7cc81180f260cb675d2fd362b
sha256sums = 6aaed62beb23803a456b7875a56e9462125a589c9dfb6d0b672c1a8f9f3f45ab
sha256sums = 7a4a209de815f4bae49c7c577c0584c77257e3953ac4324d2aa425859ba657f5
sha256sums = 4127910703ed934224941114c2a4e0bcc5b4841f46d04063ed7b20870a51baa0
sha256sums = b8a9225b4b5cbabac26398d11cc26566e4407d150dacb92f3411c9bb8cc23942

View file

@ -66,9 +66,9 @@ _use_current=
### IMPORTANT: Do no edit below this line unless you know what you're doing
_major=5.5
_minor=3
_minor=4
_srcname=linux-${_major}
_clr=${_major}.2-903
_clr=${_major}.3-908
pkgbase=linux-clear
pkgver=${_major}.${_minor}
pkgrel=1
@ -78,7 +78,7 @@ url="https://github.com/clearlinux-pkgs/linux"
license=('GPL2')
makedepends=('bc' 'cpio' 'git' 'kmod' 'libelf' 'xmlto')
options=('!strip')
_wrg_snap='0.0.20200205'
_wrg_snap='0.0.20200214'
_gcc_more_v='20191217'
source=(
"https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-${_major}.tar.xz"
@ -110,7 +110,7 @@ prepare() {
### Add Clearlinux patches
for i in $(grep '^Patch' ${srcdir}/clearlinux/linux.spec |\
grep -Ev '^Patch0123|^Patch0130|^Patch1001' | sed -n 's/.*: //p'); do
grep -Ev '^Patch0123|^Patch1001' | sed -n 's/.*: //p'); do
echo "Applying patch ${i}..."
patch -Np1 -i "$srcdir/clearlinux/${i}"
done
@ -358,9 +358,9 @@ done
sha256sums=('a6fbd4ee903c128367892c2393ee0d9657b6ed3ea90016d4dc6f1f6da20b2330'
'SKIP'
'49a9de13452eec4807a8b55d054318ac552625d4285bec74f3d669bb0eb3a074'
'cf640d75bdf4211446aa699a562c7bbd6d0360c6bc11e9ca22e8032de14697db'
'SKIP'
'9669e165fc7252cab7f908ba57f160f6d57539b7cc81180f260cb675d2fd362b'
'6aaed62beb23803a456b7875a56e9462125a589c9dfb6d0b672c1a8f9f3f45ab'
'7a4a209de815f4bae49c7c577c0584c77257e3953ac4324d2aa425859ba657f5'
'4127910703ed934224941114c2a4e0bcc5b4841f46d04063ed7b20870a51baa0'
'b8a9225b4b5cbabac26398d11cc26566e4407d150dacb92f3411c9bb8cc23942')

View file

@ -13,7 +13,7 @@ post_install() {
echo " quiet console=tty0 console=ttyS0,115200n8 cryptomgr.notests initcall_debug"
echo " intel_iommu=igfx_off kvm-intel.nested=1 no_timer_check noreplace-smp"
echo " page_alloc.shuffle=1 rcu_nocbs=0-64 rcupdate.rcu_expedited=1"
echo " rootfstype=ext4,btrfs,xfs tsc=reliable rw "
echo " rootfstype=ext4,btrfs,xfs,f2fs tsc=reliable rw "
}
post_upgrade() {