grsecurity: 4.5.4-201605131918 -> 4.5.5-201605202102

This commit is contained in:
Joachim Fasting
2016-05-21 07:37:41 +02:00
parent a2f7ae1935
commit cdf2ffda9d
2 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -95,9 +95,9 @@ rec {
grsecurity_4_5 = grsecPatch
{ kernel = pkgs.grsecurity_base_linux_4_5;
patches = [ grsecurity_fix_path_4_5 ];
kversion = "4.5.4";
revision = "201605131918";
sha256 = "0f5s8lj6zc4jp2cpxm7r891px3dmb6m3ximfigwq809yydg5aimv";
kversion = "4.5.5";
revision = "201605202102";
sha256 = "10b3faxb1qam1r806sskbyhmirb86plhzrakq3cvndnwrdanwr9b";
};
grsecurity_latest = grsecurity_4_5;