Skip to content

Commit

Permalink
grsecurity: 4.9.14-201703121245 -> 4.9.15-201703150049
Browse files Browse the repository at this point in the history
Contains a fix for the n_hdlc double free bug.
  • Loading branch information
joachifm committed Mar 15, 2017
1 parent f5ccf24 commit 9e60a17
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/kernel/linux-grsecurity.nix
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:

import ./generic.nix (args // rec {
version = "4.9.14";
version = "4.9.15";
extraMeta.branch = "4.9";

src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha512 = "0qc78s1j3mm03qs5m3dkc1ah9zchwdkmnkl1bl516dr9gy9i386all5c3f9bxniy8dd3lsk7bgfyqnigav1gyaki7vf9jh9ywqz58vd";
sha512 = "3p0cfjfmq4r04w6bjyi2aphq171yavv9m06b29wjsglb1bbkyiy4v278r99cq913msmdp3xs0ba1rkc36qp7cv7hxc29pj0w06ajwls";
};

kernelPatches = args.kernelPatches;
Expand Down
6 changes: 3 additions & 3 deletions pkgs/os-specific/linux/kernel/patches.nix
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ rec {
};

grsecurity_testing = grsecPatch
{ kver = "4.9.14";
grrev = "201703121245";
sha512 = "1h9d1vvfwxn8flzhbii7xd808cmhw8az895sk3fam2vjy5ls1mxvrmvw0z9nzx5sq2hgjg9adyz52y5nj2rza09n3m2gn4i7lid81hh";
{ kver = "4.9.15";
grrev = "201703150049";
sha512 = "1x02ncl94835n85kpp5bfvy6863sb482fw30x2pqszi4aivjc31i77vj135a7f508ni1b9rbbl8a0m3q4nb8gdbia75zcxbjdi9ij9m";
};

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

0 comments on commit 9e60a17

Please sign in to comment.