From 0cac8dabc7149b4a544c1dbae3f28d26af83b117 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Luttringer?= Date: Thu, 20 Dec 2018 02:17:52 +0100 Subject: [PATCH] Bump to 4.18.20 --- PKGBUILD | 4 ++-- config.x86_64 | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index e12b05d..9c8887f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Customized version of linux for seblu computers pkgname=linux-seblu -pkgver=4.18.18 +pkgver=4.18.20 pkgrel=1 pkgdesc='The Linux Kernel cooked by Seblu' arch=('x86_64') @@ -17,7 +17,7 @@ _repourl='git+https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stabl source=("$_repourl#tag=v${pkgver/_/-}" "config.$CARCH") md5sums=('SKIP' - 'a02502cb9876ae60d9924545cac3fd6a') + '5021ffc170218758a173b05af3c7bad1') prepare() { # fake linux directory if necessary diff --git a/config.x86_64 b/config.x86_64 index b88e1de..10cef1e 100644 --- a/config.x86_64 +++ b/config.x86_64 @@ -1,10 +1,10 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.18.18 Kernel Configuration +# Linux/x86 4.18.20 Kernel Configuration # # -# Compiler: gcc (GCC) 8.2.1 20180831 +# Compiler: gcc (GCC) 8.2.1 20181127 # CONFIG_64BIT=y CONFIG_X86_64=y @@ -7111,7 +7111,6 @@ CONFIG_CRYPTO_SERPENT_SSE2_X86_64=m CONFIG_CRYPTO_SERPENT_AVX_X86_64=m CONFIG_CRYPTO_SERPENT_AVX2_X86_64=m CONFIG_CRYPTO_SM4=m -CONFIG_CRYPTO_SPECK=m CONFIG_CRYPTO_TEA=m CONFIG_CRYPTO_TWOFISH=m CONFIG_CRYPTO_TWOFISH_COMMON=m -- GitLab