Skip to content

Commit

Permalink
grsecurity: 4.4.2 -> 4.4.4
Browse files Browse the repository at this point in the history
See NixOS#13505.

(cherry picked from commit 255d710)
  • Loading branch information
adrianpk committed Mar 8, 2016
1 parent 4557211 commit 7fe048f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/kernel/linux-grsecurity-4.4.nix
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:

import ./generic.nix (args // rec {
version = "4.4.2";
version = "4.4.4";
extraMeta.branch = "4.4";

src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "09l6y0nb8yv7l16arfwhy4i5h9pkxcbd7hlbw0015n7gm4i2mzc2";
sha256 = "0b4190mwmxf329n16yl32my7dfi02pi7qf39a8v61sl9b2gxffad";
};

kernelPatches = args.kernelPatches;
Expand Down
6 changes: 3 additions & 3 deletions pkgs/os-specific/linux/kernel/patches.nix
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,9 @@ rec {
grsecurity_4_4 = grsecPatch
{ kernel = pkgs.grsecurity_base_linux_4_4;
patches = [ grsecurity_fix_path_4_4 ];
kversion = "4.4.2";
revision = "201602182048";
sha256 = "0dm0nzzja6ynzdz2k5h0ckys7flw307i3w0k1lwjxfj80civ73wr";
kversion = "4.4.4";
revision = "201603032158";
sha256 = "18b8dmwn4qwrd7i838d9dlfk9fn7m4bjab5583p3980yayxqpa3k";
};

grsecurity_latest = grsecurity_4_4;
Expand Down

0 comments on commit 7fe048f

Please sign in to comment.