Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 41AF363BA70 for ; Wed, 2 Nov 2011 01:13:12 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 0576014A3A5; Wed, 2 Nov 2011 01:13:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DE0B714A3A3 for ; Wed, 2 Nov 2011 01:13:05 +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 byTPME2Mvyes for ; Wed, 2 Nov 2011 01:13:05 +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 1E44214A36E for ; Wed, 2 Nov 2011 01:13:05 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id E568C175DD; Wed, 2 Nov 2011 01:13:04 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Wed, 2 Nov 2011 01:13:04 +0000 From: "Hubert Feyrer" Subject: CVS commit: pkgsrc/net/ucarp To: pkgsrc-changes@NetBSD.org Reply-To: hubertf@netbsd.org X-Mailer: log_accum Message-Id: <20111102011304.E568C175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: hubertf Date: Wed Nov 2 01:13:04 UTC 2011 Modified Files: pkgsrc/net/ucarp: Makefile distinfo Added Files: pkgsrc/net/ucarp/patches: patch-aa Log Message: Update ucarp to 1.5.2. Changes: * Version 1.5.2: - Avoid adverts that might be twice what they should be on some Linux systems (Steve Kehlet). * Version 1.5.1: - A new option has been added to try using broadcast advertisements instead of multicast ones. * Version 1.5: - Breakage introducted with version 1.4 should finally be fixed, thanks to Petr Kohts, Greg Walton and Steve Kehlet. - A new option has been added to ignore unplugged network cable detection, useful when nodes are connected with a crossover cable, not with a switch. * Version 1.4: - This version should finally fix every issue people had with gratuitous ARP announcements. - Nodes configured with the same intervals shouln't flip-flop any more. * Version 1.3: - Gratuitous ARP packets should now properly be sent, regardless of the architecture. - New option: -m (-xparam=...) in order to add arbitrary arguments to up/down scripts. - New option: -o (--passfile=...) in order to read the secret key from a file. - A delayed ARP request is sent after the first one when switching to MASTER, in order to deal with some layer-3 switches. - Bug fixes. * Version 1.2: - Neutral mode (--neutral). - NetBSD compatibility. - Minor bug fixes. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pkgsrc/net/ucarp/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/ucarp/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/net/ucarp/patches/patch-aa Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.