grsecurity: 4.4.2 -> 4.4.4

See #13505.
This commit is contained in:
Franz Pletz
2016-03-08 01:03:47 +01:00
parent eb5a897161
commit 255d710757
2 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -102,9 +102,9 @@ rec {
grsecurity_4_4 = grsecPatch
{ kernel = pkgs.grsecurity_base_linux_4_4;
patches = [ grsecurity_fix_path_4_4 ];
kversion = "4.4.2";
revision = "201602182048";
sha256 = "0dm0nzzja6ynzdz2k5h0ckys7flw307i3w0k1lwjxfj80civ73wr";
kversion = "4.4.4";
revision = "201603032158";
sha256 = "18b8dmwn4qwrd7i838d9dlfk9fn7m4bjab5583p3980yayxqpa3k";
};
grsecurity_latest = grsecurity_4_4;