grsecurity: 4.5.7-201606302132 -> 4.6.3-201607070721

This commit is contained in:
Joachim Fasting 2016-07-07 19:34:58 +02:00
parent 746de51073
commit a2ebf45b47
No known key found for this signature in database
GPG key ID: 4330820E1E04DCF4
2 changed files with 6 additions and 6 deletions

View file

@ -1,12 +1,12 @@
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:
import ./generic.nix (args // rec {
version = "4.5.7";
extraMeta.branch = "4.5";
version = "4.6.3";
extraMeta.branch = "4.6";
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "0azvh7lf9kak1xcs5f9smlvx4gkf45vyandizmxhx0zyjlhacw60";
sha256 = "0rq9cciabw5gfi2z30fcwh6z4zm2fgp938xmblfw59hyjj98h60k";
};
kernelPatches = args.kernelPatches;

View file

@ -93,9 +93,9 @@ rec {
grsecurity_4_4 = throw "grsecurity stable is no longer supported";
grsecurity_testing = grsecPatch
{ kver = "4.5.7";
grrev = "201606302132";
sha256 = "1zqkdnfqzzghnrrkvcryibxxipq46bqdan37np5hrqvxdbl5xm0z";
{ kver = "4.6.3";
grrev = "201607070721";
sha256 = "1858zc77x1qbwwfhjlmffd21w4adsw9f3sycg6bksw2jxrhlzww5";
};
# This patch relaxes grsec constraints on the location of usermode helpers,