Port details on branch 2024Q4 |
- tor Anonymizing overlay network for TCP
- 0.4.8.13 security =0 0.4.8.13Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2024-11-02 15:24:06
- Last Update: 2024-11-02 15:23:30
- Commit Hash: 1fb0e4e
- Also Listed In: net
- License: BSD3CLAUSE
- 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 = 1730303575
SHA256 (tor-0.4.8.13.tar.gz) = 9baf26c387a2820b3942da572146e6eb77c2bc66862af6297cd02a074e6fba28
SIZE (tor-0.4.8.13.tar.gz) = 9912610
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
-
- www/tor-browser
Configuration Options:
- ===> The following configuration options are available for tor-0.4.8.13:
DOCS=on: Build and/or install documentation
MANPAGES=on: Build and/or install manual pages
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:
|