linux_mptcp: 0.91 -> 0.91.2

This commit is contained in:
Guillaume Maudoux 2016-11-07 14:15:33 +01:00
parent a794b93cf8
commit eb9d126d2c
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

@ -10826,7 +10826,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