grsecurity: Update all patches

stable:  3.0-3.2.57-201404131252            -> 3.0-3.2.57-201404182109
test:    3.0-3.13.10-201404141717           -> 3.0-3.14.1-201404201132
vserver: 3.0-3.2.57-vs2.3.2.16-201404131253 -> 3.0-3.2.57-vs2.3.2.16-201404182110
This commit is contained in:
Ricardo M. Correia
2014-04-21 18:46:41 +02:00
parent 19e9d25e8f
commit 5d5ca7b260
2 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ let
stable-patch = with pkgs.kernelPatches;
if cfg.vserver then grsecurity_vserver else grsecurity_stable;
stableKernel = mkKernel pkgs.linux_3_2 stable-patch;
testKernel = mkKernel pkgs.linux_3_13 pkgs.kernelPatches.grsecurity_unstable;
testKernel = mkKernel pkgs.linux_3_14 pkgs.kernelPatches.grsecurity_unstable;
## -- grsecurity configuration -----------------------------------------------