summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel
diff options
context:
space:
mode:
authorAustin Seipp <aseipp@pobox.com>2014-02-17 04:09:17 -0600
committerAustin Seipp <aseipp@pobox.com>2014-02-17 07:27:51 -0600
commitc13701532843024e8cb1be070a9b293c6d527fa0 (patch)
treea9b0457a1f9296c8679dd08c241c0b8b2e6e28b8 /pkgs/os-specific/linux/kernel
parent8e349e721cb17619c202aeadb3fbd3b6998bae40 (diff)
downloadnixlib-c13701532843024e8cb1be070a9b293c6d527fa0.tar
nixlib-c13701532843024e8cb1be070a9b293c6d527fa0.tar.gz
nixlib-c13701532843024e8cb1be070a9b293c6d527fa0.tar.bz2
nixlib-c13701532843024e8cb1be070a9b293c6d527fa0.tar.lz
nixlib-c13701532843024e8cb1be070a9b293c6d527fa0.tar.xz
nixlib-c13701532843024e8cb1be070a9b293c6d527fa0.tar.zst
nixlib-c13701532843024e8cb1be070a9b293c6d527fa0.zip
grsecurity updates.
  - stable:  3.0-3.2.54-201402062221 -> 3.0-3.2.55-201402152203
  - testing: 3.0-3.13.3-201402132113 -> 3.0-3.13.3-201402152204

Signed-off-by: Austin Seipp <aseipp@pobox.com>
Diffstat (limited to 'pkgs/os-specific/linux/kernel')
-rw-r--r--pkgs/os-specific/linux/kernel/patches.nix12
1 files changed, 6 insertions, 6 deletions
diff --git a/pkgs/os-specific/linux/kernel/patches.nix b/pkgs/os-specific/linux/kernel/patches.nix
index c36779c295f5..2480936b08cd 100644
--- a/pkgs/os-specific/linux/kernel/patches.nix
+++ b/pkgs/os-specific/linux/kernel/patches.nix
@@ -78,11 +78,11 @@ rec {
   };
 
 
-  grsecurity_3_0_3_2_54 =
-    { name = "grsecurity-3.0-3.2.54";
+  grsecurity_3_0_3_2_55 =
+    { name = "grsecurity-3.0-3.2.55";
       patch = fetchurl {
-        url = https://grsecurity.net/stable/grsecurity-3.0-3.2.54-201402062221.patch;
-        sha256 = "14x887xibl7d50a1pxmi0snnwcnh27z8bnidhxg2xfasxxp248m5";
+        url = http://grsecurity.net/stable/grsecurity-3.0-3.2.55-201402152203.patch;
+        sha256 = "1600hydfq2dwyqqzfmsvy50kcicdm2lq44yiiwgnbiykq2135fwx";
       };
       features.grsecurity = true;
       # The grsec kernel patch seems to include the apparmor patches as of 3.0-3.2.54
@@ -92,8 +92,8 @@ rec {
   grsecurity_3_0_3_13_3 =
     { name = "grsecurity-3.0-3.13.3";
       patch = fetchurl {
-        url = http://grsecurity.net/test/grsecurity-3.0-3.13.3-201402132113.patch;
-        sha256 = "143givk7xk54c2f9q7h2v5gdc3sy1kcd8j83vn1jfcyipzqkdqnk";
+        url = http://grsecurity.net/test/grsecurity-3.0-3.13.3-201402152204.patch;
+        sha256 = "0c4mswka95zivil3a28ipsbnv2nhrmqwj4l4dig3n8pr6d2vgwc9";
       };
       features.grsecurity = true;
       # The grsec kernel patch seems to include the apparmor patches as of 3.0-3.13.2