grsecurity: 4.7.10-201611011946 -> 4.8.7-201611102210

This commit is contained in:
Joachim Fasting 2016-11-12 16:22:32 +01:00
parent cbe8c3f62f
commit cad9212813
No known key found for this signature in database
GPG Key ID: 7544761007FE4E08
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.7.10";
extraMeta.branch = "4.7";
version = "4.8.7";
extraMeta.branch = "4.8";
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "1p2r5d0jcrak9gxp0339g9z198x9laf09h08ck4jllhhaajrnicj";
sha256 = "03qgqqy1kxdqpb844g2yfyq45xy77110hrz8ddqy0rlkia8kzx8m";
};
kernelPatches = args.kernelPatches;

View File

@ -86,9 +86,9 @@ rec {
};
grsecurity_testing = grsecPatch
{ kver = "4.7.10";
grrev = "201611011946";
sha256 = "0nva1007r4shlcxzflbxvd88yzvb98si2kjlgnhdqphyz1c0qhql";
{ kver = "4.8.7";
grrev = "201611102210";
sha256 = "1n7avhvzy4njf9wky38l99i18v1rr05bgspivnp440j8d6nh60nh";
};
# This patch relaxes grsec constraints on the location of usermode helpers,