grsecurity: Update stable and test patches

stable: 3.0-3.2.55-201403252026 -> 3.0-3.2.55-201403300851
test:   3.0-3.13.7-201403252047 -> 3.0-3.13.8-201404011912
This commit is contained in:
Ricardo M. Correia 2014-04-02 02:15:38 +02:00
parent 75fb34eb6d
commit 407a6857c6
2 changed files with 8 additions and 8 deletions

View file

@ -75,22 +75,22 @@ rec {
grsecurity_3_0_3_2_55 =
{ name = "grsecurity-3.0-3.2.55";
patch = fetchurl {
url = http://grsecurity.net/stable/grsecurity-3.0-3.2.55-201403252026.patch;
sha256 = "1jfy4cfzgfixyyq5436fzwhg9ch31ynq6d5sxzajqkvmprq5kbhn";
url = http://grsecurity.net/stable/grsecurity-3.0-3.2.55-201403300851.patch;
sha256 = "1a1bhf5i3jx1c6l1bibc5ppd12xzpdk7a5q83rivjiixv37s1x85";
};
features.grsecurity = true;
# The grsec kernel patch seems to include the apparmor patches as of 3.0-3.2.55
features.apparmor = true;
};
grsecurity_3_0_3_13_7 =
{ name = "grsecurity-3.0-3.13.7";
grsecurity_3_0_3_13_8 =
{ name = "grsecurity-3.0-3.13.8";
patch = fetchurl {
url = http://grsecurity.net/test/grsecurity-3.0-3.13.7-201403252047.patch;
sha256 = "0f3mhkf15fpgy28rkfkd0wnccvz2n7s21gppnksl5w9dlw8m7mib";
url = http://grsecurity.net/test/grsecurity-3.0-3.13.8-201404011912.patch;
sha256 = "1fwb41l7gjkdyl08b6a9mg4ahnw55yk0a7kd69ca8zrqd0j668ci";
};
features.grsecurity = true;
# The grsec kernel patch seems to include the apparmor patches as of 3.0-3.13.7
# The grsec kernel patch seems to include the apparmor patches as of 3.0-3.13.8
features.apparmor = true;
};

View file

@ -6883,7 +6883,7 @@ let
linux_3_13_grsecurity = lowPrio (lib.addMetaAttrs {
maintainers = with lib.maintainers; [ wizeman ];
} (lib.overrideDerivation (linux_3_13.override (args: {
kernelPatches = args.kernelPatches ++ [ kernelPatches.grsecurity_3_0_3_13_7 kernelPatches.grsec_path ];
kernelPatches = args.kernelPatches ++ [ kernelPatches.grsecurity_3_0_3_13_8 kernelPatches.grsec_path ];
argsOverride = {
modDirVersion = "${linux_3_13.modDirVersion}-grsec";
};