Commit graph

12 commits

Author SHA1 Message Date
mef
8c47328bfb Sorry, the patch had the $Id: line in unchanging portion. Manually deleted, thanks joerg. 2015-02-11 12:00:01 +00:00
mef
3d62ae1856 Update 3.54 to 3.56
-------------------
  http://freecode.com/projects/balance
  3.56 06 Nov 2013 11:51: Out-of-band data handling has been added.
2015-02-04 01:52:41 +00:00
fhajny
25c862721f Fix build on SunOS 2013-10-21 09:01:20 +00:00
ryoon
288047625a Update to 3.54
* Use distfile's install target.
* Add comments to patches.

Changelog:
    3.54: A bug with hash_fold() regarding incoming IPv4 and IPv6 source addresses has been fixed. The "hash" group mechanism is now working as expected.
    3.52: Buffering has been disabled for interactive shell IO. A new "assign" command has been added to allow changing of the host:port assignment of a channel (only if disabled). A locking bug has been fixed.
    3.50: A new option -6 has been added to force IPv6 bind.
    3.49: A patch has been applied due to a problem with ftok() on Solaris.
    3.48: Problems with setting IPV6_V6ONLY socket option are now handled more nicely with a syslog warning message.
    3.42: Balance now compiles also on systems where IPV6_V6ONLY is undefined (like some Solaris systems).
    3.40: IPv6 support on the listening side has been added. MAXCHANNELS in balance.h has been increased to 64.
    3.35: A bug in the autodisable functionality has been fixed.
    3.34: -a option added (enables "autodisable" option: A channel needs to be manually re-enabled after a failure). Syslog logging added for reporting this event.
    3.33: -M option added (use MMAP instead of SHM for IPC)
    3.32: Bugfix: /var/run/balance may now already exist.
    3.31: Bugfix: TCP_NODELAY properly set.
    3.30: Code cleanups and fixes.
2013-06-16 08:09:11 +00:00
asau
e059e7e469 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 17:18:07 +00:00
jmmv
3b922a2b77 Transfer ownership to pkgsrc-users. pancake's address is not valid any
more and he has agreed in private mail to drop maintainership.
2010-07-06 10:17:11 +00:00
obache
77939cd4f8 Need some pre-created directories.
Then add DESTDIR support.
2007-12-20 14:00:07 +00:00
rillig
2829e658f2 Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.

Fixes PR 35265, although I did not use the patch provided therein.
2007-01-07 09:13:46 +00:00
joerg
af7966b174 Add DragonFly support. 2006-03-14 02:06:28 +00:00
tv
f8c08f6ada Also treat __INTERIX as a *BSD for the purposes of this package. (Mainly
changes usage of setpgrp() to setpgid(..., ...).)
2005-11-08 15:50:03 +00:00
minskim
9a0b4bd480 Use setpgrp(pid_t, pid_t) instead of setpgrp() on Darwin. 2005-11-04 16:41:30 +00:00
minskim
8ccb5f12e7 Import balance from pkgsrc-wip. Packaged by pancake.
Balance is a successful load balancing solution being a simple but
powerful generic tcp proxy with round robin load balancing and
failover mechanisms.  Its behaviour can be controlled at runtime using
a simple command line syntax.
2005-10-28 20:46:26 +00:00