grsecurity: 4.8.14-201612110933 -> 4.8.15-201612151923

Changed files
+5 -6
pkgs
os-specific
top-level
+2 -2
pkgs/os-specific/linux/kernel/linux-grsecurity.nix
···
{ 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;
+3 -3
pkgs/os-specific/linux/kernel/patches.nix
···
};
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,
-1
pkgs/top-level/all-packages.nix
···
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")