Port details |
- 6tunnel TCP proxy for applications that do not speak IPv6
- 0.13_1 net
=9 0.13_1Version of this port present on the latest quarterly branch. - Maintainer: bofh@FreeBSD.org
 - Port Added: 2001-03-02 09:46:36
- Last Update: 2024-01-30 21:01:10
- Commit Hash: 39a315a
- People watching this port, also watch:: netcat, openvpn, openssl, p5-MIME-Tools, p5-Digest-MD5
- License: GPLv2
- WWW:
- https://github.com/wojtekka/6tunnel
- Description:
- 6tunnel allows you to use services provided by IPv6 hosts with IPv4-only
applications and vice versa. It can bind to any of your IPv4 (default) or
IPv6 addresses and forward all data to IPv4 or IPv6 (default) host.
It can be used for example as an ipv6-capable IRC proxy.
¦ ¦ ¦ ¦ 
- 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/6tunnel/ && make install clean
- To add the package, run one of these commands:
- pkg install net/6tunnel
- pkg install 6tunnel
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: 6tunnel
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1585687268
SHA256 (wojtekka-6tunnel-0.13-6c64c42_GH0.tar.gz) = 28b779d6591d0a85067b13042bb75f151d7604876883ce8a039ad5a6f5f78819
SIZE (wojtekka-6tunnel-0.13-6c64c42_GH0.tar.gz) = 20898
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:
-
- autoconf>=2.71 : devel/autoconf
- automake>=1.16.5 : devel/automake
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- net_6tunnel
- USES:
- autoreconf
- 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 |
0.13_1 30 Jan 2024 21:01:10
    |
Muhammad Moinur Rahman (bofh)  |
net/6tunnel: Moved man to share/man |
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) |
0.13 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 ) |
0.13 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 ) |
0.13 10 Nov 2021 17:33:38
    |
Gleb Popov (arrowd)  |
net/6tunnel: Update WWW. |
0.13 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.13 31 Mar 2020 21:08:19
  |
bofh  |
net/6tunnel: Update version 0.12=>0.13
- Remove bdrewary's LOCAL MASTERSITES
- Take MAINTAINERSHIP |
0.12 09 Oct 2019 12:17:15
  |
bapt  |
Drop the ipv6 virtual category for n* category as it is not relevant anymore |
0.12 24 Jan 2018 19:23:37
  |
bdrewery  |
Drop maintainership |
0.12 24 Jan 2018 19:23:01
  |
bdrewery  |
- Update to 0.12
Changes by Wojtek Kaniewski:
make -4 and -6 work the way they were intended,
remove -H option, but leave enough information for the users to get the same
result,
warn when both local and remote address are of the same type.
Changes by Jari Aalto:
spelling fixes.
https://github.com/wojtekka/6tunnel/releases
PR: 216485
Submitted by: w.schwarzenfeld@utanet.at |
0.11.r2.20130525 25 Dec 2017 20:09:07
  |
tijl  |
Convert to USES=autoreconf. |
0.11.r2.20130525 07 May 2015 17:26:06
  |
mat  |
Update ports in the n* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight |
0.11.r2.20130525 19 Mar 2015 16:44:59
  |
bdrewery  |
Update USE_GITHUB so it does not require GH_COMMIT.
Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag. This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.
The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
GH -> GHL
GITHUB -> GITHUB_LEGACY
Differential Revision: https://reviews.freebsd.org/D748
Submitted by: amdmi3
Reviewed by: mat, swills, antoine, bdrewery
With hat: portmgr |
0.11.r2.20130525 10 Apr 2014 00:03:48
  |
bdrewery  |
- Take maintainership
- Stage
- Add LICENSE=GPLv2 [1]
- Update to git version from 2013 which fixes:
* ignore IPv4/IPv6 address hints when option -H is present.
* fix an error in the "hints" handling of the host resolver which confused
local/source and remote hint (AF_INET/AF_INET6). |
0.11.r2_2 20 Sep 2013 22:10:25
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
0.11.r2_2 20 Mar 2011 12:54:45
 |
