Skip to content

Commit 87677d0

Browse files
committedJan 13, 2018
tor: 0.3.1.9 -> 0.3.2.9
- Adds next-generation onion services[1] - Lots of fixes, e.g., for CVE-2017-8821, CVE-2017-8820, CVE-2017-8823, CVE-2017-8819, CVE-2017-8822, CVE-2017-8822 - Adds new option `NoExec` to disallow exec syscalls
1 parent 91ec1f7 commit 87677d0

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.1.9";
6+
name = "tor-0.3.2.9";
77

88
src = fetchurl {
99
url = "https://dist.torproject.org/${name}.tar.gz";
10-
sha256 = "09ixizsr635qyshvrn1m5asjkaz4fm8dx80lc3ajyy0fi7vh86vf";
10+
sha256 = "03qn55c969zynnx71r82iaqnadpzq0qclq0zmjhb3n4qma8pnnj3";
1111
};
1212

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

0 commit comments

Comments
 (0)
Please sign in to comment.