mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
grsecurity: 4.5.4-201605131918 -> 4.5.5-201605202102
This commit is contained in:
parent
a2f7ae1935
commit
cdf2ffda9d
@ -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.5.4";
|
version = "4.5.5";
|
||||||
extraMeta.branch = "4.5";
|
extraMeta.branch = "4.5";
|
||||||
|
|
||||||
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 = "1s0mhhxx2sw93a9cin5mvjl82ah93a4sa2lfkvs6ay73mw3ifp2p";
|
sha256 = "0l7wnilqqhg3im2v04g6k2x621yckdb9bpfh8s8jq9l2fixjln99";
|
||||||
};
|
};
|
||||||
|
|
||||||
kernelPatches = args.kernelPatches;
|
kernelPatches = args.kernelPatches;
|
||||||
|
@ -95,9 +95,9 @@ rec {
|
|||||||
grsecurity_4_5 = grsecPatch
|
grsecurity_4_5 = grsecPatch
|
||||||
{ kernel = pkgs.grsecurity_base_linux_4_5;
|
{ kernel = pkgs.grsecurity_base_linux_4_5;
|
||||||
patches = [ grsecurity_fix_path_4_5 ];
|
patches = [ grsecurity_fix_path_4_5 ];
|
||||||
kversion = "4.5.4";
|
kversion = "4.5.5";
|
||||||
revision = "201605131918";
|
revision = "201605202102";
|
||||||
sha256 = "0f5s8lj6zc4jp2cpxm7r891px3dmb6m3ximfigwq809yydg5aimv";
|
sha256 = "10b3faxb1qam1r806sskbyhmirb86plhzrakq3cvndnwrdanwr9b";
|
||||||
};
|
};
|
||||||
|
|
||||||
grsecurity_latest = grsecurity_4_5;
|
grsecurity_latest = grsecurity_4_5;
|
||||||
|
Loading…
Reference in New Issue
Block a user