From 84efc988afb6abd4e3a9a2727fe8fa79ceadc3c6 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Tue, 28 Aug 2018 21:25:56 +0200 Subject: [PATCH] linux-lts: update to 4.14. Kernel 4.14 features basic mitgation for Spectre v2 and Meltdown, and fixes a remote DDOS via CVE-2018-10938. --- srcpkgs/linux-lts/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/linux-lts/template b/srcpkgs/linux-lts/template index ff1a09339a..4b2956bae0 100644 --- a/srcpkgs/linux-lts/template +++ b/srcpkgs/linux-lts/template @@ -1,7 +1,7 @@ # Template file for 'linux-lts' pkgname=linux-lts -version=4.9 -revision=2 +version=4.14 +revision=1 build_style=meta homepage="http://www.voidlinux.eu/" short_desc="Linux LTS (Long Term Support) kernel meta package"