lol

grsecurity: Update all patches

stable: 3.0-3.2.57-201404131252 -> 3.0-3.2.57-201404182109
test: 3.0-3.13.10-201404141717 -> 3.0-3.14.1-201404201132
vserver: 3.0-3.2.57-vs2.3.2.16-201404131253 -> 3.0-3.2.57-vs2.3.2.16-201404182110

+8 -8
+1 -1
nixos/modules/security/grsecurity.nix
··· 14 14 stable-patch = with pkgs.kernelPatches; 15 15 if cfg.vserver then grsecurity_vserver else grsecurity_stable; 16 16 stableKernel = mkKernel pkgs.linux_3_2 stable-patch; 17 - testKernel = mkKernel pkgs.linux_3_13 pkgs.kernelPatches.grsecurity_unstable; 17 + testKernel = mkKernel pkgs.linux_3_14 pkgs.kernelPatches.grsecurity_unstable; 18 18 19 19 ## -- grsecurity configuration ----------------------------------------------- 20 20
+7 -7
pkgs/os-specific/linux/kernel/patches.nix
··· 86 86 87 87 grsecurity_stable = grsecPatch 88 88 { kversion = "3.2.57"; 89 - revision = "201404131252"; 89 + revision = "201404182109"; 90 90 branch = "stable"; 91 - sha256 = "1yic257h2vy3175c34i54873lc93y0m57rw1d059wz1wxy9waiwl"; 91 + sha256 = "1gnyxbwic9f847dz6kqp8d03nspbzb976ljv9ri7f78ydpskij6x"; 92 92 }; 93 93 94 94 grsecurity_vserver = grsecPatch 95 95 { kversion = "3.2.57"; 96 - revision = "vs2.3.2.16-201404131253"; 96 + revision = "vs2.3.2.16-201404182110"; 97 97 branch = "vserver"; 98 - sha256 = "0grhd9hbk952dwr91syi5pda1iccmcd8s0l3ki13689z8ns35f7k"; 98 + sha256 = "05ydjal2w33j6jbi0bm8k7669j0hhgg2mjg23r6gzaln73fg1gww"; 99 99 }; 100 100 101 101 grsecurity_unstable = grsecPatch 102 - { kversion = "3.13.10"; 103 - revision = "201404141717"; 102 + { kversion = "3.14.1"; 103 + revision = "201404201132"; 104 104 branch = "test"; 105 - sha256 = "1vraf9g7za0syx5c1x1ks7kgaxc9mjspy6pvgrs0vi326v12sqnx"; 105 + sha256 = "1xydv1846gl98jcnzlydhsy75qqcq9h3krhb7r9zn21vjj7jga9p"; 106 106 }; 107 107 108 108 grsec_fix_path =