Skip to content

Commit ee52e98

Browse files
committedNov 24, 2016
grsecurity: 4.8.8-201611150756 -> 4.8.10-201611210813
(cherry picked from commit 9619446)
1 parent 0d26209 commit ee52e98

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

Diff for: ‎pkgs/os-specific/linux/kernel/linux-grsecurity.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:
22

33
import ./generic.nix (args // rec {
4-
version = "4.8.8";
4+
version = "4.8.10";
55
extraMeta.branch = "4.8";
66

77
src = fetchurl {
88
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
9-
sha256 = "0hm60zjsp22rbh8jz4d8rpwsj6bysmlcm0c5m1cxpnfj6cqcjp7w";
9+
sha256 = "1i3hydxjl3zz4i3v2spnv5y5pidmwgiyc10q6rlwvf0bs8aynh53";
1010
};
1111

1212
kernelPatches = args.kernelPatches;

Diff for: ‎pkgs/os-specific/linux/kernel/patches.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ rec {
8686
};
8787

8888
grsecurity_testing = grsecPatch
89-
{ kver = "4.8.8";
90-
grrev = "201611150756";
91-
sha256 = "04sankbjlrji3hrhgwfvmgkrh5ypblb706i0hch4sn3vcc0dq87b";
89+
{ kver = "4.8.10";
90+
grrev = "201611210813";
91+
sha256 = "1an1fqzmh133hr6r9y4y9b5qkaf8xwlfgymg97ygbwqdygjvp81b";
9292
};
9393

9494
# This patch relaxes grsec constraints on the location of usermode helpers,

0 commit comments

Comments
 (0)
Please sign in to comment.