From a8e33da2dd6181e54445ef73bcb039f09c64a9d6 Mon Sep 17 00:00:00 2001 From: "Ricardo M. Correia" Date: Mon, 22 Dec 2014 20:30:31 +0100 Subject: [PATCH] grsecurity: Update stable and test patches stable: 3.0-3.14.27-201412170659 -> 3.0-3.14.27-201412211908 test: 3.0-3.17.7-201412170700 -> 3.0-3.17.7-201412211910 --- 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 dc9e17fbc65..561eadf2f21 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.27"; - revision = "201412170659"; + revision = "201412211908"; branch = "stable"; - sha256 = "0a6zyq1wvpkny7bwvjqqpvn9i87cidpjld7cn04wd1n0w1h4zyb3"; + sha256 = "1xs34v1k970sv4i0a9qjcgk7i4cihl2xlgp1q7v320idpxrcym3a"; }; grsecurity_unstable = grsecPatch { kversion = "3.17.7"; - revision = "201412170700"; + revision = "201412211910"; branch = "test"; - sha256 = "0ljwzn1c13ljmc1mylaxlqpiygs8h79nd657kcbrv65yd7823wb6"; + sha256 = "1s3ksf44mah398ix4ar49m6d8xwkk991pl1m8m441yhpm8h1ss3w"; }; grsec_fix_path =