From 5d5ca7b26030d8ec96138985d20508909c2c690d Mon Sep 17 00:00:00 2001 From: "Ricardo M. Correia" Date: Mon, 21 Apr 2014 18:37:35 +0200 Subject: 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 --- nixos/modules/security/grsecurity.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos') diff --git a/nixos/modules/security/grsecurity.nix b/nixos/modules/security/grsecurity.nix index 90462a2d6d0d..e6db05e11f43 100644 --- a/nixos/modules/security/grsecurity.nix +++ b/nixos/modules/security/grsecurity.nix @@ -14,7 +14,7 @@ let stable-patch = with pkgs.kernelPatches; if cfg.vserver then grsecurity_vserver else grsecurity_stable; stableKernel = mkKernel pkgs.linux_3_2 stable-patch; - testKernel = mkKernel pkgs.linux_3_13 pkgs.kernelPatches.grsecurity_unstable; + testKernel = mkKernel pkgs.linux_3_14 pkgs.kernelPatches.grsecurity_unstable; ## -- grsecurity configuration ----------------------------------------------- -- cgit 1.4.1