tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
kernel: 3.14.38 -> 3.14.39
William A. Kennington III
10 years ago
dbaeb7c4
2c35a4aa
+5
-5
2 changed files
expand all
collapse all
unified
split
pkgs
os-specific
linux
kernel
linux-3.14.nix
patches.nix
+2
-2
pkgs/os-specific/linux/kernel/linux-3.14.nix
···
1
{ stdenv, fetchurl, ... } @ args:
2
3
import ./generic.nix (args // rec {
4
-
version = "3.14.38";
5
# Remember to update grsecurity!
6
extraMeta.branch = "3.14";
7
8
src = fetchurl {
9
url = "mirror://kernel/linux/kernel/v3.x/linux-${version}.tar.xz";
10
-
sha256 = "015h75g91zf6g02c9jgw19vy18nmmlvw10kxnvzcw5awds532yp0";
11
};
12
13
features.iwlwifi = true;
···
1
{ stdenv, fetchurl, ... } @ args:
2
3
import ./generic.nix (args // rec {
4
+
version = "3.14.39";
5
# Remember to update grsecurity!
6
extraMeta.branch = "3.14";
7
8
src = fetchurl {
9
url = "mirror://kernel/linux/kernel/v3.x/linux-${version}.tar.xz";
10
+
sha256 = "0zgfiqlvmprbn55k9ijf6db027mxlcww76y47g4g7vcj5qrpq6rd";
11
};
12
13
features.iwlwifi = true;
+3
-3
pkgs/os-specific/linux/kernel/patches.nix
···
65
};
66
67
grsecurity_stable = grsecPatch
68
-
{ kversion = "3.14.38";
69
-
revision = "201504142259";
70
branch = "stable";
71
-
sha256 = "0zk3fzb2abmllg75dir7g44k1bxi5i88adnnqrfrpbyk1519zghs";
72
};
73
74
grsecurity_unstable = grsecPatch
···
65
};
66
67
grsecurity_stable = grsecPatch
68
+
{ kversion = "3.14.39";
69
+
revision = "201504190814";
70
branch = "stable";
71
+
sha256 = "0pjq0ggifh6hp5y62dl0ydskpmsmzj1cxxjaaqs6fpwn5ndsdji7";
72
};
73
74
grsecurity_unstable = grsecPatch