Commits
Dimitris Apostolou authored and Chris Jones committed aa513a5db25
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | |
5 5 | name tor-devel |
6 6 | conflicts tor |
7 - | version 0.4.0.5 |
7 + | version 0.4.1.1-alpha |
8 8 | categories security |
9 9 | platforms darwin |
10 10 | maintainers nomaintainer |
11 11 | license BSD |
12 12 | |
13 13 | description anonymizing overlay network for TCP |
14 14 | |
15 15 | long_description Tor provides a distributed network of servers \ |
16 16 | (onion routers). Users bounce their TCP streams \ |
17 17 | (web traffic, FTP, SSH, etc.) around the \ |
18 18 | routers. This makes it hard for recipients, \ |
19 19 | observers, and even the onion routers \ |
20 20 | themselves to track the source of the stream. |
21 21 | |
22 22 | homepage https://www.torproject.org/ |
23 23 | master_sites https://dist.torproject.org/ |
24 24 | distname tor-${version} |
25 25 | |
26 - | checksums rmd160 cc0bead52c77d0cb7f65c7c083c48d3810514287 \ |
27 - | sha256 b5a2cbf0dcd3f1df2675dbd5ec10bbe6f8ae995c41b68cebe2bc95bffc90696e \ |
28 - | size 7203877 |
26 + | checksums rmd160 04c61763be4befaa689a084bed7569f82fc1b5c2 \ |
27 + | sha256 60100c5cbed22a3e474452bb1b8ee941b98f4a268d7bbaa3ad04c7390ccb3e01 \ |
28 + | size 7350019 |
29 29 | |
30 30 | depends_lib port:libevent \ |
31 31 | path:lib/libssl.dylib:openssl \ |
32 32 | port:zlib |
33 33 | |
34 34 | configure.args --disable-silent-rules |
35 35 | |
36 36 | # https://gitweb.torproject.org/torspec.git/tree/proposals/278-directory-compression-scheme-negotiation.txt |
37 37 | # All clients should aim at supporting the same set of supported compression schemes to avoid fingerprinting. |
38 38 | configure.args-append \ |