grsecurity: update patch

This commit is contained in:
Evgeny Egorochkin
2014-02-14 18:13:05 +02:00
parent fc213ccfa8
commit daa2827b99
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -89,11 +89,11 @@ rec {
features.apparmor = true; features.apparmor = true;
}; };
grsecurity_3_0_3_13_2 = grsecurity_3_0_3_13_3 =
{ name = "grsecurity-3.0-3.13.2"; { name = "grsecurity-3.0-3.13.3";
patch = fetchurl { patch = fetchurl {
url = https://grsecurity.net/test/grsecurity-3.0-3.13.2-201402062224.patch; url = http://grsecurity.net/test/grsecurity-3.0-3.13.3-201402132113.patch;
sha256 = "0w42d76bv7yzpr23bicsadf64csbmq988kmpzxg4yv5qwzhhbyh7"; sha256 = "143givk7xk54c2f9q7h2v5gdc3sy1kcd8j83vn1jfcyipzqkdqnk";
}; };
features.grsecurity = true; features.grsecurity = true;
# The grsec kernel patch seems to include the apparmor patches as of 3.0-3.13.2 # The grsec kernel patch seems to include the apparmor patches as of 3.0-3.13.2
+1 -1
View File
@@ -6680,7 +6680,7 @@ let
})) (args: grsecurityOverrider args)); })) (args: grsecurityOverrider args));
linux_3_13_grsecurity = lowPrio (lib.overrideDerivation (linux_3_13.override (args: { linux_3_13_grsecurity = lowPrio (lib.overrideDerivation (linux_3_13.override (args: {
kernelPatches = args.kernelPatches ++ [ kernelPatches.grsecurity_3_0_3_13_2 kernelPatches.grsec_path ]; kernelPatches = args.kernelPatches ++ [ kernelPatches.grsecurity_3_0_3_13_3 kernelPatches.grsec_path ];
argsOverride = { argsOverride = {
modDirVersion = "${linux_3_13.modDirVersion}-grsec"; modDirVersion = "${linux_3_13.modDirVersion}-grsec";
}; };