Merge pull request #20236 from layus/update-mptcp

linux_mptcp: 0.91 -> 0.91.2
This commit is contained in:
Franz Pletz 2016-11-08 02:13:34 +01:00 committed by GitHub
commit ee5af3fb66
2 changed files with 3 additions and 4 deletions

View File

@ -1,8 +1,8 @@
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:
import ./generic.nix (args // rec {
mptcpVersion = "0.91";
modDirVersion = "4.1.26";
mptcpVersion = "0.91.2";
modDirVersion = "4.1.35";
version = "${modDirVersion}-mptcp_v${mptcpVersion}";
extraMeta = {
@ -12,7 +12,7 @@ import ./generic.nix (args // rec {
src = fetchurl {
url = "https://github.com/multipath-tcp/mptcp/archive/v${mptcpVersion}.tar.gz";
sha256 = "0rbvgz89j5wk781y201qdxy2kz4gmlamb72wdbxj8mxv92x56lh3";
sha256 = "1jfxycg8i99ry2cr2ksarvqjzlr46sp192wkpb4sb2mynbzf3dmk";
};
kernelPatches = args.kernelPatches;

View File

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