about summary refs log tree commit diff
path: root/pkgs/build-support
diff options
context:
space:
mode:
authorRicardo M. Correia <rcorreia@wizy.org>2014-12-29 00:39:04 +0100
committerPeter Simons <simons@cryp.to>2015-01-01 15:45:31 +0100
commit0a97acdc0f66cc7d3fcd4c19f232c3dc98eff104 (patch)
tree0cbc80427e9693547345e74189abd591df914ae6 /pkgs/build-support
parent3c96afe0b17349617bdb3c33c208dada470cdc26 (diff)
downloadnixlib-0a97acdc0f66cc7d3fcd4c19f232c3dc98eff104.tar
nixlib-0a97acdc0f66cc7d3fcd4c19f232c3dc98eff104.tar.gz
nixlib-0a97acdc0f66cc7d3fcd4c19f232c3dc98eff104.tar.bz2
nixlib-0a97acdc0f66cc7d3fcd4c19f232c3dc98eff104.tar.lz
nixlib-0a97acdc0f66cc7d3fcd4c19f232c3dc98eff104.tar.xz
nixlib-0a97acdc0f66cc7d3fcd4c19f232c3dc98eff104.tar.zst
nixlib-0a97acdc0f66cc7d3fcd4c19f232c3dc98eff104.zip
grsecurity: Update stable and test patches
stable: 3.0-3.14.27-201412211908 -> 3.0-3.14.27-201412280859
test:   3.0-3.17.7-201412211910  -> 3.0-3.18.1-201412281149
Diffstat (limited to 'pkgs/build-support')
-rw-r--r--pkgs/build-support/grsecurity/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/build-support/grsecurity/default.nix b/pkgs/build-support/grsecurity/default.nix
index 19e8f14ebf1c..919728382301 100644
--- a/pkgs/build-support/grsecurity/default.nix
+++ b/pkgs/build-support/grsecurity/default.nix
@@ -32,7 +32,7 @@ let
 
     grKernel = if cfg.stable
                then mkKernel pkgs.linux_3_14 stable-patch
-               else mkKernel pkgs.linux_3_17 test-patch;
+               else mkKernel pkgs.linux_3_18 test-patch;
 
     ## -- grsecurity configuration ---------------------------------------------