linuxPackages_grsec_4_5: 3.1-4.5.2-201604290633 -> 3.1-4.5.3-201605060852

This commit is contained in:
Joachim Fasting
2016-05-06 16:37:25 +02:00
parent ab6e0861d4
commit 27061905bd
2 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -105,9 +105,9 @@ rec {
grsecurity_4_5 = grsecPatch
{ kernel = pkgs.grsecurity_base_linux_4_5;
patches = [ grsecurity_fix_path_4_5 ];
kversion = "4.5.2";
revision = "201604290633";
sha256 = "0qrs4fk6lyqngq3fnsmrv0y3yp1lrbiwadfc6v7hy4lyv77wz107";
kversion = "4.5.3";
revision = "201605060852";
sha256 = "1yg5fp60nay2cvnpxnx29995wk04r995y9030dwkgk3xpxifr6z1";
};
grsecurity_latest = grsecurity_4_5;