miwi  |
- Get Rid MD5 support |
0.11.r2_2 04 Dec 2010 07:34:27
 |
ade  |
Sync to new bsd.autotools.mk |
0.11.r2_2 16 Oct 2010 11:52:47
 |
ade  |
Punt autoconf267->autoconf268 |
0.11.r2_2 15 Sep 2010 18:35:24
 |
ade  |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs |
0.11.r2_1 21 Dec 2009 02:19:12
 |
dougb  |
For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports. |
0.11.r2_1 19 Jul 2009 18:59:40
 |
shaun  |
Remove references to my mirror, which will be decommissioned shortly;
fall back to FreeBSD mirrors in case the port has no others. |
0.11.r2_1 13 Mar 2009 23:27:19
 |
shaun  |
Free most of my ports, since they aren't being maintained to a
reasonable standard. |
0.11.r2_1 21 Aug 2008 06:18:49
 |
rafan  |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
0.11.r2_1 20 Aug 2008 00:57:32
 |
ade  |
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin) |
0.11.r2_1 30 Sep 2007 04:47:37
 |
linimon  |
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe |
0.11.r2 19 Jun 2006 20:06:59
 |
shaun  |
Switch to my @FreeBSD.org address.
Approved by: ahze (mentor) |
0.11.r2 29 Apr 2006 09:05:41
 |
ehaupt  |
Add an additional mirror.
Submitted by: Shaun Amott <shaun@inerd.com> (maintainer) |
0.11.r2 18 Apr 2006 07:00:46
 |
vs  |
- use DISTVERSION
- cleanup redundant autoconf invocation
PR: ports/95624
Submitted by: maintainer |
0.11.r2 20 Feb 2006 21:37:36
 |
garga  |
- Transfer maintainership to submitter [1]
- Use DATADIR macro on IglooFTP
PR: ports/93499
Submitted by: Shaun Amott <shaun@inerd.com> |
0.11.r2 25 Nov 2005 16:48:31
 |
pav  |
- Add SHA256 |
0.11.r2 15 Nov 2005 06:52:12
 |
ade  |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
0.11.r2 02 Sep 2005 14:30:12
 |
sem  |
- Update to 0.11.r2
PR: ports/85633
Submitted by: Andrej Zverev <az@inec.ru> |
0.11.r1 16 Feb 2005 12:53:36
 |
vs  |
- Update to 0.11rc1 from new master site
- Fix grammar in COMMENT |
0.09 26 Mar 2004 02:16:08
 |
trevor  |
Add size data. |
0.09 26 Mar 2004 00:50:26
 |
trevor  |
E-mail to the maintainer bounced with:
451 bsd-fr.org: Name server timeout
Message could not be delivered for 5 days |
0.09 06 Feb 2004 13:12:53
 |
trevor  |
Use PLIST_FILES (bento-tested, marcus-reviewed). |
0.09 18 Jul 2003 03:12:56
 |
kris  |
Fix build with gcc 3.3 |
0.09 21 Feb 2003 13:15:09
 |
knu  |
De-pkg-comment. |
26 Oct 2001 08:23:05
    |
roam  |
Update to 0.09, fixing a local and possibly also remote denial of service
attack. |
30 Apr 2001 00:46:57
    |
kris  |
Reorder includes to squash typical Linux-kiddie network header misordering. |
30 Apr 2001 00:46:21
    |
kris  |
Don't hard-code -O2 |
02 Mar 2001 12:46:36
    |
sumikawa  |
6tunnel allows you to use services provided by IPv6 hosts with IPv4-only
applications and vice versa. It can bind to any of your IPv4 (default) or IPv6
addresses and forward all data to IPv4 or IPv6 (default) host. It can be used
for example as an ipv6-capable IRC proxy. |