grsecurity: 4.5.6-201606051644 -> 4.5.7-201606080852

This commit is contained in:
Joachim Fasting
2016-06-09 15:40:06 +02:00
parent 2f1b355747
commit edc36a0091
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.6";
revision = "201606051644";
sha256 = "1ympym3kpaychd1qsb10hn5ffv8w83ccfmb631hj4jk69xwrry9m";
kversion = "4.5.7";
revision = "201606080852";
sha256 = "1vgc314nh6bd7zw9r927lnbjq29z32g0s02jgvf635y9zz550nsh";
};
grsecurity_latest = grsecurity_4_5;