grsecurity: 4.6.4-201607242014 -> 4.6.5-201607272152

This commit is contained in:
Joachim Fasting
2016-07-29 00:22:56 +02:00
parent 2a4ba66d6c
commit 83f783c00f
3 changed files with 6 additions and 6 deletions

View File

@@ -1,12 +1,12 @@
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:
import ./generic.nix (args // rec {
version = "4.6.4";
version = "4.6.5";
extraMeta.branch = "4.6";
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "0zpz29hgwdwkil6rakn08bdq77qjcz8q18qlkfc43s84f4fd8s45";
sha256 = "1i8ksv8w6dn86q54gzk230gxrylqx3m55x789d29q5balg456bby";
};
kernelPatches = args.kernelPatches;

View File

@@ -93,9 +93,9 @@ rec {
grsecurity_4_4 = throw "grsecurity stable is no longer supported";
grsecurity_testing = grsecPatch
{ kver = "4.6.4";
grrev = "201607242014";
sha256 = "1imzz4m1a6i7199plwj264izj8xvvx7r09v3s50rrb17jcsrfiss";
{ kver = "4.6.5";
grrev = "201607272152";
sha256 = "120rj3cpvbchihj3w3i9j2fxvap3270kfxjfznw2ljglzf7pi8zc";
};
# This patch relaxes grsec constraints on the location of usermode helpers,