From 2f745ec8b5000144706ad174172ca87e8158d18c Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Wed, 9 Jan 2019 18:44:01 +0100 Subject: [PATCH] linux4.19: update to 4.19.14. [skip ci] --- srcpkgs/linux4.19/files/arm-dotconfig | 2 +- srcpkgs/linux4.19/files/arm64-dotconfig | 2 +- srcpkgs/linux4.19/files/i386-dotconfig | 2 +- srcpkgs/linux4.19/files/x86_64-dotconfig | 2 +- srcpkgs/linux4.19/template | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/srcpkgs/linux4.19/files/arm-dotconfig b/srcpkgs/linux4.19/files/arm-dotconfig index e2a7d6291b7..f601b4bdab9 100644 --- a/srcpkgs/linux4.19/files/arm-dotconfig +++ b/srcpkgs/linux4.19/files/arm-dotconfig @@ -20,7 +20,7 @@ CONFIG_INIT_ENV_ARG_LIMIT=32 # CONFIG_COMPILE_TEST is not set CONFIG_LOCALVERSION="_1" # CONFIG_LOCALVERSION_AUTO is not set -CONFIG_BUILD_SALT="n" +CONFIG_BUILD_SALT="" CONFIG_HAVE_KERNEL_GZIP=y CONFIG_HAVE_KERNEL_LZMA=y CONFIG_HAVE_KERNEL_XZ=y diff --git a/srcpkgs/linux4.19/files/arm64-dotconfig b/srcpkgs/linux4.19/files/arm64-dotconfig index d4cfaced51c..9796c30e770 100644 --- a/srcpkgs/linux4.19/files/arm64-dotconfig +++ b/srcpkgs/linux4.19/files/arm64-dotconfig @@ -20,7 +20,7 @@ CONFIG_INIT_ENV_ARG_LIMIT=32 # CONFIG_COMPILE_TEST is not set CONFIG_LOCALVERSION="_1" # CONFIG_LOCALVERSION_AUTO is not set -CONFIG_BUILD_SALT="n" +CONFIG_BUILD_SALT="" CONFIG_DEFAULT_HOSTNAME="(none)" CONFIG_SWAP=y CONFIG_SYSVIPC=y diff --git a/srcpkgs/linux4.19/files/i386-dotconfig b/srcpkgs/linux4.19/files/i386-dotconfig index 89efb0c6a90..4462bd0ead6 100644 --- a/srcpkgs/linux4.19/files/i386-dotconfig +++ b/srcpkgs/linux4.19/files/i386-dotconfig @@ -20,7 +20,7 @@ CONFIG_INIT_ENV_ARG_LIMIT=32 # CONFIG_COMPILE_TEST is not set CONFIG_LOCALVERSION="_1" # CONFIG_LOCALVERSION_AUTO is not set -CONFIG_BUILD_SALT="n" +CONFIG_BUILD_SALT="" CONFIG_HAVE_KERNEL_GZIP=y CONFIG_HAVE_KERNEL_BZIP2=y CONFIG_HAVE_KERNEL_LZMA=y diff --git a/srcpkgs/linux4.19/files/x86_64-dotconfig b/srcpkgs/linux4.19/files/x86_64-dotconfig index b3cc89dccd8..d879d6f3445 100644 --- a/srcpkgs/linux4.19/files/x86_64-dotconfig +++ b/srcpkgs/linux4.19/files/x86_64-dotconfig @@ -20,7 +20,7 @@ CONFIG_INIT_ENV_ARG_LIMIT=32 # CONFIG_COMPILE_TEST is not set CONFIG_LOCALVERSION="_1" # CONFIG_LOCALVERSION_AUTO is not set -CONFIG_BUILD_SALT="n" +CONFIG_BUILD_SALT="" CONFIG_HAVE_KERNEL_GZIP=y CONFIG_HAVE_KERNEL_BZIP2=y CONFIG_HAVE_KERNEL_LZMA=y diff --git a/srcpkgs/linux4.19/template b/srcpkgs/linux4.19/template index 7cb846a8d07..f2c45f49442 100644 --- a/srcpkgs/linux4.19/template +++ b/srcpkgs/linux4.19/template @@ -1,6 +1,6 @@ # Template file for 'linux4.19' pkgname=linux4.19 -version=4.19.13 +version=4.19.14 revision=1 patch_args="-Np1" wrksrc="linux-${version}" @@ -9,7 +9,7 @@ maintainer="Helmut Pozimski " license="GPL-2.0-only" homepage="https://www.kernel.org" distfiles="https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-${version}.tar.xz" -checksum=f50a77fc40e13fc406791346fa91926394205874cd50246c7c2374006bacc0c2 +checksum=24326849dd5120186d8db165ad4410bf0eb28ef07a20141acbad49f125f71c46 nodebug=yes # -dbg package is generated below manually nostrip=yes