grsecurity: 4.8.7-201611142350 -> 4.8.8-201611150756

This commit is contained in:
Joachim Fasting 2016-11-15 22:45:06 +01:00
parent 459ab0e0fd
commit 0d4e1b5edd
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.7";
version = "4.8.8";
extraMeta.branch = "4.8";
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "03qgqqy1kxdqpb844g2yfyq45xy77110hrz8ddqy0rlkia8kzx8m";
sha256 = "0hm60zjsp22rbh8jz4d8rpwsj6bysmlcm0c5m1cxpnfj6cqcjp7w";
};
kernelPatches = args.kernelPatches;

View file

@ -86,9 +86,9 @@ rec {
};
grsecurity_testing = grsecPatch
{ kver = "4.8.7";
grrev = "201611142350";
sha256 = "002zm8j130ras0dabp95bb82c5h8y9z66jl81jip226y3bk3b019";
{ kver = "4.8.8";
grrev = "201611150756";
sha256 = "04sankbjlrji3hrhgwfvmgkrh5ypblb706i0hch4sn3vcc0dq87b";
};
# This patch relaxes grsec constraints on the location of usermode helpers,