From a26823dfa06e80ca022b9e6b739ece3921156330 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Luttringer?= Date: Mon, 16 Sep 2019 23:35:43 +0200 Subject: [PATCH] Bump to 4.9.193 --- PKGBUILD | 4 ++-- config.x86_64 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index c598d4f..59f6a09 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Customized version of linux for seblu computers pkgname=linux-seblu -pkgver=4.9.186 +pkgver=4.9.193 pkgrel=1 pkgdesc='The Linux Kernel cooked by Seblu' arch=('x86_64') @@ -16,7 +16,7 @@ _repourl='git+https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stabl source=("$_repourl#tag=v${pkgver/_/-}" "config.$CARCH") md5sums=('SKIP' - '42a19e4f67031520b4ece2c9f479f611') + 'bac6ce55d96999ccede6b7ed780490ca') prepare() { # fake linux directory if necessary diff --git a/config.x86_64 b/config.x86_64 index 7c81af5..8b067ca 100644 --- a/config.x86_64 +++ b/config.x86_64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.9.186 Kernel Configuration +# Linux/x86 4.9.193 Kernel Configuration # CONFIG_64BIT=y CONFIG_X86_64=y @@ -6806,7 +6806,7 @@ CONFIG_CRYPTO_ALGAPI=y CONFIG_CRYPTO_ALGAPI2=y CONFIG_CRYPTO_AEAD=m CONFIG_CRYPTO_AEAD2=y -CONFIG_CRYPTO_BLKCIPHER=m +CONFIG_CRYPTO_BLKCIPHER=y CONFIG_CRYPTO_BLKCIPHER2=y CONFIG_CRYPTO_HASH=y CONFIG_CRYPTO_HASH2=y -- GitLab