From 4751fca48c2dd68d65dd6c60a4c13687b710d799 Mon Sep 17 00:00:00 2001 From: Joachim Fasting Date: Wed, 2 Aug 2017 19:24:14 +0200 Subject: [PATCH] tor: 0.3.0.9 -> 0.3.0.10 Fixes TPROXY on linux, fixes potential DOS on openbsd. Otherwise mostly minor bugfixes. --- pkgs/tools/security/tor/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/security/tor/default.nix b/pkgs/tools/security/tor/default.nix index 2555aeccea4c..62438d1843bd 100644 --- a/pkgs/tools/security/tor/default.nix +++ b/pkgs/tools/security/tor/default.nix @@ -3,11 +3,11 @@ }: stdenv.mkDerivation rec { - name = "tor-0.3.0.9"; + name = "tor-0.3.0.10"; src = fetchurl { url = "https://dist.torproject.org/${name}.tar.gz"; - sha256 = "0hhyb1wil8japynqnm07r1f67w3wdnafdg9amzlrrcfcyq5qim28"; + sha256 = "1cas30wk4bhcivi6l9dj7wwlz6pc2jj883x1vijax3b8l54nx3ls"; }; outputs = [ "out" "geoip" ];