summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorJoachim Fasting <joachifm@fastmail.fm>2016-11-12 13:56:45 +0100
committerJoachim Fasting <joachifm@fastmail.fm>2016-11-12 14:02:20 +0100
commit081a871771276e6a93f50977c1ad90d066b2eb56 (patch)
tree1eca280f3ed96889553e8372de1219c620519df7 /pkgs
parentcbe7ca77dbc1370cb48331dee14a0b13d8746241 (diff)
downloadnixlib-081a871771276e6a93f50977c1ad90d066b2eb56.tar
nixlib-081a871771276e6a93f50977c1ad90d066b2eb56.tar.gz
nixlib-081a871771276e6a93f50977c1ad90d066b2eb56.tar.bz2
nixlib-081a871771276e6a93f50977c1ad90d066b2eb56.tar.lz
nixlib-081a871771276e6a93f50977c1ad90d066b2eb56.tar.xz
nixlib-081a871771276e6a93f50977c1ad90d066b2eb56.tar.zst
nixlib-081a871771276e6a93f50977c1ad90d066b2eb56.zip
Revert "Merge pull request #20302 from spacekitteh/patch-10"
This reverts commit e02173c70cd18dee1972713031c412eee35d73ef, reversing
changes made to c2b4a0d2668fda88430e7067245fc63d977ea28c.

Breaks all grsec packages; Not having binary substitutes for no good
reason is disruptive to my workflow, so I'll just revert this for now.
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 3d4ba5d2b58d..6bba248374ba 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.7";
-      grrev  = "201611102210";
-      sha256 = "1n7avhvzy4njf9wky38l99i18v1rr05bgspivnp440j8d6nh60nh";
+    { kver   = "4.7.10";
+      grrev  = "201611011946";
+      sha256 = "0nva1007r4shlcxzflbxvd88yzvb98si2kjlgnhdqphyz1c0qhql";
     };
 
   # This patch relaxes grsec constraints on the location of usermode helpers,