grsecurity: 4.8.10-201611232213 -> 4.8.11-201611271225

This commit is contained in:
Joachim Fasting 2016-11-28 11:38:10 +01:00
parent 1915f6908a
commit b90ed0cc80
No known key found for this signature in database
GPG key ID: 7544761007FE4E08
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.8.10";
version = "4.8.11";
extraMeta.branch = "4.8";
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "1i3hydxjl3zz4i3v2spnv5y5pidmwgiyc10q6rlwvf0bs8aynh53";
sha256 = "03w90vfjfcya38mcp1njasa5c67za203sgp9n3w52gms13s443yc";
};
kernelPatches = args.kernelPatches;

View file

@ -86,9 +86,9 @@ rec {
};
grsecurity_testing = grsecPatch
{ kver = "4.8.10";
grrev = "201611232213";
sha256 = "13v3h6cjd5qz57rf242kpxhz5rk094lg5kyf86a852fk58apk6b6";
{ kver = "4.8.11";
grrev = "201611271225";
sha256 = "12vcy030vxi7h2dxyikfj8cirrifk9j186dbc2vk45dv4flcxpac";
};
# This patch relaxes grsec constraints on the location of usermode helpers,