grsecurityUnstable: 4.1.7 -> 4.2.3

This commit is contained in:
William A. Kennington III 2015-10-15 10:41:00 -07:00
parent 7fccf2ea68
commit 194357ad20
4 changed files with 5 additions and 5 deletions

View File

@ -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 ---------------------------------------------

View File

@ -2,7 +2,6 @@
import ./generic.nix (args // rec {
version = "4.1.10";
# Remember to update grsecurity!
extraMeta.branch = "4.1";
src = fetchurl {

View File

@ -2,6 +2,7 @@
import ./generic.nix (args // rec {
version = "4.2.3";
# Remember to update grsecurity!
extraMeta.branch = "4.2";
src = fetchurl {

View File

@ -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 =