From 5a357d973117a11ab301c7638b0b3e05c0170095 Mon Sep 17 00:00:00 2001 From: Joachim Fasting Date: Sat, 21 May 2016 22:26:29 +0200 Subject: [PATCH] grsecurity: 4.5.5-201605202102 -> 4.5.5-201605211442 --- pkgs/os-specific/linux/kernel/patches.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/os-specific/linux/kernel/patches.nix b/pkgs/os-specific/linux/kernel/patches.nix index 4a2d179b60ce..77d53bbf18dc 100644 --- a/pkgs/os-specific/linux/kernel/patches.nix +++ b/pkgs/os-specific/linux/kernel/patches.nix @@ -96,8 +96,8 @@ rec { { kernel = pkgs.grsecurity_base_linux_4_5; patches = [ grsecurity_fix_path_4_5 ]; kversion = "4.5.5"; - revision = "201605202102"; - sha256 = "10b3faxb1qam1r806sskbyhmirb86plhzrakq3cvndnwrdanwr9b"; + revision = "201605211442"; + sha256 = "15bg2j6y9jxjdcgxlbdj1g1wwf5afm3yzjczh79dj3v8z2hwz097"; }; grsecurity_latest = grsecurity_4_5;