summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorJoachim Fasting <joachifm@fastmail.fm>2016-08-22 15:47:16 +0200
committerJoachim Fasting <joachifm@fastmail.fm>2016-08-23 01:49:34 +0200
commitcf592a896930c9b788c613acce849c77ae95592b (patch)
tree3b0f0c750235cd5825617bc3d46981e3faa7f039 /pkgs
parentcb78ef0eb3291d3db25c44ea3fe0457000d8cff1 (diff)
downloadnixpkgs-cf592a896930c9b788c613acce849c77ae95592b.tar
nixpkgs-cf592a896930c9b788c613acce849c77ae95592b.tar.gz
nixpkgs-cf592a896930c9b788c613acce849c77ae95592b.tar.bz2
nixpkgs-cf592a896930c9b788c613acce849c77ae95592b.tar.lz
nixpkgs-cf592a896930c9b788c613acce849c77ae95592b.tar.xz
nixpkgs-cf592a896930c9b788c613acce849c77ae95592b.tar.zst
nixpkgs-cf592a896930c9b788c613acce849c77ae95592b.zip
grsecurity: 4.7.1-201608161813 -> 4.7.2-201608211829
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/os-specific/linux/kernel/linux-grsecurity.nix4
-rw-r--r--pkgs/os-specific/linux/kernel/patches.nix6
2 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-grsecurity.nix b/pkgs/os-specific/linux/kernel/linux-grsecurity.nix
index ad14eb20a63..bd54c5352a5 100644
--- a/pkgs/os-specific/linux/kernel/linux-grsecurity.nix
+++ b/pkgs/os-specific/linux/kernel/linux-grsecurity.nix
@@ -1,12 +1,12 @@
 { stdenv, fetchurl, perl, buildLinux, ... } @ args:
 
 import ./generic.nix (args // rec {
-  version = "4.7.1";
+  version = "4.7.2";
   extraMeta.branch = "4.7";
 
   src = fetchurl {
     url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
-    sha256 = "0dl1zc4xb8lwrryrpwfqmbnwciypzpah8vkhsl5nx0l3qcck6n15";
+    sha256 = "1234z4wzvrbyzql6cc8i4bq7bbbjgaxhys4fcnqzm14lavk3wjaq";
   };
 
   kernelPatches = args.kernelPatches;
diff --git a/pkgs/os-specific/linux/kernel/patches.nix b/pkgs/os-specific/linux/kernel/patches.nix
index 96fb00a1816..26311c326fb 100644
--- a/pkgs/os-specific/linux/kernel/patches.nix
+++ b/pkgs/os-specific/linux/kernel/patches.nix
@@ -93,9 +93,9 @@ rec {
   grsecurity_4_4 = throw "grsecurity stable is no longer supported";
 
   grsecurity_testing = grsecPatch
-    { kver   = "4.7.1";
-      grrev  = "201608161813";
-      sha256 = "0ppay8gv7ml7kajbin7gclhrpkmc6pggxcbzzngm7qwdjjk5pppj";
+    { kver   = "4.7.2";
+      grrev  = "201608211829";
+      sha256 = "1a7pvmb57w7j9s4ww8xvzzijlpnr2i7nhm7jhgfz4n5w3jvxcny3";
     };
 
   # This patch relaxes grsec constraints on the location of usermode helpers,