grsecurity: 4.9.11-201702222257 -> 4.9.12-201702231830

This commit is contained in:
Joachim Fasting 2017-02-26 14:01:44 +01:00
parent e2c95b46e5
commit 0150d9a95c
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.11";
version = "4.9.12";
extraMeta.branch = "4.9";
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha512 = "3lh2nrkq3254diqdjry857gmh39ijxxhd7h8563jdzv9i8awv564zajpdcr6bjpf5swyicjsylifym2b5ww41b0fp6z4pkns9mmppny";
sha512 = "37riipfdm8xw53598w15l3x0gy06rmp22j1yf5wql2d1fzhgf29x007axdi7swq4jnpihd934mvpfb1sy42srkinps0x5gvv65n00bs";
};
kernelPatches = args.kernelPatches;

View File

@ -95,9 +95,9 @@ rec {
};
grsecurity_testing = grsecPatch
{ kver = "4.9.11";
grrev = "201702222257";
sha512 = "3yla1fw6iykzb19rpyqg910qhizi3njcywxksxcylf2z2da02i7nkjia0n0qn8n16lwlj44d9f59ka5xsml5r4vha77c850b6w436ni";
{ kver = "4.9.12";
grrev = "201702231830";
sha512 = "1455wpdy5lizdibs86llaxf087vggl921dn83pf4cnc9fbzc5mwa46vazahv9g8467bb335vgg5fcba2i0026s1h9vcsvyy6470m4i3";
};
# This patch relaxes grsec constraints on the location of usermode helpers,