summary refs log tree commit diff
path: root/pkgs/tools/security/tor
diff options
context:
space:
mode:
authorThomas Gerbet <thomas@gerbet.me>2021-04-17 20:42:29 +0200
committerThomas Gerbet <thomas@gerbet.me>2021-04-17 20:42:29 +0200
commit97368d3738f63f6928a31774a015f4945cb9e408 (patch)
tree6aac606eef03303135e41ecc53e95ab48a8b4812 /pkgs/tools/security/tor
parentc27aea5e879748c79acf3b6681194fcf184e3eba (diff)
downloadnixpkgs-97368d3738f63f6928a31774a015f4945cb9e408.tar
nixpkgs-97368d3738f63f6928a31774a015f4945cb9e408.tar.gz
nixpkgs-97368d3738f63f6928a31774a015f4945cb9e408.tar.bz2
nixpkgs-97368d3738f63f6928a31774a015f4945cb9e408.tar.lz
nixpkgs-97368d3738f63f6928a31774a015f4945cb9e408.tar.xz
nixpkgs-97368d3738f63f6928a31774a015f4945cb9e408.tar.zst
nixpkgs-97368d3738f63f6928a31774a015f4945cb9e408.zip
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
Diffstat (limited to 'pkgs/tools/security/tor')
-rw-r--r--pkgs/tools/security/tor/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/tor/default.nix b/pkgs/tools/security/tor/default.nix
index 0291d7bb3aa..2e1e1ae2a67 100644
--- a/pkgs/tools/security/tor/default.nix
+++ b/pkgs/tools/security/tor/default.nix
@@ -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" ];