From 6d54cbc86b439a937ef13cacaf64213e43917fc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Luttringer?= Date: Thu, 9 Aug 2018 16:36:44 +0200 Subject: [PATCH] Bump to 4.17.14 - fix CVE-2018-5390 --- PKGBUILD | 8 ++++---- config.x86_64 | 3 +-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 17a4a4b..d80aab5 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Customized version of linux for seblu computers pkgname=linux-seblu -pkgver=4.17 +pkgver=4.17.14 pkgrel=1 pkgdesc='The Linux Kernel cooked by Seblu' arch=('x86_64') @@ -12,12 +12,12 @@ options=('!strip') makedepends=('glibc' 'libelf' 'kmod' 'git' 'make' 'gcc' 'bc' 'sed') depends=('linux-firmware' 'kernel-install-hook') install=linux-seblu.install -_repourl='git+https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git' -#_repourl='git+https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git' +#_repourl='git+https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git' +_repourl='git+https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git' source=("$_repourl#tag=v${pkgver/_/-}" "config.$CARCH") md5sums=('SKIP' - 'c967a212a58ac8f7c4acb518c9b32efd') + '91539ee0c5c0470d0f1802298d626d85') prepare() { # fake linux directory if necessary diff --git a/config.x86_64 b/config.x86_64 index 8c96cdf..eea26ed 100644 --- a/config.x86_64 +++ b/config.x86_64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.17.0 Kernel Configuration +# Linux/x86 4.17.14 Kernel Configuration # CONFIG_64BIT=y CONFIG_X86_64=y @@ -7018,7 +7018,6 @@ CONFIG_CRYPTO_DES3_EDE_X86_64=m CONFIG_CRYPTO_FCRYPT=m CONFIG_CRYPTO_KHAZAD=m CONFIG_CRYPTO_SALSA20=m -CONFIG_CRYPTO_SALSA20_X86_64=m CONFIG_CRYPTO_CHACHA20=m CONFIG_CRYPTO_CHACHA20_X86_64=m CONFIG_CRYPTO_SEED=m -- GitLab