From c6157933171765070bc7c131b29ee465f806b007 Mon Sep 17 00:00:00 2001 From: "Ricardo M. Correia" Date: Tue, 7 Oct 2014 16:55:04 +0200 Subject: [PATCH] grsecurity: Update stable and test patches stable: 3.0-3.14.19-201409282024 -> 3.0-3.14.20-201410062037 test: 3.0-3.16.3-201409282025 -> 3.0-3.16.4-201410062041 --- pkgs/os-specific/linux/kernel/patches.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pkgs/os-specific/linux/kernel/patches.nix b/pkgs/os-specific/linux/kernel/patches.nix index 52d003a2970b..50bc13191981 100644 --- a/pkgs/os-specific/linux/kernel/patches.nix +++ b/pkgs/os-specific/linux/kernel/patches.nix @@ -60,17 +60,17 @@ rec { }; grsecurity_stable = grsecPatch - { kversion = "3.14.19"; - revision = "201409282024"; + { kversion = "3.14.20"; + revision = "201410062037"; branch = "stable"; - sha256 = "05xjfllw6kx6y2cs0pwvlp5cpspqb7nf7kgfzk2z5gd04vc8ywqm"; + sha256 = "0vs5s7xlnsrs5w59vhi57xhsnx3fryqfpvdgsfg2rxqnc1a5b3sp"; }; grsecurity_unstable = grsecPatch - { kversion = "3.16.3"; - revision = "201409282025"; + { kversion = "3.16.4"; + revision = "201410062041"; branch = "test"; - sha256 = "14vzg513xkqa71hp9drs2z9smamhxh87fxxyfjdbi3k93cbvkk22"; + sha256 = "17g993gwjbj10gp2in534ycsv5hwggi5hrbqrsar1lm95m3d6pbc"; }; grsec_fix_path =