summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorDan Peebles <pumpkin@me.com>2016-01-23 14:29:34 +0000
committerDan Peebles <pumpkin@me.com>2016-01-23 14:29:34 +0000
commit33cf0792b1d253b2994ae23d313ab0191ddfa2cf (patch)
tree7f6e9d52f636046d47ad47073f62d517e26db4c8 /pkgs
parentf18317885a51ec613d05762c04a7e5cd745d5768 (diff)
downloadnixlib-33cf0792b1d253b2994ae23d313ab0191ddfa2cf.tar
nixlib-33cf0792b1d253b2994ae23d313ab0191ddfa2cf.tar.gz
nixlib-33cf0792b1d253b2994ae23d313ab0191ddfa2cf.tar.bz2
nixlib-33cf0792b1d253b2994ae23d313ab0191ddfa2cf.tar.lz
nixlib-33cf0792b1d253b2994ae23d313ab0191ddfa2cf.tar.xz
nixlib-33cf0792b1d253b2994ae23d313ab0191ddfa2cf.tar.zst
nixlib-33cf0792b1d253b2994ae23d313ab0191ddfa2cf.zip
grsecurity-testing: update patches and associated kernel version
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/build-support/grsecurity/default.nix2
-rw-r--r--pkgs/os-specific/linux/kernel/patches.nix6
2 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/build-support/grsecurity/default.nix b/pkgs/build-support/grsecurity/default.nix
index 3bf40a2e8d6b..db450ab9eb99 100644
--- a/pkgs/build-support/grsecurity/default.nix
+++ b/pkgs/build-support/grsecurity/default.nix
@@ -33,7 +33,7 @@ let
 
     grKernel = if cfg.stable
                then mkKernel pkgs.linux_3_14 stable-patch
-               else mkKernel pkgs.linux_4_2 test-patch;
+               else mkKernel pkgs.linux_4_3 test-patch;
 
     ## -- grsecurity configuration ---------------------------------------------
 
diff --git a/pkgs/os-specific/linux/kernel/patches.nix b/pkgs/os-specific/linux/kernel/patches.nix
index 93b11ed892ba..c74c4c5a944b 100644
--- a/pkgs/os-specific/linux/kernel/patches.nix
+++ b/pkgs/os-specific/linux/kernel/patches.nix
@@ -87,10 +87,10 @@ rec {
     };
 
   grsecurity_unstable = grsecPatch
-    { kversion  = "4.2.3";
-      revision  = "201510130858";
+    { kversion  = "4.3.3";
+      revision  = "201601051958";
       branch    = "test";
-      sha256    = "0ndzcx9i94c065dlyvgykmin5bfkbydrv0kxxq52a4c9is6nlsrb";
+      sha256    = "0hdf9fp5kyd9g8p3qp76jwqvqf561k61wynsq7q9aabvy0p1s18k";
     };
 
   grsec_fix_path =