From 5b2d8f87d7ecdc8550d558f1290ec0f0c0077206 Mon Sep 17 00:00:00 2001 From: Josip Ponjavic Date: Tue, 26 Jun 2018 13:04:40 +0200 Subject: [PATCH] 4.17.3-1 (clr 4.17.2-586) --- .SRCINFO | 10 +++++----- PKGBUILD | 13 ++++++++++--- 2 files changed, 15 insertions(+), 8 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 6ce1dc0..209abc8 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = linux-clear - pkgver = 4.17.2 - pkgrel = 3 + pkgver = 4.17.3 + pkgrel = 1 url = https://github.com/clearlinux-pkgs/linux arch = x86_64 license = GPL2 @@ -14,8 +14,8 @@ pkgbase = linux-clear options = !strip source = https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.17.tar.xz source = https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.17.tar.sign - source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.17.2.xz - source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.17.2.sign + source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.17.3.xz + source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.17.3.sign source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#commit=0f69acc6f23759737119b08ce89e206b04c900b2 source = https://downloadmirror.intel.com/27776/eng/microcode-20180425.tgz source = enable_additional_cpu_optimizations-20180509.tar.gz::https://github.com/graysky2/kernel_gcc_patch/archive/20180509.tar.gz @@ -27,7 +27,7 @@ pkgbase = linux-clear validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E sha256sums = 9faa1dd896eaea961dc6e886697c0b3301277102e5bc976b2758f9a62d3ccd13 sha256sums = SKIP - sha256sums = a528b102daad9d3072b328f68d4fc7b4eff7641ad301d1a54e5b8f5385efeb0b + sha256sums = 01d5cc024dcfed615f84fd83be9c248261d8fc2c062520d38397cead6857b596 sha256sums = SKIP sha256sums = SKIP sha256sums = f0d2492f4561e2559f6c9471b231cb8262d45762c0e7cccf787be5c189b4e2d6 diff --git a/PKGBUILD b/PKGBUILD index 4f6647f..aa1edaa 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -65,11 +65,11 @@ _rev_override="n" pkgbase=linux-clear __basekernel=4.17 -_minor=2 +_minor=3 pkgver=${__basekernel}.${_minor} #_clearver=${__basekernel}.2-586 _clearver=0f69acc6f23759737119b08ce89e206b04c900b2 -pkgrel=3 +pkgrel=1 arch=('x86_64') url="https://github.com/clearlinux-pkgs/linux" license=('GPL2') @@ -95,7 +95,7 @@ validpgpkeys=( ) sha256sums=('9faa1dd896eaea961dc6e886697c0b3301277102e5bc976b2758f9a62d3ccd13' 'SKIP' - 'a528b102daad9d3072b328f68d4fc7b4eff7641ad301d1a54e5b8f5385efeb0b' + '01d5cc024dcfed615f84fd83be9c248261d8fc2c062520d38397cead6857b596' 'SKIP' 'SKIP' 'f0d2492f4561e2559f6c9471b231cb8262d45762c0e7cccf787be5c189b4e2d6' @@ -143,6 +143,13 @@ prepare() { sed -i "s|# CONFIG_ACPI_REV_OVERRIDE_POSSIBLE is not set|CONFIG_ACPI_REV_OVERRIDE_POSSIBLE=y|g" ./.config fi + # bluez package on arch needs this module for bluetooth to work + # https://bugs.archlinux.org/task/55880 + sed -i "s|# CONFIG_CRYPTO_USER is not set|CONFIG_CRYPTO_USER=m|g" ./.config + + # fix typo in .config + sed -i "s|SQUASHFS_LZ4y|SQUASHFS_LZ4=y|g" ./.config + # don't run depmod on 'make install'. We'll do this ourselves in packaging sed -i '2iexit 0' scripts/depmod.sh