summaryrefslogtreecommitdiff
path: root/net/balance
AgeCommit message (Collapse)AuthorFilesLines
2016-04-01Use PKGMANDIR and ensure the path isn't dependent on BINDIR.jperkin2-6/+8
2016-02-25Use OPSYSVARS.jperkin1-5/+2
2015-11-04Add SHA512 digests for distfiles for net categoryagc1-1/+2
Problems found with existing digests: Package haproxy distfile haproxy-1.5.14.tar.gz 159f5beb8fdc6b8059ae51b53dc935d91c0fb51f [recorded] da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated] Problems found locating distfiles: Package bsddip: missing distfile bsddip-1.02.tar.Z Package citrix_ica: missing distfile citrix_ica-10.6.115659/en.linuxx86.tar.gz Package djbdns: missing distfile djbdns-1.05-test25.diff.bz2 Package djbdns: missing distfile djbdns-cachestats.patch Package djbdns: missing distfile 0002-dnscache-cache-soa-records.patch Package gated: missing distfile gated-3-5-11.tar.gz Package owncloudclient: missing distfile owncloudclient-2.0.2.tar.xz Package poink: missing distfile poink-1.6.tar.gz Package ra-rtsp-proxy: missing distfile rtspd-src-1.0.0.0.tar.gz Package ucspi-ssl: missing distfile ucspi-ssl-0.70-ucspitls-0.1.patch Package waste: missing distfile waste-source.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-09-05Update balance to 3.57wiedi3-22/+17
Latest Changes: 3.57: MAXGROUPS has been increased to 32
2015-02-11Sorry, the patch had the $Id: line in unchanging portion. Manually deleted, ↵mef2-5/+4
thanks joerg.
2015-02-04Update 3.54 to 3.56mef3-16/+22
------------------- http://freecode.com/projects/balance 3.56 06 Nov 2013 11:51: Out-of-band data handling has been added.
2013-10-21Fix build on SunOSfhajny1-1/+6
2013-06-16Update to 3.54ryoon4-45/+61
* 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.
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2010-07-06Transfer ownership to pkgsrc-users. pancake's address is not valid anyjmmv1-2/+2
more and he has agreed in private mail to drop maintainership.
2007-12-20Need some pre-created directories.obache1-3/+7
Then add DESTDIR support.
2007-01-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig1-2/+2
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.
2006-03-14Add DragonFly support.joerg2-5/+5
2005-11-08Also treat __INTERIX as a *BSD for the purposes of this package. (Mainlytv2-4/+4
changes usage of setpgrp() to setpgid(..., ...).)
2005-11-04Use setpgrp(pid_t, pid_t) instead of setpgrp() on Darwin.minskim2-4/+4
2005-10-28Import balance from pkgsrc-wip. Packaged by pancake.minskim6-0/+85
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.