grsecurity: Update stable and test patches

stable: 3.1-3.14.41-201505072056 -> 3.1-3.14.41-201505101121
test: 3.1-4.0.2-201505072057 -> 3.1-4.0.2-201505101122

+6 -6
+2 -2
nixos/modules/security/grsecurity.nix
··· 38 38 type = types.bool; 39 39 default = false; 40 40 description = '' 41 - Enable the testing grsecurity patch, based on Linux 3.19. 41 + Enable the testing grsecurity patch, based on Linux 4.0. 42 42 ''; 43 43 }; 44 44 ··· 223 223 message = '' 224 224 If grsecurity is enabled, you must select either the 225 225 stable patch (with kernel 3.14), or the testing patch (with 226 - kernel 3.19) to continue. 226 + kernel 4.0) to continue. 227 227 ''; 228 228 } 229 229 { assertion = !(cfg.stable && cfg.testing);
+4 -4
pkgs/os-specific/linux/kernel/patches.nix
··· 66 66 67 67 grsecurity_stable = grsecPatch 68 68 { kversion = "3.14.41"; 69 - revision = "201505072056"; 69 + revision = "201505101121"; 70 70 branch = "stable"; 71 - sha256 = "1fgi63y61mjmxj0mq2a24lwq0i0186kyvcdsjflw48adwjm6v0kg"; 71 + sha256 = "1jiwc6qvimccmlm62sfp2ch173h7ki1h11facywpnb4wms7izk6g"; 72 72 }; 73 73 74 74 grsecurity_unstable = grsecPatch 75 75 { kversion = "4.0.2"; 76 - revision = "201505072057"; 76 + revision = "201505101122"; 77 77 branch = "test"; 78 - sha256 = "0njvgd6n9z35hyxnligb8aq9shxzbwrkrdvpbxc0qxmwya0midv2"; 78 + sha256 = "14fi31xwlgirbwk7f1xh8vanjxk8b473rz7z38savl4nx2wr5r24"; 79 79 }; 80 80 81 81 grsec_fix_path =