| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
14 Jan 2012 08:57:23
5.0.20110907
|
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. |
07 Sep 2011 12:14:41
5.0.20110907
|
mm  |
Update relayd to 5.0.20110907
FreeBSD port is now developed at https://github.com/mmatuska/relayd |
08 Jun 2011 17:38:08
4.9.20110526_2
|
pav  |
- Mark BROKEN on 7.X: does not build
: undefined reference to `arc4random_buf'
Reported by: pointyhat |
06 Jun 2011 18:19:50
4.9.20110526_2
|
mm  |
- Add patches for OpenBSD bugs 6624 and 6627
- Switch to USERS and GROUPS framework |
28 May 2011 09:46:41
4.9.20110526_1
|
mm  |
- Start relayd earlier in rcorder |
26 May 2011 18:48:07
4.9.20110526
|
mm  |
- Update to 4.9.20110526 (and unbreak check_script) |
22 May 2011 22:14:36
4.9.20110522
|
mm  |
Update to 4.9.20110522 |
23 Mar 2011 15:53:22
4.6.20090813_5
|
mm  |
- Add LICENSE knob(s) |
20 Mar 2011 12:54:45
4.6.20090813_5
|
miwi  |
- Get Rid MD5 support |
15 Jan 2011 00:26:39
4.6.20090813_5
|
mm  |
Import patches from upstream:
- fix open sockets limit for health check
- only set SO_REUSEPORT for listening ports
Feature safe: yes |
25 Jul 2010 15:39:20
4.6.20090813_4
|
mm  |
Update libevent to 1.4.14b
PR: ports/147723
Approved by: maintainer (timeout) |
10 Jun 2010 07:17:02
4.6.20090813_3
|
mm  |
- Use PFRULE_STATESLOPPY if supported |
09 Jun 2010 20:58:26
4.6.20090813_3
|
mm  |
- Fix SSL session id callback error (seed random before chroot) [1]
- Use IP_BINDANY if supported
- Update distfile
PR: ports/129859 [1]
Reported by: umoorjani.msv@gmail.com [1] |
31 May 2010 09:45:42
4.6.20090813_2
|
mm  |
- Import relayctl runtime log verbosity setting from OpenBSD
- Import event handling change from OpenBSD
- Bump PORTREVISION |
30 May 2010 18:39:43
4.6.20090813_1
|
mm  |
- Build only with OSVERSION => 702104
Reported by: pointyhat (pav) |
29 May 2010 08:51:01
4.6.20090813_1
|
mm  |
- Add missing relayd.conf.sample to pkg-plist |
29 May 2010 08:44:58
4.6.20090813_1
|
mm  |
- Fix SSL certificate paths to PREFIX
- Add relayd.conf.sample
- Bump PORTREVISION |
28 May 2010 11:59:50
4.6.20090813
|
mm  |
- Update to 4.6.20090813
- Backport several patches from OpenBSD 4.7 and newer
- Fix build with FreeBSD 7 (arc4random.c)
- Fix user and group creation in pkginstall
- Add reload command to startup file
- Enable optional static build with libevent
- Take maintainership
PR: ports/147122
Approved by: kuriyama (private e-mail) |
27 Mar 2010 00:15:24
4.2.20071221_1
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
15 Jul 2009 16:56:10
4.2.20071221_1
|
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. |
06 Jan 2009 17:59:31
4.2.20071221_1
|
pav  |
- Remove conditional checks for FreeBSD 5.x and older |
19 Aug 2008 16:40:17
4.2.20071221_1
|
mnag  |
- Update libevent dependency and bump PORTREVISION |
08 Apr 2008 15:57:29
4.2.20071221
|
gahr  |
- Fix build on sparc64 and amd64
Approved by: maintainer (timeout), miwi (mentor) |
19 Feb 2008 21:06:29
4.2.20071221
|
pav  |
- Mark BROKEN on amd64: does not compile
Reported by: pointyhat |
20 Jan 2008 21:38:26
4.2.20071221
|
kuriyama  |
OpenBSD's Relay Daemon (previously known as hoststated).
relayd is a daemon to relay and dynamically redirect incoming
connections to a target host. Its main purposes are to run as a
load-balancer, application layer gateway, or transparent proxy. The
daemon is able to monitor groups of hosts for availability, which is
determined by checking for a specific service common to a host group.
WWW: http://spootnik.org/relayd/
# This port will work on $OSVERSION >= 700049.
# If you want to use on RELENG_6, apply a patch in
#
http://www.openbsd.org/cgi-bin/cvsweb/src/sys/net/pf_table.c.diff?r1=1.67&r2=1.68 |