notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
2024-11-06 Today brought in a new category: filesystems. Sadly, the website did not process it well. I am working on that. It may take a few days.
2024-11-07 Commit processing is halted. I have a fix for the new category. It is making its way through the system.
UPDATE: the backend is processing the original filesystems commit now. It should take about an hour.
UPDATE: as of 20:30 UTC, the filesystems commit has been processed. Commit processing is now up to date.
Port details
torsocks Easy way to make any app work through Tor
2.4.0 net on this many watch lists=5 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.4.0Version of this port present on the latest quarterly branch.
Maintainer: yuri@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2009-03-08 13:57:49
Last Update: 2024-08-24 03:45:44
Commit Hash: bf74bdd7
People watching this port, also watch:: wget, mutt, mDNSResponder, tor, libgphoto2
Also Listed In: security
License: GPLv2
WWW:
https://gitlab.torproject.org/tpo/core/torsocks
Description:
This is new generation of TSOCKS. Torsocks allows you to use most socks-friendly applications in a safe way with Tor. It ensures that DNS requests are handled safely and explicitly rejects UDP traffic from the application you're using. See also https://gitweb.torproject.org/torsocks.git
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (16 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/torsocks-2.4.0/catalog.mk
  3. /usr/local/share/licenses/torsocks-2.4.0/LICENSE
  4. /usr/local/share/licenses/torsocks-2.4.0/GPLv2
  5. bin/torsocks
  6. @sample etc/tor/torsocks.conf.sample
  7. lib/torsocks/libtorsocks.a
  8. lib/torsocks/libtorsocks.so
  9. lib/torsocks/libtorsocks.so.0
  10. lib/torsocks/libtorsocks.so.0.0.0
  11. share/man/man1/torsocks.1.gz
  12. share/man/man5/torsocks.conf.5.gz
  13. share/man/man8/torsocks.8.gz
  14. @owner
  15. @group
  16. @mode
Collapse this list.
Dependency lines:
  • torsocks>0:net/torsocks
To install the port:
cd /usr/ports/net/torsocks/ && make install clean
To add the package, run one of these commands:
  • pkg install net/torsocks
  • pkg install torsocks
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: torsocks
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1714938830 SHA256 (core-torsocks-afe9dea542a8b495dbbbbe5e4b98a33cde06729b_GL0.tar.gz) = 38ac126f992cffcd4a94994e55e9a3fd1fc9d46e11a26d06d4680ef4c32f48f7 SIZE (core-torsocks-afe9dea542a8b495dbbbbe5e4b98a33cde06729b_GL0.tar.gz) = 119001

Packages (timestamps in pop-ups are UTC):
torsocks
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2.4.02.4.02.3.0_12.4.02.4.0-2.3.0_1-
FreeBSD:13:quarterly2.4.02.4.02.3.0_12.4.02.4.02.3.0_12.3.0_12.3.0_1
FreeBSD:14:latest2.4.02.4.02.3.0_12.4.02.4.02.3.0_1-2.3.0_1
FreeBSD:14:quarterly2.4.02.4.0-2.4.02.4.02.3.0_12.3.0_12.3.0_1
FreeBSD:15:latest2.4.02.4.0n/a2.4.0n/a2.3.0_12.3.0_12.3.0_1
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.4.1 : devel/gmake
  2. autoconf>=2.72 : devel/autoconf
  3. automake>=1.17 : devel/automake
  4. libtoolize : devel/libtool
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for torsocks-2.4.0: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
net_torsocks
USES:
autoreconf alias gmake libtool tar:xz
pkg-message:
For install:
You installed torsocks, which is part of the Tor Project. If you have non-local or non-standard Tor SOCKS server location, please edit /usr/local/etc/tor/torsocks.conf To run most programs through Tor launch them like this: torsocks [any executable] For example you can use ssh to a some.host.com by doing: torsocks ssh username@some.host.com -l <user> or launch pidgin by doing: torsocks pidgin ==SECURITY WARNING== Please note that torsocks does not in general guarantee that all network connections made using torsocks will always go through Tor, and not directly through the unsecured network. There are many ways how general programs can purposefully or inadvertently defeat torsocks. One way is to reset the environment variable for the child process. You can use ex. wireshark to see where network packets are actually sent by the program in question.
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://gitlab.torproject.org/tpo/core/torsocks/-/archive/afe9dea542a8b495dbbbbe5e4b98a33cde06729b.tar.gz?dummy=/
Collapse this list.

Number of commits found: 44

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.4.0
24 Aug 2024 03:45:44
commit hash: bf74bdd7fd0e4eb099261f16eea56fe54d1dce86commit hash: bf74bdd7fd0e4eb099261f16eea56fe54d1dce86commit hash: bf74bdd7fd0e4eb099261f16eea56fe54d1dce86commit hash: bf74bdd7fd0e4eb099261f16eea56fe54d1dce86 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/torsocks: Fix build on 15

One more function had to be fixed

PR:		280467
2.4.0
27 Jul 2024 20:19:17
commit hash: 97e12aa04d5dc00271ae925f01a4ec0432efb660commit hash: 97e12aa04d5dc00271ae925f01a4ec0432efb660commit hash: 97e12aa04d5dc00271ae925f01a4ec0432efb660commit hash: 97e12aa04d5dc00271ae925f01a4ec0432efb660 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/torsocks: Fix build failure on 15

PR:		280467
Reported by:	Dan Kotowski <dan.kotowski@a9development.com>
2.4.0
25 Jul 2024 16:58:56
commit hash: a6fa625155380d7e90e4f1226ee0940e09104433commit hash: a6fa625155380d7e90e4f1226ee0940e09104433commit hash: a6fa625155380d7e90e4f1226ee0940e09104433commit hash: a6fa625155380d7e90e4f1226ee0940e09104433 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/torsocks: Fix build on 15

Reported by:	fallout
2.4.0
05 May 2024 20:48:55
commit hash: d5688719ddec9be2ad027436caef63f3a7e3bf58commit hash: d5688719ddec9be2ad027436caef63f3a7e3bf58commit hash: d5688719ddec9be2ad027436caef63f3a7e3bf58commit hash: d5688719ddec9be2ad027436caef63f3a7e3bf58 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/torsocks: update 2.3.0 → 2.4.0
2.3.0_3
05 May 2024 08:29:45
commit hash: 4251c2a2ddb5156ca44de4836cfa08100df2c33dcommit hash: 4251c2a2ddb5156ca44de4836cfa08100df2c33dcommit hash: 4251c2a2ddb5156ca44de4836cfa08100df2c33dcommit hash: 4251c2a2ddb5156ca44de4836cfa08100df2c33d files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/torsocks: Fix USE_LDCONFIG
2.3.0_2
20 Mar 2024 18:37:12
commit hash: 5887fdc933bf98d3af4132a67f44c0e3984f5680commit hash: 5887fdc933bf98d3af4132a67f44c0e3984f5680commit hash: 5887fdc933bf98d3af4132a67f44c0e3984f5680commit hash: 5887fdc933bf98d3af4132a67f44c0e3984f5680 files touched by this commit
Nuno Teixeira (eduardo) search for other commits by this committer
net/torsocks: Move man pages to share/man

Approved by:	portmgr (blanket)
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2.3.0_1
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.3.0_1
20 Jul 2022 14:22:37
commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
net: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  <ports@c0decafe.net>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Straup Cope <ascope@cpan.org>
  *  Aaron Zauner <az_mail@gmx.at>
  *  Adam Jette <jettea46@yahoo.com>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Alan Eldridge <alane@geeksrus.net>
  *  Alex Bakhtin <Alex.Bakhtin@gmail.com>
  *  Alex Deiter <Alex.Deiter@Gmail.COM>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Dupre <sysadmin@alexdupre.com>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.3.0_1
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
2.3.0_1
14 Aug 2019 08:48:51
Revision:508903Original commit files touched by this commit
mat search for other commits by this committer
Convert to UCL & cleanup pkg-message (categories n)

(and missed 3 missed files from previous categories.)
2.3.0_1
06 Mar 2019 05:00:28
Revision:494775Original commit files touched by this commit
yuri search for other commits by this committer
net/torsocks: Fix unsupported syscall errors in version 2.3.0

PR:		233736
Submitted by:	Stefan Ehmann <shoesoft@gmx.net>
2.3.0
20 Nov 2018 19:22:58
Revision:485470Original commit files touched by this commit
yuri search for other commits by this committer
net/torsocks: Update 2.2.0 -> 2.3.0

Reported by:	portscout
2.2.0_1
16 Jul 2018 23:15:58
Revision:474760Original commit files touched by this commit
yuri search for other commits by this committer
net/torsocks: Use configure instead of autoreconf

Reported by:	tobik
2.2.0_1
16 Jul 2018 18:42:34
Revision:474754Original commit files touched by this commit
yuri search for other commits by this committer
net/torsocks: Fetch distfile from official repository

PR:		229544
Submitted by:	Vinicius Zavam <egypcio@googlemail.com>
2.2.0
25 Feb 2018 00:40:37
Revision:462887Original commit files touched by this commit
yuri search for other commits by this committer
Replaced my old rawbw.com maintainer's address with yuri@FreeBSD.org

98 ports are affected.

Approved by:	tcberner (mentor, implicit)
2.2.0
14 Jun 2017 09:48:01
Revision:443560Original commit files touched by this commit
ehaupt search for other commits by this committer
Update to 2.2.0

PR:		219211
Approved by:	maintainer timeout (yuri@rawbw.com, 32 days)
2.1.0
29 Dec 2015 14:30:47
Revision:404743Original commit files touched by this commit
mat search for other commits by this committer
Cleanup GH_* and variables order.

Sponsored by:	Absolight
2.1.0
28 Oct 2015 16:25:27
Revision:400400Original commit files touched by this commit
pawel search for other commits by this committer
Update to version 2.1.0

PR:		200503
Submitted by:	maintainer
2.0.0
28 Aug 2015 13:39:57
Revision:395483Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Switch to options helpers
- While here, add some NO_ARCHes and couple missing PORT_OPTIONS=DOCS

Approved by:	portmgr blanket
2.0.0
04 Aug 2015 11:29:19
Revision:393516Original commit files touched by this commit
mat search for other commits by this committer
Cleanup some abusive use of GH_TAGNAME.

With hat:	portmgr
Sponsored by:	Absolight
2.0.0
03 Jul 2015 10:46:52
Revision:391227Original commit files touched by this commit
marino search for other commits by this committer
Add USES=alias to 11 ports (non-invasive DragonFly support)
2.0.0
18 Apr 2015 15:14:58
Revision:384229Original commit files touched by this commit
tijl search for other commits by this committer
Convert to USES=autoreconf
2.0.0
29 Mar 2015 19:56:11
Revision:382623Original commit files touched by this commit
pi search for other commits by this committer
net/torsocks: 1.2 -> 2.0.0

- Changes:
  https://github.com/dgoulet/torsocks/blob/master/ChangeLog
- Submitter takes maintainership
- Repository moved from google to github (and further)

PR:		195715
Submitted by:	yuri@rawbw.com
Approved by:	<andy.lavr@gmail.com> (maintainer timeout)
1.2_3
21 Dec 2014 11:44:16
Revision:375156Original commit files touched by this commit
antoine search for other commits by this committer
- Fix plist
- Strip shared library
1.2_2
09 Dec 2014 17:29:50
Revision:374410Original commit files touched by this commit
bapt search for other commits by this committer
Cleanup plist
1.2_2
03 Jul 2014 17:57:31
Revision:360432Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Stagify
- Switch to USES=libtool, drop .la files

Approved by:	portmgr blanket
1.2_1
29 May 2014 12:00:31
Revision:355691Original commit files touched by this commit
miwi search for other commits by this committer
- Convert gmake,bzip2 to USES

Approved by:	portmgr
1.2_1
20 Sep 2013 22:10:25
Revision:327755Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
net)
1.2_1
23 Jul 2013 21:39:07
Revision:323553Original commit files touched by this commit
ade search for other commits by this committer
Hack around fallout from recent update to automake-1.14
1.2_1
26 May 2013 20:12:35
Revision:319134Original commit files touched by this commit
wg search for other commits by this committer
- Convert to OptionsNG [1]
- Use libtoolize for autotools [1]
- Trim Makefile header [1]
- Add LICENSE (GPLv2)
- Use PORTDOCS at Makefile
- Remove PORTEXAMPLES (sample conf same as original)

