grsecurity: Update stable patch from 3.0-3.2.56-201404062126 -> 3.0-3.2.57-201404091758
This commit is contained in:
parent
c50abd0e13
commit
5dfc6584a5
@ -72,14 +72,14 @@ rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
grsecurity_3_0_3_2_56 =
|
grsecurity_3_0_3_2_57 =
|
||||||
{ name = "grsecurity-3.0-3.2.56";
|
{ name = "grsecurity-3.0-3.2.57";
|
||||||
patch = fetchurl {
|
patch = fetchurl {
|
||||||
url = http://grsecurity.net/stable/grsecurity-3.0-3.2.56-201404062126.patch;
|
url = http://grsecurity.net/stable/grsecurity-3.0-3.2.57-201404091758.patch;
|
||||||
sha256 = "0pm8a6h5dky1frg7bi6ldq849w8xz8isnlw5jpbzix46m3myy3x0";
|
sha256 = "07rswg6vqyak9ccan954izx1fr0c6c6fn8whlzl0787dabpai3i3";
|
||||||
};
|
};
|
||||||
features.grsecurity = true;
|
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;
|
features.apparmor = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -6913,7 +6913,7 @@ let
|
|||||||
linux_3_2_grsecurity = lowPrio (lib.addMetaAttrs {
|
linux_3_2_grsecurity = lowPrio (lib.addMetaAttrs {
|
||||||
maintainers = with lib.maintainers; [ wizeman thoughtpolice ];
|
maintainers = with lib.maintainers; [ wizeman thoughtpolice ];
|
||||||
} (lib.overrideDerivation (linux_3_2.override (args: {
|
} (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 = {
|
argsOverride = {
|
||||||
modDirVersion = "${linux_3_2.modDirVersion}-grsec";
|
modDirVersion = "${linux_3_2.modDirVersion}-grsec";
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user