grsecurity: 4.8.16-201701062021 -> 4.8.17-201701151620

This commit is contained in:
Joachim Fasting 2017-01-25 00:51:24 +01:00
parent 482c67af70
commit c50c551142
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.16";
version = "4.8.17";
extraMeta.branch = "4.8";
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "1aml6vhsfpvm8rsadraff7qj0ivgd9aw75k2q65drz4iby1pqb9h";
sha256 = "1zk0q6bvqgz2pk1axd5z0cx71vqk96314f1zn8apwa4raylf9fpa";
};
kernelPatches = args.kernelPatches;

View file

@ -95,9 +95,9 @@ rec {
};
grsecurity_testing = grsecPatch
{ kver = "4.8.16";
grrev = "201701062021";
sha256 = "0ivl9dpbyf0f7ywgh8kbzdf0za10yrh6s8plqk9vnns3dhgcnvnq";
{ kver = "4.8.17";
grrev = "201701151620";
sha256 = "10gavcdby8aiylbx8afc1x4j0vzbb16bhlw39a7ibnav45scsr0p";
};
# This patch relaxes grsec constraints on the location of usermode helpers,