mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 12:34:15 +00:00
grsecurity: 4.7.7-201610101902 -> 4.7.9-201610200819
This commit is contained in:
parent
858f54dd88
commit
ed5d146e9d
@ -1,12 +1,12 @@
|
|||||||
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:
|
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:
|
||||||
|
|
||||||
import ./generic.nix (args // rec {
|
import ./generic.nix (args // rec {
|
||||||
version = "4.7.7";
|
version = "4.7.9";
|
||||||
extraMeta.branch = "4.7";
|
extraMeta.branch = "4.7";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
|
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
|
||||||
sha256 = "079gvv91a0mymzxx1h9bbn4snk6xz0cyk1bf8pjkhdyyad90v17d";
|
sha256 = "13g2b8ap2xyx0c35ka92j9j3x7mh610ax5fq2xl75787hqmdaf06";
|
||||||
};
|
};
|
||||||
|
|
||||||
kernelPatches = args.kernelPatches;
|
kernelPatches = args.kernelPatches;
|
||||||
|
@ -86,9 +86,9 @@ rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
grsecurity_testing = grsecPatch
|
grsecurity_testing = grsecPatch
|
||||||
{ kver = "4.7.7";
|
{ kver = "4.7.9";
|
||||||
grrev = "201610101902";
|
grrev = "201610200819";
|
||||||
sha256 = "18x8grxj03bh9gqlm3sfgjl8vy5gpyrjr8nmdnrnas6ycmbvyjx4";
|
sha256 = "1q2j819g3yidd9m7myskx2g1rzrx3cw8fwjrzbbhaxv2kxjmrrjb";
|
||||||
};
|
};
|
||||||
|
|
||||||
# This patch relaxes grsec constraints on the location of usermode helpers,
|
# This patch relaxes grsec constraints on the location of usermode helpers,
|
||||||
|
Loading…
Reference in New Issue
Block a user