Skip to content

Commit

Permalink
grsecurity: 4.8.8-201611150756 -> 4.8.10-201611210813
Browse files Browse the repository at this point in the history
(cherry picked from commit 9619446)
  • Loading branch information
joachifm committed Nov 24, 2016
1 parent 0d26209 commit ee52e98
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/kernel/linux-grsecurity.nix
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:

import ./generic.nix (args // rec {
version = "4.8.8";
version = "4.8.10";
extraMeta.branch = "4.8";

src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "0hm60zjsp22rbh8jz4d8rpwsj6bysmlcm0c5m1cxpnfj6cqcjp7w";
sha256 = "1i3hydxjl3zz4i3v2spnv5y5pidmwgiyc10q6rlwvf0bs8aynh53";
};

kernelPatches = args.kernelPatches;
Expand Down
6 changes: 3 additions & 3 deletions pkgs/os-specific/linux/kernel/patches.nix
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ rec {
};

grsecurity_testing = grsecPatch
{ kver = "4.8.8";
grrev = "201611150756";
sha256 = "04sankbjlrji3hrhgwfvmgkrh5ypblb706i0hch4sn3vcc0dq87b";
{ kver = "4.8.10";
grrev = "201611210813";
sha256 = "1an1fqzmh133hr6r9y4y9b5qkaf8xwlfgymg97ygbwqdygjvp81b";
};

# This patch relaxes grsec constraints on the location of usermode helpers,
Expand Down

0 comments on commit ee52e98

Please sign in to comment.