3
0
Fork 0
forked from mirrors/nixpkgs

linux: 3.18.45 -> 3.18.47

This commit is contained in:
Franz Pletz 2017-01-21 20:39:34 +01:00
parent ab90eac835
commit ce3b98d08b
No known key found for this signature in database
GPG key ID: 846FDED7792617B4
2 changed files with 2 additions and 3 deletions

View file

@ -1,12 +1,12 @@
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:
import ./generic.nix (args // rec {
version = "3.18.45";
version = "3.18.47";
extraMeta.branch = "3.18";
src = fetchurl {
url = "mirror://kernel/linux/kernel/v3.x/linux-${version}.tar.xz";
sha256 = "1qwvqrlzpf57zvh57dsdk4c4swgbasf2ab75vcn2py8l7jl6rxf0";
sha256 = "1d9gcr08i6jlm4h6gxmhkq3hjm2ysd1587wffj10ky7y6428dpdi";
};
kernelPatches = args.kernelPatches;

View file

@ -11214,7 +11214,6 @@ in
linux_3_18 = callPackage ../os-specific/linux/kernel/linux-3.18.nix {
kernelPatches =
[ kernelPatches.bridge_stp_helper
kernelPatches.packet_fix_race_condition_CVE_2016_8655
]
++ lib.optionals ((platform.kernelArch or null) == "mips")
[ kernelPatches.mips_fpureg_emu