grsecurity: 4.8.14-201612110933 -> 4.8.15-201612151923
This commit is contained in:
parent
7aa8fa28ae
commit
f0e77cd07d
@ -1,12 +1,12 @@
|
|||||||
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:
|
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:
|
||||||
|
|
||||||
import ./generic.nix (args // rec {
|
import ./generic.nix (args // rec {
|
||||||
version = "4.8.14";
|
version = "4.8.15";
|
||||||
extraMeta.branch = "4.8";
|
extraMeta.branch = "4.8";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
|
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
|
||||||
sha256 = "1ksszmlgb6cwqx90rn0cavg1n6xvhwn9nragwl7sha11hpbl9qw1";
|
sha256 = "1vlgacsdcww333n9vm2pmdfkcpkjhavrh1aalrr7p6vj2c4jc18n";
|
||||||
};
|
};
|
||||||
|
|
||||||
kernelPatches = args.kernelPatches;
|
kernelPatches = args.kernelPatches;
|
||||||
|
@ -95,9 +95,9 @@ rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
grsecurity_testing = grsecPatch
|
grsecurity_testing = grsecPatch
|
||||||
{ kver = "4.8.14";
|
{ kver = "4.8.15";
|
||||||
grrev = "201612110933";
|
grrev = "201612151923";
|
||||||
sha256 = "1sm4nr9g5vpwlhm6a567arrjyrfr77bzjspbafg5nfjlbj7apkym";
|
sha256 = "1di4v0b0sn7ibg9vrn8w7d5vjxd2mdlxdmqsnyd6xyn8g00fra89";
|
||||||
};
|
};
|
||||||
|
|
||||||
# This patch relaxes grsec constraints on the location of usermode helpers,
|
# This patch relaxes grsec constraints on the location of usermode helpers,
|
||||||
|
@ -11252,7 +11252,6 @@ in
|
|||||||
inherit (lib) overrideDerivation;
|
inherit (lib) overrideDerivation;
|
||||||
kernel = callPackage ../os-specific/linux/kernel/linux-grsecurity.nix {
|
kernel = callPackage ../os-specific/linux/kernel/linux-grsecurity.nix {
|
||||||
kernelPatches = with self.kernelPatches; [
|
kernelPatches = with self.kernelPatches; [
|
||||||
kernelPatches.multithreaded_rsapubkey
|
|
||||||
bridge_stp_helper
|
bridge_stp_helper
|
||||||
modinst_arg_list_too_long
|
modinst_arg_list_too_long
|
||||||
] ++ lib.optionals ((platform.kernelArch or null) == "mips")
|
] ++ lib.optionals ((platform.kernelArch or null) == "mips")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user