aboutsummaryrefslogtreecommitdiff
path: root/net/socat
Commit message (Collapse)AuthorAgeFilesLines
* Support staging.Emanuel Haupt2013-10-231-7/+5
| | | | Notes: svn path=/head/; revision=331386
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net) Notes: svn path=/head/; revision=327755
* Change the clang detector to use a pattern match instead of a conditionalEmanuel Haupt2013-08-041-4/+2
| | | | | | | | | | | define and always test. This fixes build on 9-STABLE and saves some shell commands. PR: 181007 Submitted by: "r4721@tormail.org" <r4721@tormail.org> Notes: svn path=/head/; revision=324242
* Fix logic in clang detection.Emanuel Haupt2013-08-031-1/+1
| | | | | | | Notified by: crees Notes: svn path=/head/; revision=324202
* Remove MAKE_JOBS_SAFE which is now default.Emanuel Haupt2013-07-241-1/+0
| | | | Notes: svn path=/head/; revision=323578
* Make sure the binaries are linked against the port OpenSSL libraries whenEmanuel Haupt2013-07-151-0/+6
| | | | | | | | | | and only when WITH_OPENSSL_PORT is defined. PR: 180395 (based on) Submitted by: "r4721@tormail.org" <r4721@tormail.org> Notes: svn path=/head/; revision=323029
* Rework previous commit. The problem is not clang 3.3 but rather the fact thatEmanuel Haupt2013-05-281-8/+3
| | | | | | | with 1000024 CC became 'cc' rather than 'clang'. Notes: svn path=/head/; revision=319300
* Handle clang 3.3 fallout. I wish we had a __FreeBSD_version tag from when theEmanuel Haupt2013-05-281-4/+13
| | | | | | | clang 3.3 import happened, that way we wouldn't have to resort to such hacks. Notes: svn path=/head/; revision=319299
* Update to 1.7.2.2Emanuel Haupt2013-05-262-4/+3
| | | | | | | Security: CVE-2013-3571 Notes: svn path=/head/; revision=319137
* Change rc script to launch socat using daemon and remove the unnecessaryEmanuel Haupt2013-03-083-97/+10
| | | | | | | | | | wrapper script. PR: 176321 Submitted by: Mark Felder <feld@feld.me> Notes: svn path=/head/; revision=313620
* - Use DOC instead of NOPORTDOCSEmanuel Haupt2013-01-151-9/+7
| | | | | | | | - Pacify portlint - Convert header Notes: svn path=/head/; revision=310443
* Mark as broken on ARM.Mark Linimon2012-09-041-1/+7
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=303632
* Fix build with clangEmanuel Haupt2012-05-211-0/+4
| | | | | | | | PR: 168164 Submitted by: bapt Notes: svn path=/head/; revision=297089
* Update to 1.7.2.1Emanuel Haupt2012-05-142-4/+3
| | | | Notes: svn path=/head/; revision=296597
* Fix startup script issue with a wrapper script obtained from www/gatling.Emanuel Haupt2012-04-143-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> Notes: svn path=/head/; revision=294820
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-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. Notes: svn path=/head/; revision=289156
* - Update to 1.7.2.0 (this release allows tun/tap interfaces without IPEmanuel Haupt2011-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 Notes: svn path=/head/; revision=286964
* Add LICENSE and remove MD5 sums.Emanuel Haupt2011-01-252-1/+2
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=268229
* Update to 1.7.1.3Emanuel Haupt2010-08-022-4/+4
| | | | Notes: svn path=/head/; revision=258623
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* Update to 1.7.1.2Emanuel Haupt2010-01-102-4/+4
| | | | Notes: svn path=/head/; revision=247543
* Update to 1.7.1.1Emanuel Haupt2009-12-162-4/+4
| | | | Notes: svn path=/head/; revision=245997
* Fix a few "bad example" problems in the rc.d scripts that have beenDoug Barton2009-07-151-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. Notes: svn path=/head/; revision=237892
* Mark MAKE_JOBS_SAFEEmanuel Haupt2009-03-271-0/+1
| | | | Notes: svn path=/head/; revision=231102
* Set PORTSCOUT in order to skip beta version of the distfileEmanuel Haupt2009-01-161-0/+2
| | | | Notes: svn path=/head/; revision=226274
* - Update to 1.7.0.0Emanuel Haupt2009-01-155-487/+37
| | | | | | | | | | - Add ipv6 sub category - Add additional master sites - Provide an rc script - Take maintainer-ship Notes: svn path=/head/; revision=226177
* Reset nivo+kw+ports.bfa274@is-root.com due to lack of time to workMark Linimon2008-08-201-1/+1
| | | | | | | | | on FreeBSD at the moment. Hat: portmgr Notes: svn path=/head/; revision=218899
* - Incorporate Sainsbury's service name resolution patch:Pav Lucistnik2007-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) Notes: svn path=/head/; revision=192922
* - Update to 1.6.0.0Rong-En Fan2007-04-082-4/+4
| | | | | | | | PR: ports/111372 Submitted by: Nils Vogels <nivo+kw+ports.bfa274 at is-root.com> (maintainer) Notes: svn path=/head/; revision=189495
* - Update to 1.5.0.0Boris Samorodov2006-09-244-27/+6
| | | | | | | | | | - Transfer maintainership to submitter PR: 103556 Submitted by: Nils Vogels <nivo+kw+ports.bfa274 at is-root.com> Notes: svn path=/head/; revision=173699
* Reset inactive maintainer who has not responded to email.Mark Linimon2006-09-051-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=172268
* - Patches to make libwrap usage functionalMarcus Alves Grando2006-04-293-2/+25
| | | | | | | | | | | | - Bump PORTREVISION - portlint(1) PR: 93708 Submitted by: Rudolf Cejka <cejkar___fit.vutbr.cz> Approved by: maintainer timeout (66 days) Notes: svn path=/head/; revision=160819
* Update to version 1.4.3.1.Christian 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 Notes: svn path=/head/; revision=159480
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154193
* - Update to 1.4.2.0 [1]Jean-Yves Lefort2005-06-222-13/+18
| | | | | | | | | | | | - OPTIONSify - Fix the packing list when NOPORTDOCS is defined - Polish the Makefile PR: ports/82387 [1] Submitted by: maintainer [1] Notes: svn path=/head/; revision=137852
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* - Update to 1.4.0.3 and close vulnerabilityPav Lucistnik2004-11-103-400/+3
| | | | | | | | PR: ports/73783 Submitted by: rik <freebsd-ports@rikrose.net> (maintainer) Notes: svn path=/head/; revision=121342
* socat 1.4.0.0 has buggy SOCKS4A code. The maintainer patch on the web site ↵Oliver Eikemeier2004-07-192-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> Notes: svn path=/head/; revision=114255
* Update to 1.4.0.0Kirill Ponomarev2004-06-303-12/+12
| | | | | | | | PR: ports/68483 Submitted by: Nicolas Jombart <ecu@ipv42.net> Notes: svn path=/head/; revision=112594
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99421
* - Update to 1.3.2.2Sergei Kolobov2003-10-232-7/+4
| | | | | | | | | PR: 58291 Submmitted by: Nicolas Jombart <ecu@ipv42.net> Approved by: krion (implicitly) Notes: svn path=/head/; revision=91929
* Update to 1.3.2.1Sergey A. Osokin2003-08-272-2/+2
| | | | | | | | Submitted by: Nicolas Jombart <ecu@ipv42.net> PR: 56032 Notes: svn path=/head/; revision=87779
* Update net/socat: 1.3.1.0 -> 1.3.2.0Erwin Lansing2003-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> Notes: svn path=/head/; revision=84573
* Update net/socat to 1.3.1.0Erwin Lansing2003-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) Notes: svn path=/head/; revision=82573
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75971
* Update to 1.3.0.1Tilman Keskinoz2003-01-032-3/+6
| | | | | | | | PR: 46306 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=72418
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* upgrade to 1.3.0.0Ying-Chieh Liao2002-10-052-3/+3
| | | | Notes: svn path=/head/; revision=67317