tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
grsecurity: Push testing from 4.0 -> 4.1
William A. Kennington III
10 years ago
a5d6e61c
b62debe0
+5
-5
4 changed files
expand all
collapse all
unified
split
pkgs
build-support
grsecurity
default.nix
os-specific
linux
kernel
linux-4.0.nix
linux-4.1.nix
patches.nix
+1
-1
pkgs/build-support/grsecurity/default.nix
···
33
33
34
34
grKernel = if cfg.stable
35
35
then mkKernel pkgs.linux_3_14 stable-patch
36
36
-
else mkKernel pkgs.linux_4_0 test-patch;
36
36
+
else mkKernel pkgs.linux_4_1 test-patch;
37
37
38
38
## -- grsecurity configuration ---------------------------------------------
39
39
-1
pkgs/os-specific/linux/kernel/linux-4.0.nix
···
2
2
3
3
import ./generic.nix (args // rec {
4
4
version = "4.0.8";
5
5
-
# Remember to update grsecurity!
6
5
extraMeta.branch = "4.0";
7
6
8
7
src = fetchurl {
+1
pkgs/os-specific/linux/kernel/linux-4.1.nix
···
2
2
3
3
import ./generic.nix (args // rec {
4
4
version = "4.1.4";
5
5
+
# Remember to update grsecurity!
5
6
extraMeta.branch = "4.1";
6
7
7
8
src = fetchurl {
+3
-3
pkgs/os-specific/linux/kernel/patches.nix
···
72
72
};
73
73
74
74
grsecurity_unstable = grsecPatch
75
75
-
{ kversion = "4.0.8";
76
76
-
revision = "201507111211";
75
75
+
{ kversion = "4.1.4";
76
76
+
revision = "201508032312";
77
77
branch = "test";
78
78
-
sha256 = "1p9ym8hbwaan9pgxgn8k4rm3n33wl8ag1fzmyr5f4mxs634wgwgx";
78
78
+
sha256 = "16p1wq98qgwksav0ry6b5jyyi26s404v1k0cwpj7l7n86hxig67i";
79
79
};
80
80
81
81
grsec_fix_path =