grsecurity: 4.4.2 -> 4.4.4

See #13505.
This commit is contained in:
Franz Pletz 2016-03-08 01:03:47 +01:00
parent eb5a897161
commit 255d710757
2 changed files with 5 additions and 5 deletions

View File

@ -1,12 +1,12 @@
{ stdenv, fetchurl, perl, buildLinux, ... } @ args: { stdenv, fetchurl, perl, buildLinux, ... } @ args:
import ./generic.nix (args // rec { import ./generic.nix (args // rec {
version = "4.4.2"; version = "4.4.4";
extraMeta.branch = "4.4"; extraMeta.branch = "4.4";
src = fetchurl { src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz"; url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "09l6y0nb8yv7l16arfwhy4i5h9pkxcbd7hlbw0015n7gm4i2mzc2"; sha256 = "0b4190mwmxf329n16yl32my7dfi02pi7qf39a8v61sl9b2gxffad";
}; };
kernelPatches = args.kernelPatches; kernelPatches = args.kernelPatches;

View File

@ -102,9 +102,9 @@ rec {
grsecurity_4_4 = grsecPatch grsecurity_4_4 = grsecPatch
{ kernel = pkgs.grsecurity_base_linux_4_4; { kernel = pkgs.grsecurity_base_linux_4_4;
patches = [ grsecurity_fix_path_4_4 ]; patches = [ grsecurity_fix_path_4_4 ];
kversion = "4.4.2"; kversion = "4.4.4";
revision = "201602182048"; revision = "201603032158";
sha256 = "0dm0nzzja6ynzdz2k5h0ckys7flw307i3w0k1lwjxfj80civ73wr"; sha256 = "18b8dmwn4qwrd7i838d9dlfk9fn7m4bjab5583p3980yayxqpa3k";
}; };
grsecurity_latest = grsecurity_4_4; grsecurity_latest = grsecurity_4_4;