grsecurity: Update stable and test patches

stable: 3.0-3.14.27-201412211908 -> 3.0-3.14.27-201412280859
test:   3.0-3.17.7-201412211910  -> 3.0-3.18.1-201412281149
This commit is contained in:
Ricardo M. Correia
2014-12-29 00:39:04 +01:00
committed by Peter Simons
parent 3c96afe0b1
commit 0a97acdc0f
5 changed files with 9 additions and 9 deletions

View File

@@ -32,7 +32,7 @@ let
grKernel = if cfg.stable
then mkKernel pkgs.linux_3_14 stable-patch
else mkKernel pkgs.linux_3_17 test-patch;
else mkKernel pkgs.linux_3_18 test-patch;
## -- grsecurity configuration ---------------------------------------------