tor: 0.4.5.6 -> 0.4.5.7

Fixes CVE-2021-28089 and CVE-2021-28090.

Release notes:
https://blog.torproject.org/node/2009
This commit is contained in:
Thomas Gerbet 2021-04-17 20:42:29 +02:00
parent c27aea5e87
commit 97368d3738

View file

@ -30,11 +30,11 @@ let
in
stdenv.mkDerivation rec {
pname = "tor";
version = "0.4.5.6";
version = "0.4.5.7";
src = fetchurl {
url = "https://dist.torproject.org/${pname}-${version}.tar.gz";
sha256 = "0cz78pjw2bc3kl3ziip1nhhbq89crv315rf1my3zmmgd9xws7jr2";
sha256 = "0x7hhl0svfc4yh9xvq7kkzgmwjcw1ak9i0794wjg4biy2fmclzs4";
};
outputs = [ "out" "geoip" ];