lol

grsecurity: Push testing from 4.0 -> 4.1

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