Port details |
- tsocks Allow non SOCKS aware applications to use SOCKS without modification
- 1.8.b5_10 net =13 1.8.b5_10Version of this port present on the latest quarterly branch.
- Maintainer: ehaupt@FreeBSD.org
- Port Added: 2003-10-08 01:24:19
- Last Update: 2024-04-12 19:35:43
- Commit Hash: 4ab6c18
- People watching this port, also watch:: nmap, curl, wget, freetype2, libxml2
- Also Listed In: security
- License: GPLv2
- WWW:
- https://tsocks.sourceforge.net
- Description:
- SOCKS servers are a form of proxy that are commonly used
in firewalled LAN environments to allow access between networks,
and often to the Internet.
The problem is that most applications don't know how to gain
access through SOCKS servers.
This means that network based applications
that don't understand SOCKS are very limited in networks they can reach.
An example of this is simple 'telnet'.
If you're on a network firewalled from the internet
with a SOCKS server for outside access,
telnet can't use this server and thus can't telnet out to the Internet.
tsocks' role is to allow these non SOCKS aware applications
(e.g telnet, ssh, ftp etc) to use SOCKS without any modification.
It does this by intercepting the
calls that applications make to establish network connections
and negotating them through a SOCKS server as necessary.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/net/tsocks/ && make install clean
- To add the package, run one of these commands:
- pkg install net/tsocks
- pkg install tsocks
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: tsocks
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (tsocks-1.8beta5.tar.gz) = 849d7ef5af80d03e76cc05ed9fb8fa2bcc2b724b51ebfd1b6be11c7863f5b347
SIZE (tsocks-1.8beta5.tar.gz) = 83928
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:
-
- gmake>=4.4.1 : devel/gmake
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for tsocks-1.8.b5_10:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
HOSTNAMES=on: Enable DNS lookups
MUTE=off: Disable all error messages
OLDMETHOD=off: Do not use RTLD_NEXT parameter to dlsym
SOCKSDNS=off: Intercept DNS requests and attempt to force them to use TCP
===> Use 'make config' to modify these settings
- Options name:
- net_tsocks
- USES:
- gmake
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.8.b5_10 12 Apr 2024 19:35:43 |
Emanuel Haupt (ehaupt) |
*/*: Remove GNU_CONFIGURE_MANPREFIX
After 9fd7ee1cdf6c remove GNU_CONFIGURE_MANPREFIX from my ports. |
1.8.b5_10 21 Jan 2024 18:08:41 |
Emanuel Haupt (ehaupt) |
*/*: Simply future removal of GNU_CONFIGURE_MANPREFIX
Simplify the future removal of GNU_CONFIGURE_MANPREFIX after the
manprefix migration is complete. The current placement of
GNU_CONFIGURE_MANPREFIX will not result in consecutive blank lines or
comments when lines containing GNU_CONFIGURE_MANPREFIX are removed in
batches.
Notified by: mat |
1.8.b5_10 21 Jan 2024 17:43:26 |
Emanuel Haupt (ehaupt) |
net/tsocks: Move manpages to share/man |
1.8.b5_9 06 Nov 2023 10:03:47 |
Rodrigo Osorio (rodrigo) |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems
Approved by: portmgr (blanket)
PR: 274888 |
1.8.b5_9 10 Nov 2022 07:49:19 |
Emanuel Haupt (ehaupt) |
net/tsocks: Fix erroneous substitution
When patching the wrapper script for /usr to ${PREFIX} a part in a sed
statement gets substituted that should be escaped. Adjust sed statement
in a way that it doesn't break after patching ${PREFIX}.
While here:
- move a REINPLACE_CMD operation to a pre-existing patch file
- pacify portclippy
- reformat with portfmt
PR: 267670
Reported by: chris@mumac.de |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
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) |
1.8.b5_8 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
1.8.b5_8 20 Jul 2022 14:22:37 |
Tobias C. Berner (tcberner) |
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 ) |
1.8.b5_8 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.8.b5_8 14 Aug 2019 08:48:51 |
mat |
Convert to UCL & cleanup pkg-message (categories n)
(and missed 3 missed files from previous categories.) |
1.8.b5_8 30 May 2019 16:31:38 |
ehaupt |
tsocks(8) suggests the the following line (twice):
LD_PRELOAD=/usr/local/lib/tsocks/libtsocks.so
This is wrong, because the library is installed under regular path,
without the `tsocks' subdirectory.
Fix the manpage accordingly.
Notified by: danfe
MFH: 2019Q2 |
1.8.b5_7 19 Aug 2016 16:15:17 |
ehaupt |
- Install inspectsocks and validateconf which are mentioned in the manpage
- Add license
- Use SUB_FILES for pkg-message
- Use DISTVERSION instead of PORTVERSION
- Recreate patch files to satisfy portlint
- Reformat pkg-message to what the PHB (section 8.5) defines as a good format
- Bump PORTREVISION
- Take maintainership |
1.8.b5_6 19 May 2016 10:44:12 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
1.8.b5_6 19 Dec 2014 02:17:31 |
bdrewery |
- Handle EISCONN
PR: ports/196115
Submitted by: Anthony Cornehl <accornehl@fastmail.fm> |
1.8.b5_5 22 Nov 2014 14:43:24 |
antoine |
Cleanup plist |
1.8.b5_5 04 Aug 2014 03:40:15 |
adamw |
In some straightforward cases, protect documentation behind
PORTDOCS, adding a DOCS option where needed, and a couple
PORTEXAMPLES for good measure. |
1.8.b5_5 29 Mar 2014 13:09:34 |
antoine |
Change DEBUG option to MUTE which does the contrarya
This controls whether tsocks can display error message or not, and is not
related to debugging support (not stripping binaries, compiling with -g...) |
1.8.b5_4 06 Feb 2014 18:45:36 |
antoine |
- Stage support
- OPTIONS conversion |
1.8.b5_4 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
1.8.b5_4 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
1.8.b5_4 22 Aug 2009 02:23:49 |
amdmi3 |
- Fix broken makefiles introduced with translation to new SF File Release System
Reported by: dan
Pointyhat to: myself |
1.8.b5_4 22 Aug 2009 00:32:25 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with N |
1.8.b5_4 16 Dec 2008 05:25:48 |
linimon |
Reset yazzy@yazzy.org due to maintainer-timeouts and no response to
email.
Hat: portmgr |
1.8.b5_4 05 Sep 2008 22:36:50 |
itetcu |
- fix handling with NOPORT* defined
- use *DIR macros
- bump PORTREVISION
Prompted by: QAT run
Approved by: maintainer timeout on QAT BotMail |
1.8.b5_3 19 Apr 2008 17:56:05 |
miwi |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
1.8.b5_3 11 May 2006 22:49:56 |
edwin |
Remove USE_REINPLACE from all categories starting with N |
1.8.b5_3 22 Jan 2006 21:24:05 |
edwin |
SHA256ify
Approved by: krion@ |
1.8.b5_3 06 Sep 2004 10:37:04 |
eik |
- fix tsocks wrapper
- install libtsocks.so in ${PREFIX}/lib instead of ${LOCALBASE}/lib/tsocks
PR: 71383
Submitted by: Florent Thoumie <flz@xbsd.org>
Reviewed by: Marcin Jessa <yazzy@yazzy.org>
Approved by: portmgr (implicit) |
1.8.b5_2 19 Mar 2004 01:51:15 |
trevor |
Add size data, approved by maintainers. |
1.8.b5_2 04 Feb 2004 05:10:27 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
1.8.b5_1 08 Oct 2003 08:44:54 |
edwin |
Make port buildable on -STABLE |
1.8.b5_1 08 Oct 2003 01:20:50 |
edwin |
new port: net/tsocks
Allow non SOCKS aware applications to use SOCKS without modification.
PR: ports/56534
Submitted by: YazzY <yazzy@yazzy.org> |