From c905b7895cff498a8ccddfa77ab401676d16ed55 Mon Sep 17 00:00:00 2001 From: aszlig Date: Fri, 25 Aug 2017 18:23:07 +0200 Subject: [PATCH] twister: 0.9.30 -> 0.9.34 From the upstream changelog: Version 0.9.34: * quick fix to "Assertion mapInfo.count" failed, don't mess with these addrman structures! Version 0.9.33: * fix serious connectivity problem: not trying to connect to >=0.9.30 peers with random ports. Version 0.9.31: * backport from upstream (arvidn/libtorrent@677e642): fixed uTP vulnerability from The fixes in 0.9.31 are a bit more serious and it actually contains two fixes from what I've been able to dig through: * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-5685 * https://www.us-cert.gov/ncas/alerts/TA14-017A Signed-off-by: aszlig --- pkgs/applications/networking/p2p/twister/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/networking/p2p/twister/default.nix b/pkgs/applications/networking/p2p/twister/default.nix index 6cb2c7247d54..2388b9ded18e 100644 --- a/pkgs/applications/networking/p2p/twister/default.nix +++ b/pkgs/applications/networking/p2p/twister/default.nix @@ -15,12 +15,12 @@ let in stdenv.mkDerivation rec { name = "twister-${version}"; - version = "0.9.30"; + version = "0.9.34"; src = fetchurl { url = "https://github.com/miguelfreitas/twister-core/" + "archive/v${version}.tar.gz"; - sha256 = "1i39iqq6z25rh869vi5k76g84rmyh30p05xid7z9sqjrqdfpyyzk"; + sha256 = "1bi8libivd9y2bn9fc7vbc5q0jnal0pykpzgri6anqaww22y58jq"; }; configureFlags = [