| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
14 Jan 2012 08:57:23
1.7.2.0
|
dougb  |
In the rc.d scripts, change assignments to rcvar to use the
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. |
06 Dec 2011 08:49:25
1.7.2.0
|
ehaupt  |
- Update to 1.7.2.0 (this release allows tun/tap interfaces without IP
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 |
25 Jan 2011 19:59:40
1.7.1.3
|
ehaupt  |
Add LICENSE and remove MD5 sums.
Feature safe: yes |
02 Aug 2010 08:58:12
1.7.1.3
|
ehaupt  |
Update to 1.7.1.3 |
27 Mar 2010 00:15:24
1.7.1.2
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
10 Jan 2010 22:35:14
1.7.1.2
|
ehaupt  |
Update to 1.7.1.2 |
16 Dec 2009 15:11:40
1.7.1.1
|
ehaupt  |
Update to 1.7.1.1 |
15 Jul 2009 16:56:10
1.7.0.0
|
dougb  |
Fix a few "bad example" problems in the rc.d scripts that have been
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. |
27 Mar 2009 09:53:36
1.7.0.0
|
ehaupt  |
Mark MAKE_JOBS_SAFE |
16 Jan 2009 16:50:02
1.7.0.0
|
ehaupt  |
Set PORTSCOUT in order to skip beta version of the distfile |
15 Jan 2009 16:26:30
1.7.0.0
|
ehaupt  |
- Update to 1.7.0.0
- Add ipv6 sub category
- Add additional master sites
- Provide an rc script
- Take maintainer-ship |
20 Aug 2008 06:50:58
1.6.0.0_1
|
linimon  |
Reset nivo+kw+ports.bfa274@is-root.com due to lack of time to work
on FreeBSD at the moment.
Hat: portmgr |
06 Jun 2007 13:46:45
1.6.0.0_1
|
pav  |
- Incorporate Sainsbury's service name resolution patch:
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) |
08 Apr 2007 16:31:14
1.6.0.0
|
rafan  |
- Update to 1.6.0.0
PR: ports/111372
Submitted by: Nils Vogels <nivo+kw+ports.bfa274 at is-root.com> (maintainer) |
24 Sep 2006 11:46:10
1.5.0.0
|
bsam  |
- Update to 1.5.0.0
- Transfer maintainership to submitter
PR: 103556
Submitted by: Nils Vogels <nivo+kw+ports.bfa274 at is-root.com> |
05 Sep 2006 04:34:24
1.4.3.1_1
|
linimon  |
Reset inactive maintainer who has not responded to email.
Hat: portmgr |
29 Apr 2006 18:41:39
1.4.3.1_1
|
mnag  |
- Patches to make libwrap usage functional
- Bump PORTREVISION
- portlint(1)
PR: 93708
Submitted by: Rudolf Cejka <cejkar___fit.vutbr.cz>
Approved by: maintainer timeout (66 days) |
14 Apr 2006 10:29:53
1.4.3.1
|
brueffer  |
Update to version 1.4.3.1.
The changes since 1.4.2.0 are listed on http://www.dest-unreach.org/socat/
Approved by: markus, maintainer |
22 Jan 2006 21:24:05
1.4.2.0
|
edwin  |
SHA256ify
Approved by: krion@ |
22 Jun 2005 10:11:05
1.4.2.0
|
jylefort  |
- Update to 1.4.2.0 [1]
- OPTIONSify
- Fix the packing list when NOPORTDOCS is defined
- Polish the Makefile
PR: ports/82387 [1]
Submitted by: maintainer [1] |
12 Apr 2005 03:26:57
1.4.0.3
|
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
11 Apr 2005 08:04:41
1.4.0.3
|
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
10 Nov 2004 23:18:53
1.4.0.3
|
pav  |
- Update to 1.4.0.3 and close vulnerability
PR: ports/73783
Submitted by: rik <freebsd-ports@rikrose.net> (maintainer) |
19 Jul 2004 23:33:07
1.4.0.0_1  |
eik  |
socat 1.4.0.0 has buggy SOCKS4A code. The maintainer patch on the web site 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> |
30 Jun 2004 07:25:43
1.4.0.0  |
krion  |
Update to 1.4.0.0
PR: ports/68483
Submitted by: Nicolas Jombart <ecu@ipv42.net> |
29 Jan 2004 16:13:06
1.3.2.2  |
trevor  |
SIZEify. |
23 Oct 2003 06:28:01
1.3.2.2  |
sergei  |
- Update to 1.3.2.2
PR: 58291
Submmitted by: Nicolas Jombart <ecu@ipv42.net>
Approved by: krion (implicitly) |
27 Aug 2003 12:07:01
1.3.2.1  |
osa  |
Update to 1.3.2.1
Submitted by: Nicolas Jombart <ecu@ipv42.net>
PR: 56032 |
10 Jul 2003 07:22:59
1.3.2.0  |
erwin  |
Update net/socat: 1.3.1.0 -> 1.3.2.0
* 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> |
09 Jun 2003 10:57:27
1.3.1.0  |
erwin  |
Update net/socat to 1.3.1.0
Add a few docs
Change COMMENT to something < 70 chars
PR: 53083
Submitted by: Nicolas Jombart <ecu@ipv42.net>
Approved by: edwin (mentor) |
20 Feb 2003 18:51:13
1.3.0.1  |
knu  |
De-pkg-comment. |
03 Jan 2003 17:42:08
1.3.0.1  |
arved  |
Update to 1.3.0.1
PR: 46306
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
05 Oct 2002 14:02:55
1.3.0.0  |
ijliao  |
upgrade to 1.3.0.0 |
28 Jun 2002 11:52:51
1.2.0.0  |
ijliao  |
upgrade to 1.2.0.0 |
31 May 2002 07:56:07
1.1.0.0  |
ijliao  |
upgrade to 1.1.0.0 |
14 May 2002 11:20:59
1.0.4.2  |
ijliao  |
add socat 1.0.4.2
A relay for bidirectional data transfer between two indep. data channels |