1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 06:01:15 +00:00

grsecurity: 4.9.17-201703221829 -> 4.9.18-201703261106

This commit is contained in:
Joachim Fasting 2017-03-26 21:34:49 +02:00
parent ef8c0d1388
commit 5fe81c1bdb
No known key found for this signature in database
GPG key ID: 7544761007FE4E08
2 changed files with 5 additions and 5 deletions

View file

@ -1,12 +1,12 @@
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:
import ./generic.nix (args // rec {
version = "4.9.17";
version = "4.9.18";
extraMeta.branch = "4.9";
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha512 = "35mcvjl686xjgnbxrz2z84gg4q1m9y7wp541sg9k3jadlgsdyqrynz09j3lx3f5v40a83xmr5j3clavjaij16bl4imi716z7vjkfryx";
sha512 = "0l60ny68qwjf585x84yxipndv2g00g08rm4k6hd7k8s93kf3h7lvspsbdg1g1nw50g8dc3n0w31pqads7b2ha6zf39jh77cx7449rn3";
};
kernelPatches = args.kernelPatches;

View file

@ -95,9 +95,9 @@ rec {
};
grsecurity_testing = grsecPatch
{ kver = "4.9.17";
grrev = "201703221829";
sha512 = "3br0xdjj95k8qnri83jj67s1lb4q6ws6irhdlr9kcyxj1384kipkfz8ciafs7zd3vqyfgsmdc56lmfpiyq5cx4dggy95qykx86ip787";
{ kver = "4.9.18";
grrev = "201703261106";
sha512 = "2zr38i847fpxi631kv4l88zgj9xzc8fvyjyk5db4d53n35pp7vxdw4iq89wp6z1n5hmzwdp5kqvq3z3hn9va3yvhh88aq0dza48lgfx";
};
# This patch relaxes grsec constraints on the location of usermode helpers,