mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
linux_mptcp: 0.91.2 -> 0.91.3 (kernel 4.1.38)
This commit is contained in:
parent
37f7470269
commit
d431ff2776
2 changed files with 3 additions and 4 deletions
|
@ -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;
|
||||
|
|
|
@ -11506,7 +11506,6 @@ with pkgs;
|
|||
linux_mptcp = callPackage ../os-specific/linux/kernel/linux-mptcp.nix {
|
||||
kernelPatches =
|
||||
[ kernelPatches.bridge_stp_helper
|
||||
kernelPatches.packet_fix_race_condition_CVE_2016_8655
|
||||
kernelPatches.DCCP_double_free_vulnerability_CVE-2017-6074
|
||||
]
|
||||
++ lib.optionals ((platform.kernelArch or null) == "mips")
|
||||
|
|
Loading…
Reference in a new issue