Port details |
- urelay UCSPI-based TCP forwarder
- 1.0_1 net
=4 1.0_1Version of this port present on the latest quarterly branch. - There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: 2005-10-28 22:25:52
- Last Update: 2024-03-16 16:29:30
- Commit Hash: 59429c4
- People watching this port, also watch:: postfix-current, openssl, e2fsprogs, fusefs-sshfs, wine
- License: not specified in port
- WWW:
- https://devel.ringlet.net/net/urelay/
- Description:
- The urelay tool is a simple connection forwarder which may work with
many different protocols - TCP, Unix sockets, IPX - in general, anything
that has a client or a server supporting Prof. Daniel J. Bernstein's UCSPI
framework - http://cr.yp.to/ucspi.html
¦ ¦ ¦ ¦ 
- 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/urelay/ && make install clean
- To add the package, run one of these commands:
- pkg install net/urelay
- pkg install urelay
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: urelay
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (urelay-1.0.tar.gz) = af3cd12b8711fd23e2044f7a5a215b9aaa7594c90588d722f3e3af5423df768d
SIZE (urelay-1.0.tar.gz) = 7143
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- net_urelay
- USES:
- uidfix
- 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.0_1 16 Mar 2024 16:29:30
    |
Christian Weisgerber (naddy)  |
net/urelay: Move man pages to share/man
Approved by: portmgr (blanket) |
1.0 25 Nov 2022 19:14:55
    |
Ed Maste (emaste)  |
net/urelay: disable date/time nonreproducible build warning
The base system build infrastructure will add -Wdate-time, to avoid
use of nonreproducible __DATE__ and __TIME__ in the base system.
This port makes use of the base system build infrastructure as well as
__DATE__ and/or __TIME__, so explicitly opt out of the warning.
PR: 267902 [exp-run]
Approved by: jrm
Sponsored By: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D37505 |
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.0 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.0 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.0 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.0 02 Mar 2015 23:42:00
  |
bapt  |
Remove Author from pkg-descr and white space fixes |
1.0 03 Sep 2014 21:07:17
  |
antoine  |
Allow staging as a regular user |
1.0 10 Jul 2014 12:13:12
  |
olgeni  |
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category N.
CR: D307
Approved by: portmgr (bapt) |
1.0 31 Jan 2014 09:02:07
  |
miwi  |
- Stage support
- Convert to USES |
1.0 20 Sep 2013 22:10:25
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
1.0 28 Mar 2013 16:29:01
  |
eadler  |
Style: tab -> space.
Most contributors copy an existing port when writing their own so reduce the
number of bad examples in the tree. |
1.0 27 Feb 2012 20:32:31
 |
glarkin  |
- Reassign to the heap
Requested by: roam (on ports-developers@) |
1.0 20 Mar 2011 12:54:45
 |
miwi  |
- Get Rid MD5 support |
1.0 22 Jan 2006 21:24:05
 |
edwin  |
SHA256ify
Approved by: krion@ |
1.0 28 Oct 2005 22:22:46
 |
roam  |
Add urelay 1.0, an UCSPI connection proxy. When used in conjunction
with tcpserver and tcpclient, it may serve as a TCP proxy with some
additional benefits such as sending a chunk of data at the start of
the connection and "swallowing" a reply. |