Skip to content

Commit 7426a81

Browse files
committedApr 10, 2017
grsecurity: 4.9.20-201703310823 -> 4.9.21-201704091948
(cherry picked from commit 7701cbc)
1 parent 12a3947 commit 7426a81

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.9.20";
4+
version = "4.9.21";
55
extraMeta.branch = "4.9";
66

77
src = fetchurl {
88
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
9-
sha512 = "3israf7zhq92wi0py8y299f7cz6z6xr0y4i5b1xvb46ljyx39jwrrdjrf5nxngz6c1641l9qalwzg5r15pp4gqyr09ilmwn8i7kbqwi";
9+
sha512 = "1l1m23qdcz4pqnawq2xxiw8pwapgf84ggvb16696qfsh36dhwr62hmg0k5vip2c7yp74dls2gw9qcwhgv9dp7ki74xhzbhpv3148fjd";
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
@@ -100,9 +100,9 @@ rec {
100100
};
101101

102102
grsecurity_testing = grsecPatch
103-
{ kver = "4.9.20";
104-
grrev = "201703310823";
105-
sha512 = "0pm3wmcip73imjjx13yar5l5bhpii45mjac5vb1snypmbwqmywmikiixqslq84i1yqw0c8pi822znkz7650dhxrmdmagy0yirwfdrhf";
103+
{ kver = "4.9.21";
104+
grrev = "201704091948";
105+
sha512 = "1pa9vchnii319w3jarp4aclyjpwpk2s3ddi9facvy0r148xxqsl30hk2l0ihb9wwr9pz5a8l2z85skkkp65hpaz6fr9wmy9d1lb1hwh";
106106
};
107107

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

0 commit comments

Comments
 (0)
Please sign in to comment.