Skip to content

Commit

Permalink
grsecurity: 4.7.7-201610101902 -> 4.7.9-201610200819
Browse files Browse the repository at this point in the history
(cherry picked from commit ed5d146)
  • Loading branch information
joachifm committed Oct 21, 2016
1 parent 25a7f17 commit cd41bfe
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.7.7";
version = "4.7.9";
extraMeta.branch = "4.7";

src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "079gvv91a0mymzxx1h9bbn4snk6xz0cyk1bf8pjkhdyyad90v17d";
sha256 = "13g2b8ap2xyx0c35ka92j9j3x7mh610ax5fq2xl75787hqmdaf06";
};

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

grsecurity_testing = grsecPatch
{ kver = "4.7.7";
grrev = "201610101902";
sha256 = "18x8grxj03bh9gqlm3sfgjl8vy5gpyrjr8nmdnrnas6ycmbvyjx4";
{ kver = "4.7.9";
grrev = "201610200819";
sha256 = "1q2j819g3yidd9m7myskx2g1rzrx3cw8fwjrzbbhaxv2kxjmrrjb";
};

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

0 comments on commit cd41bfe

Please sign in to comment.