Skip to content

Commit

Permalink
grsecurity: 4.8.11-201611271225 -> 4.8.12-201612031658
Browse files Browse the repository at this point in the history
(cherry picked from commit 9578299)
  • Loading branch information
joachifm committed Dec 6, 2016
1 parent 2a97055 commit 303f4fa
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.nix
@@ -1,12 +1,12 @@
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:

import ./generic.nix (args // rec {
version = "4.8.11";
version = "4.8.12";
extraMeta.branch = "4.8";

src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "03w90vfjfcya38mcp1njasa5c67za203sgp9n3w52gms13s443yc";
sha256 = "03i5q36aqlxir3dy213civkaz1lnwzzv6s3vaafgkdj7fzvqcx44";
};

kernelPatches = args.kernelPatches;
Expand Down
6 changes: 3 additions & 3 deletions pkgs/os-specific/linux/kernel/patches.nix
Expand Up @@ -86,9 +86,9 @@ rec {
};

grsecurity_testing = grsecPatch
{ kver = "4.8.11";
grrev = "201611271225";
sha256 = "12vcy030vxi7h2dxyikfj8cirrifk9j186dbc2vk45dv4flcxpac";
{ kver = "4.8.12";
grrev = "201612031658";
sha256 = "06n96jk471xp7m8sf504bw9x6mk893jpymglgw037b21cbv88rrp";
};

# This patch relaxes grsec constraints on the location of usermode helpers,
Expand Down

0 comments on commit 303f4fa

Please sign in to comment.