grsecurity: 4.8.14-201612110933 -> 4.8.15-201612151923

This commit is contained in:
Joachim Fasting 2016-12-16 12:40:41 +01:00
parent 7aa8fa28ae
commit f0e77cd07d
No known key found for this signature in database
GPG Key ID: 7544761007FE4E08
3 changed files with 5 additions and 6 deletions

View File

@ -1,12 +1,12 @@
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:
import ./generic.nix (args // rec {
version = "4.8.14";
version = "4.8.15";
extraMeta.branch = "4.8";
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "1ksszmlgb6cwqx90rn0cavg1n6xvhwn9nragwl7sha11hpbl9qw1";
sha256 = "1vlgacsdcww333n9vm2pmdfkcpkjhavrh1aalrr7p6vj2c4jc18n";
};
kernelPatches = args.kernelPatches;

View File

@ -95,9 +95,9 @@ rec {
};
grsecurity_testing = grsecPatch
{ kver = "4.8.14";
grrev = "201612110933";
sha256 = "1sm4nr9g5vpwlhm6a567arrjyrfr77bzjspbafg5nfjlbj7apkym";
{ kver = "4.8.15";
grrev = "201612151923";
sha256 = "1di4v0b0sn7ibg9vrn8w7d5vjxd2mdlxdmqsnyd6xyn8g00fra89";
};
# This patch relaxes grsec constraints on the location of usermode helpers,

View File

@ -11252,7 +11252,6 @@ in
inherit (lib) overrideDerivation;
kernel = callPackage ../os-specific/linux/kernel/linux-grsecurity.nix {
kernelPatches = with self.kernelPatches; [
kernelPatches.multithreaded_rsapubkey
bridge_stp_helper
modinst_arg_list_too_long
] ++ lib.optionals ((platform.kernelArch or null) == "mips")