summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorSophie Taylor <sophie@traumapony.org>2016-11-12 12:54:47 +1000
committerGitHub <noreply@github.com>2016-11-12 12:54:47 +1000
commitfa180d0d6357efb175c8e0c7543875375f5c8602 (patch)
tree99e5b51aef01b1a552c0ae1ef9f73a325a990994 /pkgs
parent6476f11f4080daa237145713d3d2dad0a7de1ae0 (diff)
downloadnixlib-fa180d0d6357efb175c8e0c7543875375f5c8602.tar
nixlib-fa180d0d6357efb175c8e0c7543875375f5c8602.tar.gz
nixlib-fa180d0d6357efb175c8e0c7543875375f5c8602.tar.bz2
nixlib-fa180d0d6357efb175c8e0c7543875375f5c8602.tar.lz
nixlib-fa180d0d6357efb175c8e0c7543875375f5c8602.tar.xz
nixlib-fa180d0d6357efb175c8e0c7543875375f5c8602.tar.zst
nixlib-fa180d0d6357efb175c8e0c7543875375f5c8602.zip
grsec: 4.8.6 -> 4.8.7
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/os-specific/linux/kernel/patches.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/os-specific/linux/kernel/patches.nix b/pkgs/os-specific/linux/kernel/patches.nix
index 98f89508fc1f..3d4ba5d2b58d 100644
--- a/pkgs/os-specific/linux/kernel/patches.nix
+++ b/pkgs/os-specific/linux/kernel/patches.nix
@@ -86,9 +86,9 @@ rec {
   };
 
   grsecurity_testing = grsecPatch
-    { kver   = "4.8.6";
-      grrev  = "201611091800";
-      sha256 = "09kz4mjsrjixwvr8hf4q1lwk1miqb3mq6i6adzrha7c5s6c940x0";
+    { kver   = "4.8.7";
+      grrev  = "201611102210";
+      sha256 = "1n7avhvzy4njf9wky38l99i18v1rr05bgspivnp440j8d6nh60nh";
     };
 
   # This patch relaxes grsec constraints on the location of usermode helpers,