Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 94C4270A61 for ; Sun, 16 Jun 2013 08:09:15 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 0AE8114A1F7; Sun, 16 Jun 2013 08:09:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C762A14A177 for ; Sun, 16 Jun 2013 08:09:12 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id Wg8x71lzJ76i for ; Sun, 16 Jun 2013 08:09:12 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id F3AD514A12E for ; Sun, 16 Jun 2013 08:09:11 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id F03C196; Sun, 16 Jun 2013 08:09:11 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 16 Jun 2013 08:09:11 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/net/balance To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20130616080911.F03C196@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: ryoon Date: Sun Jun 16 08:09:11 UTC 2013 Modified Files: pkgsrc/net/balance: Makefile distinfo pkgsrc/net/balance/patches: patch-aa patch-ab Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/balance/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/balance/distinfo cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/net/balance/patches/patch-aa cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/balance/patches/patch-ab Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.