summary refs log tree commit diff
path: root/pkgs/build-support
diff options
context:
space:
mode:
authorAlexander Kjeldaas <ak@formalprivacy.com>2014-10-22 02:18:41 +0200
committerAlexander Kjeldaas <ak@formalprivacy.com>2014-10-22 02:18:41 +0200
commit005bb796e68b3f69e54ab0c6bc631723eb545136 (patch)
tree60a8649737d10ec543a6bc635f9db8d4f01133c9 /pkgs/build-support
parentbddf342631ce417dac99f6f222075c51cf4109de (diff)
downloadnixlib-005bb796e68b3f69e54ab0c6bc631723eb545136.tar
nixlib-005bb796e68b3f69e54ab0c6bc631723eb545136.tar.gz
nixlib-005bb796e68b3f69e54ab0c6bc631723eb545136.tar.bz2
nixlib-005bb796e68b3f69e54ab0c6bc631723eb545136.tar.lz
nixlib-005bb796e68b3f69e54ab0c6bc631723eb545136.tar.xz
nixlib-005bb796e68b3f69e54ab0c6bc631723eb545136.tar.zst
nixlib-005bb796e68b3f69e54ab0c6bc631723eb545136.zip
Updated grsec.
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 bd6ac84a0f8d..e268c046ac63 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_16 test-patch;
+               else mkKernel pkgs.linux_3_17 test-patch;
 
     ## -- grsecurity configuration ---------------------------------------------