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 03:00:47 +01:00
parent d477b4c51c
commit 1d44322d53
5 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -38,7 +38,7 @@ in
type = types.bool;
default = false;
description = ''
Enable the testing grsecurity patch, based on Linux 3.17.
Enable the testing grsecurity patch, based on Linux 3.18.
'';
};
@@ -227,7 +227,7 @@ in
message = ''
If grsecurity is enabled, you must select either the
stable patch (with kernel 3.14), or the testing patch (with
kernel 3.17) to continue.
kernel 3.18) to continue.
'';
}
{ assertion = (cfg.stable -> !cfg.testing) || (cfg.testing -> !cfg.stable);