3
0
Fork 0
forked from mirrors/nixpkgs

grsecurity: Update stable patch from 3.0-3.2.56-201404062126 -> 3.0-3.2.57-201404091758

This commit is contained in:
Ricardo M. Correia 2014-04-10 00:34:59 +02:00
parent c50abd0e13
commit 5dfc6584a5
2 changed files with 6 additions and 6 deletions

View file

@ -72,14 +72,14 @@ rec {
};
grsecurity_3_0_3_2_56 =
{ name = "grsecurity-3.0-3.2.56";
grsecurity_3_0_3_2_57 =
{ name = "grsecurity-3.0-3.2.57";
patch = fetchurl {
url = http://grsecurity.net/stable/grsecurity-3.0-3.2.56-201404062126.patch;
sha256 = "0pm8a6h5dky1frg7bi6ldq849w8xz8isnlw5jpbzix46m3myy3x0";
url = http://grsecurity.net/stable/grsecurity-3.0-3.2.57-201404091758.patch;
sha256 = "07rswg6vqyak9ccan954izx1fr0c6c6fn8whlzl0787dabpai3i3";
};
features.grsecurity = true;
# The grsec kernel patch seems to include the apparmor patches as of 3.0-3.2.56
# The grsec kernel patch seems to include the apparmor patches as of 3.0-3.2.57
features.apparmor = true;
};

View file

@ -6913,7 +6913,7 @@ let
linux_3_2_grsecurity = lowPrio (lib.addMetaAttrs {
maintainers = with lib.maintainers; [ wizeman thoughtpolice ];
} (lib.overrideDerivation (linux_3_2.override (args: {
kernelPatches = args.kernelPatches ++ [ kernelPatches.grsecurity_3_0_3_2_56 kernelPatches.grsec_path ];
kernelPatches = args.kernelPatches ++ [ kernelPatches.grsecurity_3_0_3_2_57 kernelPatches.grsec_path ];
argsOverride = {
modDirVersion = "${linux_3_2.modDirVersion}-grsec";
};