summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO20
-rw-r--r--0002-Arch-Linux-kernel-v4.18.16-arch1.patch (renamed from 0002-Arch-Linux-kernel-v4.18.15-arch1.patch)4
-rw-r--r--PKGBUILD8
3 files changed, 16 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76641a17009b..9706750433c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
# Generated by mksrcinfo v8
-# Thu Oct 18 18:51:57 UTC 2018
+# Sat Oct 20 10:52:19 UTC 2018
pkgbase = linux-ck
- pkgver = 4.18.15
+ pkgver = 4.18.16
pkgrel = 1
url = https://wiki.archlinux.org/index.php/Linux-ck
arch = x86_64
@@ -11,8 +11,8 @@ pkgbase = linux-ck
makedepends = bc
makedepends = libelf
options = !strip
- source = https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.18.15.tar.xz
- source = https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.18.15.tar.sign
+ source = https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.18.16.tar.xz
+ source = https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.18.16.tar.sign
source = config
source = 60-linux.hook
source = 90-linux.hook
@@ -21,8 +21,8 @@ pkgbase = linux-ck
source = http://ck.kolivas.org/patches/4.0/4.18/4.18-ck1/patch-4.18-ck1.xz
source = Fix_MuQSS_full_dynticks_build.patch::https://github.com/ckolivas/linux/commit/abb4fd30fa127a0e8178b975343eb01713bc2b18.patch
source = 0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch
- source = 0002-Arch-Linux-kernel-v4.18.15-arch1.patch
- sha256sums = 8fc351514d2f3acb528cd9f915bfad5b5a07354b4c90831cafd11713a0562933
+ source = 0002-Arch-Linux-kernel-v4.18.16-arch1.patch
+ sha256sums = beba14e2f07259a545baa1dce5afdaf9f470cdadc8b378ac269e7c8a289c52e6
sha256sums = SKIP
sha256sums = 9f2454dae08fbd96059fe79ec05933d724cd2c9b383f5be092c7871ac1551649
sha256sums = ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21
@@ -32,7 +32,7 @@ pkgbase = linux-ck
sha256sums = 0354083492adb3785dd31d2d4bf7dc805110aceffb369deed6cbded121f8a3d3
sha256sums = 6e1f3cc3eb9a1e30a69ef1999f9aa6ad7f2f9fe4af7ba5dabe25d4ff19ee6740
sha256sums = 559d8c51d6e965179ca44b93cff101f31fafb49b0e8d7f9a7e97fc4b77a721f9
- sha256sums = 3d0cfa2b8d4bcf5d470c6f6b6320e60bfce0c98040b74626c0215d1ff423522a
+ sha256sums = 339ac8509f1533c47dde9b01aaa4a53ac1d50df0541ce4ab58bad9f5666621ca
pkgname = linux-ck
pkgdesc = The Linux-ck kernel and modules with the ck1 patchset featuring MuQSS CPU scheduler v0.173
@@ -42,12 +42,12 @@ pkgname = linux-ck
depends = kmod
depends = mkinitcpio
optdepends = crda: to set the correct wireless channels of your country
- provides = linux-ck=4.18.15
+ provides = linux-ck=4.18.16
backup = etc/mkinitcpio.d/linux-ck.preset
pkgname = linux-ck-headers
pkgdesc = Header files and scripts for building modules for Linux-ck kernel
depends = linux-ck
- provides = linux-ck-headers=4.18.15
- provides = linux-headers=4.18.15
+ provides = linux-ck-headers=4.18.16
+ provides = linux-headers=4.18.16
diff --git a/0002-Arch-Linux-kernel-v4.18.15-arch1.patch b/0002-Arch-Linux-kernel-v4.18.16-arch1.patch
index ca2a4d0142bd..c39fcebdd9f0 100644
--- a/0002-Arch-Linux-kernel-v4.18.15-arch1.patch
+++ b/0002-Arch-Linux-kernel-v4.18.16-arch1.patch
@@ -1,7 +1,7 @@
From ac85e40261a431bbeaf1d3706c78334b3e1afff2 Mon Sep 17 00:00:00 2001
From: "Jan Alexander Steffens (heftig)" <jan.steffens@gmail.com>
Date: Thu, 18 Oct 2018 10:19:30 +0200
-Subject: [PATCH 2/2] Arch Linux kernel v4.18.15-arch1
+Subject: [PATCH 2/2] Arch Linux kernel v4.18.16-arch1
---
Makefile | 2 +-
@@ -14,7 +14,7 @@ index 968eb96a0553..c5cb34af6490 100644
@@ -2,7 +2,7 @@
VERSION = 4
PATCHLEVEL = 18
- SUBLEVEL = 15
+ SUBLEVEL = 16
-EXTRAVERSION =
+EXTRAVERSION = -arch1
NAME = Merciless Moray
diff --git a/PKGBUILD b/PKGBUILD
index 1c9fc7d80c86..6be6e05c85a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -69,7 +69,7 @@ _localmodcfg=
### IMPORTANT: Do no edit below this line unless you know what you're doing
pkgbase=linux-ck
-_srcver=4.18.15-arch1
+_srcver=4.18.16-arch1
pkgver=${_srcver%-*}
pkgrel=1
_ckpatchversion=1
@@ -90,13 +90,13 @@ source=(
"http://ck.kolivas.org/patches/4.0/4.18/4.18-ck${_ckpatchversion}/${_ckpatchname}.xz"
Fix_MuQSS_full_dynticks_build.patch::https://github.com/ckolivas/linux/commit/abb4fd30fa127a0e8178b975343eb01713bc2b18.patch
0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch
- 0002-Arch-Linux-kernel-v4.18.15-arch1.patch
+ 0002-Arch-Linux-kernel-v4.18.16-arch1.patch
)
validpgpkeys=(
'ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds
'647F28654894E3BD457199BE38DBBDC86092693E' # Greg Kroah-Hartman
)
-sha256sums=('8fc351514d2f3acb528cd9f915bfad5b5a07354b4c90831cafd11713a0562933'
+sha256sums=('beba14e2f07259a545baa1dce5afdaf9f470cdadc8b378ac269e7c8a289c52e6'
'SKIP'
'9f2454dae08fbd96059fe79ec05933d724cd2c9b383f5be092c7871ac1551649'
'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
@@ -106,7 +106,7 @@ sha256sums=('8fc351514d2f3acb528cd9f915bfad5b5a07354b4c90831cafd11713a0562933'
'0354083492adb3785dd31d2d4bf7dc805110aceffb369deed6cbded121f8a3d3'
'6e1f3cc3eb9a1e30a69ef1999f9aa6ad7f2f9fe4af7ba5dabe25d4ff19ee6740'
'559d8c51d6e965179ca44b93cff101f31fafb49b0e8d7f9a7e97fc4b77a721f9'
- '3d0cfa2b8d4bcf5d470c6f6b6320e60bfce0c98040b74626c0215d1ff423522a')
+ '339ac8509f1533c47dde9b01aaa4a53ac1d50df0541ce4ab58bad9f5666621ca')
_kernelname=${pkgbase#linux}
: ${_kernelname:=-ARCH}