From b95fa1c852ff60e9b866c2e4518bd37feeb7eee6 Mon Sep 17 00:00:00 2001 From: "Ricardo M. Correia" Date: Sat, 2 May 2015 00:59:57 +0200 Subject: [PATCH] grsecurity: Update stable and test patches stable: 3.1-3.14.40-201504290821 -> 3.1-3.14.40-201504302118 test: 3.1-3.19.6-201504290821 -> 3.1-3.19.6-201504302119 --- 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 2bb8fb57000..9ed7633e7a3 100644 --- a/pkgs/os-specific/linux/kernel/patches.nix +++ b/pkgs/os-specific/linux/kernel/patches.nix @@ -66,16 +66,16 @@ rec { grsecurity_stable = grsecPatch { kversion = "3.14.40"; - revision = "201504290821"; + revision = "201504302118"; branch = "stable"; - sha256 = "0382ydr1dshjmwggx5a6ywrdr7qv52w178ify60qw59lrphbdkls"; + sha256 = "154ivf42ib93f8shh2b2qcqhppd1c6vbjfiazgigr006q638429i"; }; grsecurity_unstable = grsecPatch { kversion = "3.19.6"; - revision = "201504290821"; + revision = "201504302119"; branch = "test"; - sha256 = "0nya84cpj2cgncchywfysvmzx5m3wl034f6p7zfxj9l6jhjdcd6q"; + sha256 = "03yj8011i6mkf33npa7all0c33r95mgiic6zjg494x56279s701s"; }; grsec_fix_path =