lol

grsecurity: Push testing from 4.0 -> 4.1

+5 -5
+1 -1
pkgs/build-support/grsecurity/default.nix
··· 33 33 34 34 grKernel = if cfg.stable 35 35 then mkKernel pkgs.linux_3_14 stable-patch 36 - else mkKernel pkgs.linux_4_0 test-patch; 36 + else mkKernel pkgs.linux_4_1 test-patch; 37 37 38 38 ## -- grsecurity configuration --------------------------------------------- 39 39
-1
pkgs/os-specific/linux/kernel/linux-4.0.nix
··· 2 2 3 3 import ./generic.nix (args // rec { 4 4 version = "4.0.8"; 5 - # Remember to update grsecurity! 6 5 extraMeta.branch = "4.0"; 7 6 8 7 src = fetchurl {
+1
pkgs/os-specific/linux/kernel/linux-4.1.nix
··· 2 2 3 3 import ./generic.nix (args // rec { 4 4 version = "4.1.4"; 5 + # Remember to update grsecurity! 5 6 extraMeta.branch = "4.1"; 6 7 7 8 src = fetchurl {
+3 -3
pkgs/os-specific/linux/kernel/patches.nix
··· 72 72 }; 73 73 74 74 grsecurity_unstable = grsecPatch 75 - { kversion = "4.0.8"; 76 - revision = "201507111211"; 75 + { kversion = "4.1.4"; 76 + revision = "201508032312"; 77 77 branch = "test"; 78 - sha256 = "1p9ym8hbwaan9pgxgn8k4rm3n33wl8ag1fzmyr5f4mxs634wgwgx"; 78 + sha256 = "16p1wq98qgwksav0ry6b5jyyi26s404v1k0cwpj7l7n86hxig67i"; 79 79 }; 80 80 81 81 grsec_fix_path =