kernel: 3.19.3 -> 3.19.4
This commit is contained in:
parent
44dcac2e2b
commit
2ded7833ed
2 changed files with 5 additions and 12 deletions
|
@ -1,22 +1,15 @@
|
|||
{ stdenv, fetchurl, ... } @ args:
|
||||
|
||||
import ./generic.nix (args // rec {
|
||||
version = "3.19.3";
|
||||
version = "3.19.4";
|
||||
# Remember to update grsecurity!
|
||||
extraMeta.branch = "3.19";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://kernel/linux/kernel/v3.x/linux-${version}.tar.xz";
|
||||
sha256 = "0nis1r9fg562ysirzlyvfxvirpcfhxhhpfv3s13ccz20qiqiy46f";
|
||||
sha256 = "1qrsllzr8qhssd71vxgs1ga16lbz7cw85w50j4rl3l2g83z83cli";
|
||||
};
|
||||
|
||||
# FIXME: remove with the next point release.
|
||||
kernelPatches = args.kernelPatches ++
|
||||
[ { name = "btrfs-fix-deadlock";
|
||||
patch = ./btrfs-fix-deadlock.patch;
|
||||
}
|
||||
];
|
||||
|
||||
features.iwlwifi = true;
|
||||
features.efiBootStub = true;
|
||||
features.needsCifsUtils = true;
|
||||
|
|
|
@ -72,10 +72,10 @@ rec {
|
|||
};
|
||||
|
||||
grsecurity_unstable = grsecPatch
|
||||
{ kversion = "3.19.3";
|
||||
revision = "201504021826";
|
||||
{ kversion = "3.19.4";
|
||||
revision = "201504142300";
|
||||
branch = "test";
|
||||
sha256 = "0r3gsha4x9bkzg9n4rcwzi9f3hkbqrf8yga1dd83kyd10fns4lzm";
|
||||
sha256 = "19ag03l5bsg6c86q05gfl3nmqqpn49cvwq7gdpn7qzgjqg4n74kz";
|
||||
};
|
||||
|
||||
grsec_fix_path =
|
||||
|
|
Loading…
Reference in a new issue