Skip to content

Commit 3cd189c

Browse files
committedMay 16, 2017
tor: 0.3.0.6 -> 0.3.0.7
Contains a fix for TROVE-2017-002, a remotely triggered crashing bug affecting tor relays (clients & releases pre 0.3.0 unaffected).
1 parent 03d190d commit 3cd189c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/tools/security/tor/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
}:
44

55
stdenv.mkDerivation rec {
6-
name = "tor-0.3.0.6";
6+
name = "tor-0.3.0.7";
77

88
src = fetchurl {
99
url = "https://dist.torproject.org/${name}.tar.gz";
10-
sha256 = "057vq8wagppmrlg85dgbsrk1v67yqpbi9n87s8gn0mdm7kli5rd3";
10+
sha256 = "00kxa83bn0axh7479fynp6r8znq5wy26kvb8ghixgjpkir2c8h4n";
1111
};
1212

1313
outputs = [ "out" "geoip" ];

2 commit comments

Comments
 (2)

bjornfor commented on May 17, 2017

@bjornfor
Contributor

Backport to release-17.03?

joachifm commented on May 17, 2017

@joachifm
ContributorAuthor

17.03 is still on the 0.2.9.x, which is supposed to receive security fixes until 2020, so backporting this isn't essential, imo.

Please sign in to comment.