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
This commit is contained in:
Joachim Fasting 2018-01-13 16:38:54 +01:00
parent 91ec1f784a
commit 87677d0390
No known key found for this signature in database
GPG Key ID: 5C204DF675C90294

View File

@ -3,11 +3,11 @@
}:
stdenv.mkDerivation rec {
name = "tor-0.3.1.9";
name = "tor-0.3.2.9";
src = fetchurl {
url = "https://dist.torproject.org/${name}.tar.gz";
sha256 = "09ixizsr635qyshvrn1m5asjkaz4fm8dx80lc3ajyy0fi7vh86vf";
sha256 = "03qn55c969zynnx71r82iaqnadpzq0qclq0zmjhb3n4qma8pnnj3";
};
outputs = [ "out" "geoip" ];