Merge pull request #4759 from alexanderkjeldaas/do-not-break-grsecurity
Document likely breakage when people update the kernel.
This commit is contained in:
commit
72966336a7
2 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
{ stdenv, fetchurl, ... } @ args:
|
||||
|
||||
import ./generic.nix (args // rec {
|
||||
# Remember to update grsecurity!
|
||||
version = "3.14.23";
|
||||
extraMeta.branch = "3.14";
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{ stdenv, fetchurl, ... } @ args:
|
||||
|
||||
import ./generic.nix (args // rec {
|
||||
# Remember to update grsecurity!
|
||||
version = "3.17.2";
|
||||
extraMeta.branch = "3.17";
|
||||
|
||||
|
|
Loading…
Reference in a new issue