mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
linux_grsec_3_14: mark as broken
First, The patch is outdated, I failed to find it anywhere in the mirror repos. Second, the build fails, and while it may be "fixed" by ad-hoc patching (it appears to simply need some missing includes), this would mean shipping a potentially insecure software package. Given that the only reason to use grsecurity is security, this is both misleading and exposes users to undue risk. Finally, the build has been broken for quite a long time with no complaints, leading me to believe that the number of actual users is quite low.
This commit is contained in:
parent
7b82f5a3fb
commit
dd16dcbba4
@ -1,5 +1,7 @@
|
||||
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:
|
||||
|
||||
throw "grsecurity stable is no longer supported; please update your configuration"
|
||||
|
||||
import ./generic.nix (args // rec {
|
||||
version = "3.14.51";
|
||||
extraMeta.branch = "3.14";
|
||||
|
Loading…
Reference in New Issue
Block a user