aboutsummaryrefslogtreecommitdiffstats
path: root/net/socat
Commit message (Collapse)AuthorAgeFilesLines
* Change rc script to launch socat using daemon and remove the unnecessaryehaupt2013-03-083-97/+10
| | | | | | | wrapper script. PR: 176321 Submitted by: Mark Felder <feld@feld.me>
* - Use DOC instead of NOPORTDOCSehaupt2013-01-151-9/+7
| | | | | - Pacify portlint - Convert header
* Mark as broken on ARM.linimon2012-09-041-1/+7
| | | | Approved by: maintainer
* Fix build with clangehaupt2012-05-211-0/+4
| | | | | PR: 168164 Submitted by: bapt
* Update to 1.7.2.1ehaupt2012-05-152-4/+3
|
* Fix startup script issue with a wrapper script obtained from www/gatling.ehaupt2012-04-153-12/+106
| | | | | | | | | | | | | This wrapper tries to emulate part of the functionality usually supplied by software like daemontools or runit. It is used to start socat which does not daemonize itself and logs to stdout/stderr. It redirects stdout and stderr to logger(1) via a fifo. While here also remove if-statement around PORTDOCS based on NOPORTDOCS since it's redundant with checks in ports/Mk/bsd.ports.mk. PR: 166947 Submitted by: Mark Felder <feld@feld.me>
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-141-1/+1
| | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other.
* - Update to 1.7.2.0 (this release allows tun/tap interfaces without IPehaupt2011-12-062-18/+9
| | | | | | | | | | addresses) - Remove the option to build without OpenSSL, we're supposed to provide sensible default configurations and options. Building a port without OpenSSL support in 2011 makes no sense. This has also been discussed at the Dev Summit 2011 Feature safe: yes
* Add LICENSE and remove MD5 sums.ehaupt2011-01-262-1/+2
| | | | Feature safe: yes
* Update to 1.7.1.3ehaupt2010-08-022-4/+4
|
* Begin the process of deprecating sysutils/rc_subr bydougb2010-03-271-1/+1
| | | | s#. %%RC_SUBR%%#. /etc/rc.subr#
* Update to 1.7.1.2ehaupt2010-01-112-4/+4
|
* Update to 1.7.1.1ehaupt2009-12-162-4/+4
|
* Fix a few "bad example" problems in the rc.d scripts that have beendougb2009-07-161-1/+4
| | | | | | | | | | | | | | | | | | | | propogated by copy and paste. 1. Primarily the "empty variable" default assignment, which is mostly ${name}_flags="", but fix a few others as well. 2. Where they are not already documented, add the existence of the _flags (or other deleted empties) option to the comments, and in some cases add comments from scratch. 3. Replace things that look like: prefix=%%PREFIX%% command=${prefix}/sbin/foo to just use %%PREFIX%%. In many cases the $prefix variable is only used once, and in some cases it is not used at all. 4. In a few cases remove ${name}_flags from command_args 5. Remove a long-stale comment about putting the port's rc.d script in /etc/rc.d (which is no longer necessary). No PORTREVISION bumps because all of these changes are noops.
* Mark MAKE_JOBS_SAFEehaupt2009-03-271-0/+1
|
* Set PORTSCOUT in order to skip beta version of the distfileehaupt2009-01-171-0/+2
|
* - Update to 1.7.0.0ehaupt2009-01-165-487/+37
| | | | | | | - Add ipv6 sub category - Add additional master sites - Provide an rc script - Take maintainer-ship
* Reset nivo+kw+ports.bfa274@is-root.com due to lack of time to worklinimon2008-08-201-1/+1
| | | | | | on FreeBSD at the moment. Hat: portmgr
* - Incorporate Sainsbury's service name resolution patch:pav2007-06-063-0/+474
| | | | | | | | | | http://www.dest-unreach.org/socat/contrib/socat-servicenames.html - Incorporate Lucq's file descriptor patch: http://www.dest-unreach.org/socat/contrib/socat-maxfds.html PR: ports/113283 Submitted by: bf <bf2006a@yahoo.com> Approved by: Nils Vogels <nivo@is-root.com> (maintainer)
* - Update to 1.6.0.0rafan2007-04-092-4/+4
| | | | | PR: ports/111372 Submitted by: Nils Vogels <nivo+kw+ports.bfa274 at is-root.com> (maintainer)
* - Update to 1.5.0.0bsam2006-09-244-27/+6
| | | | | | | - Transfer maintainership to submitter PR: 103556 Submitted by: Nils Vogels <nivo+kw+ports.bfa274 at is-root.com>
* Reset inactive maintainer who has not responded to email.linimon2006-09-051-1/+1
| | | | Hat: portmgr
* - Patches to make libwrap usage functionalmnag2006-04-303-2/+25
| | | | | | | | | - Bump PORTREVISION - portlint(1) PR: 93708 Submitted by: Rudolf Cejka <cejkar___fit.vutbr.cz> Approved by: maintainer timeout (66 days)
* Update to version 1.4.3.1.brueffer2006-04-142-4/+4
| | | | | | The changes since 1.4.2.0 are listed on http://www.dest-unreach.org/socat/ Approved by: markus, maintainer
* SHA256ifyedwin2006-01-231-0/+1
| | | | Approved by: krion@
* - Update to 1.4.2.0 [1]jylefort2005-06-222-13/+18
| | | | | | | | | - OPTIONSify - Fix the packing list when NOPORTDOCS is defined - Polish the Makefile PR: ports/82387 [1] Submitted by: maintainer [1]
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1
| | | | after 5.4-RELEASE.
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* - Update to 1.4.0.3 and close vulnerabilitypav2004-11-113-400/+3
| | | | | PR: ports/73783 Submitted by: rik <freebsd-ports@rikrose.net> (maintainer)
* socat 1.4.0.0 has buggy SOCKS4A code. The maintainer patch on the web site ↵eik2004-07-202-1/+398
| | | | | | | | | | | | has (probably had, now) a platform-specific bug, which was resolved in conjunction with the socat author earlier. The problem will be corrected in socat 1.4.0.1, but in the meantime is provided separately. This patch adds the fix as a replacement xio-socks.c. I have also set myself as the maintainer as part of the patch below. I am willing to take on maintainership of this port. PR: 69317 Submitted by: rik <freebsd-ports@rikrose.net>
* Update to 1.4.0.0krion2004-06-303-12/+12
| | | | | PR: ports/68483 Submitted by: Nicolas Jombart <ecu@ipv42.net>
* SIZEify.trevor2004-01-301-0/+1
|
* - Update to 1.3.2.2sergei2003-10-232-7/+4
| | | | | | PR: 58291 Submmitted by: Nicolas Jombart <ecu@ipv42.net> Approved by: krion (implicitly)
* Update to 1.3.2.1osa2003-08-272-2/+2
| | | | | Submitted by: Nicolas Jombart <ecu@ipv42.net> PR: 56032
* Update net/socat: 1.3.1.0 -> 1.3.2.0erwin2003-07-103-3/+4
| | | | | | | | | | * A new mode allows you to directly connect an executed program to the other side of the relay. * A couple of minor improvements and corrections have been made. PR: 54284 Submitted by: Kirill Ponomarew <ponomarew@oberon.net>
* Update net/socat to 1.3.1.0erwin2003-06-093-4/+18
| | | | | | | | | Add a few docs Change COMMENT to something < 70 chars PR: 53083 Submitted by: Nicolas Jombart <ecu@ipv42.net> Approved by: edwin (mentor)
* De-pkg-comment.knu2003-02-212-1/+1
|
* Update to 1.3.0.1arved2003-01-042-3/+6
| | | | | PR: 46306 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2
| | | | Approved by: pat
* upgrade to 1.3.0.0ijliao2002-10-052-3/+3
|
* upgrade to 1.2.0.0ijliao2002-06-282-3/+3
|
* upgrade to 1.1.0.0ijliao2002-05-312-5/+6
|
* add socat 1.0.4.2ijliao2002-05-145-0/+38
A relay for bidirectional data transfer between two indep. data channels