grsecurity: 4.7-201608151842 -> 4.7.1-201608161813

This commit is contained in:
Joachim Fasting 2016-08-17 11:50:50 +02:00
parent 60c3f3f2b9
commit ba20363f11
No known key found for this signature in database
GPG key ID: 7544761007FE4E08
2 changed files with 5 additions and 6 deletions

View file

@ -1,13 +1,12 @@
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:
import ./generic.nix (args // rec {
version = "4.7";
modDirVersion = "4.7.0-grsec";
version = "4.7.1";
extraMeta.branch = "4.7";
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "042z53ik3mqaqlfrn5b70kw882fwd42zanqld10s1vcs438w742i";
sha256 = "0dl1zc4xb8lwrryrpwfqmbnwciypzpah8vkhsl5nx0l3qcck6n15";
};
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.7";
grrev = "201608151842";
sha256 = "0hzzkmhqamj2010dfyz0hkc0hmcap672yhrvaarkp5d1zzbnkpgz";
{ kver = "4.7.1";
grrev = "201608161813";
sha256 = "0ppay8gv7ml7kajbin7gclhrpkmc6pggxcbzzngm7qwdjjk5pppj";
};
# This patch relaxes grsec constraints on the location of usermode helpers,