mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
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 =
|
||||
{ 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;
|
||||
};
|
||||
|
||||
|
@ -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";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user