tor: 0.3.0.9 -> 0.3.0.10

Fixes TPROXY on linux, fixes potential DOS on openbsd.
Otherwise mostly minor bugfixes.
This commit is contained in:
Joachim Fasting 2017-08-02 19:24:14 +02:00
parent 0854c85678
commit 4751fca48c
No known key found for this signature in database
GPG Key ID: 66EAB6B14F6B6E0D

View File

@ -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" ];