From 14eac4987a060a91f36fd1356df1b1b0b44470c5 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 20 Oct 2014 11:24:48 +0200 Subject: [PATCH] linux: switch to 3.17 to make sure we have the getrandom syscall support. --- srcpkgs/linux/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/linux/template b/srcpkgs/linux/template index be92261c04..3002f77821 100644 --- a/srcpkgs/linux/template +++ b/srcpkgs/linux/template @@ -1,7 +1,7 @@ # Template file for 'linux' pkgname=linux -version=3.14 -revision=3 +version=3.17 +revision=1 build_style=meta homepage="http://www.voidlinux.eu/" short_desc="Linux kernel meta package" @@ -11,8 +11,8 @@ only_for_archs="i686 x86_64" case "$XBPS_TARGET_MACHINE" in i686*|x86_64*) - depends="linux3.14 linux-firmware-amd linux-firmware-network dracut" - _depends_headers="linux3.14-headers" + depends="linux3.17 linux-firmware-amd linux-firmware-network dracut" + _depends_headers="linux3.17-headers" ;; esac