grsecurity: 4.6.3-201607070721 -> 4.6.4-201607112205

This commit is contained in:
Joachim Fasting 2016-07-12 15:15:09 +02:00
parent 9d58f894cd
commit 416120e0c7
No known key found for this signature in database
GPG Key ID: 4330820E1E04DCF4
2 changed files with 5 additions and 5 deletions

View File

@ -1,12 +1,12 @@
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:
import ./generic.nix (args // rec {
version = "4.6.3";
version = "4.6.4";
extraMeta.branch = "4.6";
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "0rq9cciabw5gfi2z30fcwh6z4zm2fgp938xmblfw59hyjj98h60k";
sha256 = "0zpz29hgwdwkil6rakn08bdq77qjcz8q18qlkfc43s84f4fd8s45";
};
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.6.3";
grrev = "201607070721";
sha256 = "1858zc77x1qbwwfhjlmffd21w4adsw9f3sycg6bksw2jxrhlzww5";
{ kver = "4.6.4";
grrev = "201607112205";
sha256 = "16j01qqa7yi5yvli1lkl8ffybhy4697nyi18lbl5329zd09xq2ww";
};
# This patch relaxes grsec constraints on the location of usermode helpers,