grsecurityUnstable: 4.1.7 -> 4.2.3
This commit is contained in:
parent
7fccf2ea68
commit
194357ad20
@ -33,7 +33,7 @@ let
|
||||
|
||||
grKernel = if cfg.stable
|
||||
then mkKernel pkgs.linux_3_14 stable-patch
|
||||
else mkKernel pkgs.linux_4_1 test-patch;
|
||||
else mkKernel pkgs.linux_4_2 test-patch;
|
||||
|
||||
## -- grsecurity configuration ---------------------------------------------
|
||||
|
||||
|
@ -2,7 +2,6 @@
|
||||
|
||||
import ./generic.nix (args // rec {
|
||||
version = "4.1.10";
|
||||
# Remember to update grsecurity!
|
||||
extraMeta.branch = "4.1";
|
||||
|
||||
src = fetchurl {
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
import ./generic.nix (args // rec {
|
||||
version = "4.2.3";
|
||||
# Remember to update grsecurity!
|
||||
extraMeta.branch = "4.2";
|
||||
|
||||
src = fetchurl {
|
||||
|
@ -87,10 +87,10 @@ rec {
|
||||
};
|
||||
|
||||
grsecurity_unstable = grsecPatch
|
||||
{ kversion = "4.1.7";
|
||||
revision = "201509131604";
|
||||
{ kversion = "4.2.3";
|
||||
revision = "201510130858";
|
||||
branch = "test";
|
||||
sha256 = "1frfyi1pkiqc3awri3sr7xv41qxc8m2kb1yhfvj6xkrwb9li2bki";
|
||||
sha256 = "0ndzcx9i94c065dlyvgykmin5bfkbydrv0kxxq52a4c9is6nlsrb";
|
||||
};
|
||||
|
||||
grsec_fix_path =
|
||||
|
Loading…
Reference in New Issue
Block a user