tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
grsecurity: 4.9.12-201702231830 -> 4.9.13-201702261126
Joachim Fasting
9 years ago
f3a6991f
8b5e8b3c
+5
-5
2 changed files
expand all
collapse all
unified
split
pkgs
os-specific
linux
kernel
linux-grsecurity.nix
patches.nix
+2
-2
pkgs/os-specific/linux/kernel/linux-grsecurity.nix
···
1
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:
2
3
import ./generic.nix (args // rec {
4
-
version = "4.9.12";
5
extraMeta.branch = "4.9";
6
7
src = fetchurl {
8
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
9
-
sha512 = "37riipfdm8xw53598w15l3x0gy06rmp22j1yf5wql2d1fzhgf29x007axdi7swq4jnpihd934mvpfb1sy42srkinps0x5gvv65n00bs";
10
};
11
12
kernelPatches = args.kernelPatches;
···
1
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:
2
3
import ./generic.nix (args // rec {
4
+
version = "4.9.13";
5
extraMeta.branch = "4.9";
6
7
src = fetchurl {
8
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
9
+
sha512 = "2mszr7n212ryaw5q2lj92766aqnjznkfr7ly04g2ggzk7cyiirrf1w37d9arzg3smn5695fb1frikacnbrmz2hsaia48kjhwgjbxn2h";
10
};
11
12
kernelPatches = args.kernelPatches;
+3
-3
pkgs/os-specific/linux/kernel/patches.nix
···
95
};
96
97
grsecurity_testing = grsecPatch
98
-
{ kver = "4.9.12";
99
-
grrev = "201702231830";
100
-
sha512 = "1455wpdy5lizdibs86llaxf087vggl921dn83pf4cnc9fbzc5mwa46vazahv9g8467bb335vgg5fcba2i0026s1h9vcsvyy6470m4i3";
101
};
102
103
# This patch relaxes grsec constraints on the location of usermode helpers,
···
95
};
96
97
grsecurity_testing = grsecPatch
98
+
{ kver = "4.9.13";
99
+
grrev = "201702261126";
100
+
sha512 = "18snigndkyw372mp65v3sp9cpz8w4n3d3lzls50a3gl1qgnpp65g0vbf7vsm3spr9a5p5f17n7hl7lxgm0pqnjcgg0xr5ghkwx20z6b";
101
};
102
103
# This patch relaxes grsec constraints on the location of usermode helpers,