PR:		ports/177113 [1]
Submitted by:	Andrei Lavreniyuk <andy.lavr@gmail.com> (maintainer) [1]
Approved by:	jpaetzel (mentor)
1.2
27 Jan 2012 17:36:58
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 1.2

PR:             162400
Submitted by:   Andrei Lavreniyuk <andy.lavr@gmail.com> (maintainer)
1.1_1
14 Jan 2011 09:26:13
Original commit files touched by this commit
arved search for other commits by this committer
Fix library path

PR:             153931
Submitted by:   maintainer
Reported by:    Nick Ulen
Feature safe:   yes
1.1
10 Jan 2011 20:17:41
Original commit files touched by this commit
dhn search for other commits by this committer
- Update to 1.1

PR:             ports/153465
Submitted by:   Andrei Lavreniyuk <andy.lavr@gmail.com> (maintainer)
1.0_3
04 Dec 2010 07:34:27
Original commit files touched by this commit
ade search for other commits by this committer
Sync to new bsd.autotools.mk
1.0_3
16 Oct 2010 11:52:47
Original commit files touched by this commit
ade search for other commits by this committer
Punt autoconf267->autoconf268
1.0_3
05 Oct 2010 19:57:56
Original commit files touched by this commit
ade search for other commits by this committer
Round one migration of ports from automake{19,110} to automake111
1.0_3
15 Sep 2010 18:35:24
Original commit files touched by this commit
ade search for other commits by this committer
Autotools update.   Read ports/UPDATING 20100915 for details.

