Skip to content

Commit

Permalink
grsecurity: 4.9.8-201702071801 -> 4.9.10-201702152052
Browse files Browse the repository at this point in the history
(cherry picked from commit bc2f53f)
  • Loading branch information
joachifm committed Feb 17, 2017
1 parent ac4559e commit 9021951
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
@@ -1,12 +1,12 @@
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:

import ./generic.nix (args // rec {
version = "4.9.8";
version = "4.9.10";
extraMeta.branch = "4.9";

src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha512 = "39r4hq5f70nc1v8qq4qvnd0fq98h4akm6y6zp7ml6mi5knz7v6zm86ykq87a0ph3zh23msimi4155354qcsmsxp4cbd22cq8s1w86ds";
sha512 = "1mqlw5x7ryqb1jlhkn31p5xhilmqi55j5307i94xdj1xgn2411fiym5mpx1h8b0jc42g728jl896qplkrbd682vz5wci7fg4022ry81";
};

kernelPatches = args.kernelPatches;
Expand Down
6 changes: 3 additions & 3 deletions pkgs/os-specific/linux/kernel/patches.nix
Expand Up @@ -95,9 +95,9 @@ rec {
};

grsecurity_testing = grsecPatch
{ kver = "4.9.8";
grrev = "201702071801";
sha512 = "05hxn9jzkywd15iqjd7lykj0f9czw0kq1rs7krxnrk4lhr4k4ahbhq4330mw4pwcvln4ys25dw7mbljn9zvymb7b1kc3m301rrbgj5f";
{ kver = "4.9.10";
grrev = "201702152052";
sha512 = "3whjlrm06r724q9lkycm2jalv3wm9bhxjlvgnglrfnc48rnv3b4j2m6gnq396pc3axnd2mpiinlwjwarw59dhs9qax9l7ddcc3cxd4k";
};

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

0 comments on commit 9021951

Please sign in to comment.