Merge pull request #24253 from layus/mptcp-v91.3

linux_mptcp: 0.91.2 -> 0.91.3 (kernel 4.1.38)
This commit is contained in:
Michael Raskin 2017-05-01 01:07:29 +02:00 committed by GitHub
commit ff84e3ed92
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.2";
modDirVersion = "4.1.35";
mptcpVersion = "0.91.3";
modDirVersion = "4.1.38";
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 = "1jfxycg8i99ry2cr2ksarvqjzlr46sp192wkpb4sb2mynbzf3dmk";
sha256 = "0vqjnkzcbbvyq24w3cryfmw7hhws1xqkkxqcv71szkbqqs6mcr14";
};
kernelPatches = args.kernelPatches;

View file

@ -11642,7 +11642,6 @@ with pkgs;
kernelPatches =
[ kernelPatches.bridge_stp_helper
kernelPatches.p9_fixes
kernelPatches.packet_fix_race_condition_CVE_2016_8655
kernelPatches.DCCP_double_free_vulnerability_CVE-2017-6074
]
++ lib.optionals ((platform.kernelArch or null) == "mips")