Approved by:    portmgr (for Mk/bsd.port.mk part)
Tested by:      Multiple -exp runs
1.0_2
18 Dec 2009 16:14:51
Original commit files touched by this commit Sanity Test Failure
pav search for other commits by this committer
- Synchronize .in and .am patches

Reported by:    QAT
1.0_2
18 Dec 2009 15:48:20
Original commit files touched by this commit Sanity Test Failure
pav search for other commits by this committer
- Update to 1.0 epsilon

PR:             ports/140534
Submitted by:   Andrei Lavreniyuk <andy.lavr@gmail.com> (maintainer)
1.0_1
08 Sep 2009 16:31:32
Original commit files touched by this commit
beat search for other commits by this committer
- Add a patch from upstream to fix segfault when address supplied for
  getaddrinfo is null and handle wildcard addresses in getaddrinfo calls.
- Bump PORTREVISION

PR:             ports/138200 (based on)
Submitted by:   Andrei Lavreniyuk <andy.lavr AT gmail.com> (maintainer)
1.0
02 Aug 2009 19:36:34
Original commit files touched by this commit
mezz search for other commits by this committer
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
1.0
08 Mar 2009 16:34:46
Original commit files touched by this commit
beat search for other commits by this committer
- Fix build on amd64

Reported by:    QAT
Tested by:      miwi
Approved by:    miwi (mentor)
1.0
08 Mar 2009 13:57:27
Original commit files touched by this commit
beat search for other commits by this committer
It is new generation of TSOCKS.

Torsocks allows you to use most socks-friendly applications in
a safe way with Tor. It ensures that DNS requests are handled
safely and explicitly rejects UDP traffic from the application
you're using.

WWW: http://code.google.com/p/torsocks/

PR:             ports/131653
Submitted by:   Andrei Lavreniyuk <andy.lavr AT gmail.com>
Approved by:    miwi (mentor)

Number of commits found: 44