Port details on branch 2025Q2 |
- tor Anonymizing overlay network for TCP
- 0.4.8.16 security
=43 0.4.8.14Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2004-05-29 07:31:24
- Last Update: 2025-03-31 16:43:34
- Commit Hash: 5232387
- People watching this port, also watch:: curl, wget, nmap, sudo, openssl
- Also Listed In: net
- License: GPLv3
- WWW:
- https://www.torproject.org/
- Description:
- Tor: an anonymizing overlay network for TCP
Tor is a connection-based low-latency anonymous communication system which
addresses many flaws in the original onion routing design.
Tor is a toolset for a wide range of organizations and people that
want to improve their safety and security on the Internet. Using
Tor can help you anonymize web browsing and publishing, instant
messaging, IRC, SSH, and more. Tor also provides a platform on which
software developers can build new applications with built-in
anonymity, safety, and privacy features.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/security/tor/ && make install clean
- To add the package, run one of these commands:
- pkg install security/tor
- pkg install tor
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: tor
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1743437584
SHA256 (tor-0.4.8.16.tar.gz) = 6540dd377a120fb8e7d27530aa3b7ff72a0fa5b4f670fe1d64c987c1cfd390cb
SIZE (tor-0.4.8.16.tar.gz) = 9930424
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- asciidoc : textproc/asciidoc
- gmake>=4.4.1 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libevent.so : devel/libevent
- libzstd.so : archivers/zstd
- This port is required by:
- for Run
-
- net/onioncat
- net/onionprobe
- net/py-sbws
- net-im/py-unmessage
- net-im/ricochet
- security/snowflake-tor
- security/vm-to-tor
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for tor-0.4.8.16:
DOCS=on: Build and/or install documentation
MANPAGES=on: Build and/or install manual pages
POW=on: Enable PoW (Proof of Work) module (licence changes to GPL)
STATIC_TOR=off: Build a static tor
TCMALLOC=off: Use the tcmalloc memory allocation library
====> Supported compression libraries
ZSTD=on: Zstandard compression support
LZMA=on: LZMA compression support
====> Tracing
LTTNG=off: Build with LTTng-UST instrumentation
USDT=off: Build with tracing USDT instrumentation
LOG_DEBUG=off: Build with tracing event to debug log
===> Use 'make config' to modify these settings
- Options name:
- security_tor
- USES:
- compiler:c11 cpe gmake pkgconfig ssl
- pkg-message:
- For install:
- To enable the tor server, set tor_enable="YES" in your /etc/rc.conf
and edit /usr/local/etc/tor/torrc as desired. (However, note that the
/usr/local/etc/rc.d/tor rc.subr script can override some torrc
options: see that script for details.) To use the torify script, install
the net/torsocks port.
Tor users are strongly advised to prevent traffic analysis that
exploits sequential IP IDs by setting:
sysctl net.inet.ip.random_id=1
(see sysctl.conf(5)).
In order to run additional, independent instances of tor on the same machine
set tor_instances="inst1 inst2 ..." in your /etc/rc.conf, and create the
corresponding additional configuration files /usr/local/etc/tor/torrc@inst1, ...
Alternatively, you can use the extended instance definition to specify all
instance parameteres explicitly:
inst_name{:inst_conf:inst_user:inst_group:inst_pidfile:inst_data_dir}
- Master Sites:
|