From c108ab47be03eb8f3329d351307751c548b9b38e Mon Sep 17 00:00:00 2001 From: "Ricardo M. Correia" Date: Mon, 10 Nov 2014 18:32:38 +0000 Subject: [PATCH] grsecurity: Update stable and test patches stable: 3.0-3.14.23-201411062033 -> 3.0-3.14.23-201411091053 test: 3.0-3.17.2-201411062034 -> 3.0-3.17.2-201411091054 --- pkgs/os-specific/linux/kernel/patches.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/os-specific/linux/kernel/patches.nix b/pkgs/os-specific/linux/kernel/patches.nix index 766999ee42c..5cb7554cc18 100644 --- a/pkgs/os-specific/linux/kernel/patches.nix +++ b/pkgs/os-specific/linux/kernel/patches.nix @@ -61,16 +61,16 @@ rec { grsecurity_stable = grsecPatch { kversion = "3.14.23"; - revision = "201411062033"; + revision = "201411091053"; branch = "stable"; - sha256 = "1y1z4fygchhhk64s1zwhk5y5vvrsaldp3xmqfbx2ddsmcbzb4xyl"; + sha256 = "0fs084zggxvqswjs296bnvlvplalg7r60zbccmgrr2j1xa7s4pfl"; }; grsecurity_unstable = grsecPatch { kversion = "3.17.2"; - revision = "201411062034"; + revision = "201411091054"; branch = "test"; - sha256 = "0snhry47awxs68l2rkk10a7cwcwsmn547ywdcgj874x90a7yj63q"; + sha256 = "1yy9ig7ih8k13wl40fzdbhm6avjxw66nm99falzyr4j42k0zx77i"; }; grsec_fix_path =