3
0
Fork 0
forked from mirrors/nixpkgs

grsecurity: Update stable and test patches

stable: 3.0-3.14.17-201408260041 -> 3.0-3.14.18-201409060013
test:   3.0-3.15.10-201408212335 -> 3.0-3.16.2-201409060014
This commit is contained in:
Ricardo M. Correia 2014-09-07 12:49:37 +00:00
parent c155ae31ee
commit 238a84ac78
2 changed files with 7 additions and 7 deletions

View file

@ -32,7 +32,7 @@ let
grKernel = if cfg.stable
then mkKernel pkgs.linux_3_14 stable-patch
else mkKernel pkgs.linux_3_15 test-patch;
else mkKernel pkgs.linux_3_16 test-patch;
## -- grsecurity configuration ---------------------------------------------

View file

@ -60,17 +60,17 @@ rec {
};
grsecurity_stable = grsecPatch
{ kversion = "3.14.17";
revision = "201408260041";
{ kversion = "3.14.18";
revision = "201409060013";
branch = "stable";
sha256 = "1brcfxbdd5f29vci3bj2dk3878z24ncrjw268j4i1n8ms65jqda0";
sha256 = "0dlri42z8rihhib0ahagia8z2ga4di1mc8y63n3s7ja0f2bvzy19";
};
grsecurity_unstable = grsecPatch
{ kversion = "3.15.10";
revision = "201408212335";
{ kversion = "3.16.2";
revision = "201409060014";
branch = "test";
sha256 = "0ynnci7jms5a1acn8cpdw4w2j4jz5xai1da5w1l5r65909kwmx0k";
sha256 = "1fnvmzfjpx74g5r1nilnynjyp18s5nnyw78znxdn33xxr5kdfzr4";
};
grsec_fix_path =