Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 3888A63C412 for ; Tue, 15 Nov 2011 14:33:42 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 0A6FE14A2CB; Tue, 15 Nov 2011 14:33:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9390314A2C6 for ; Tue, 15 Nov 2011 14:33:39 +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 AYdH2rGt8zln for ; Tue, 15 Nov 2011 14:33:39 +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 06FB014A2C2 for ; Tue, 15 Nov 2011 14:33:38 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id DFA17175DD; Tue, 15 Nov 2011 14:33:38 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Tue, 15 Nov 2011 14:33:38 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/net/isc-dhcp4 To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20111115143338.DFA17175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: taca Date: Tue Nov 15 14:33:38 UTC 2011 Modified Files: pkgsrc/net/isc-dhcp4: Makefile.common distinfo Log Message: Update ISC DHCP packages to 4.2.3. net/isc-dhclient net/isc-dhcp net/isc-dhcpd net/isc-dhcrelay * Update MASTER_SITES. * CHanges: Changes since 4.2.3rc1 - None. Changes since 4.2.2 - Fix the code that checks for an existing DDNS transaction to cancel when removing DDNS information, so that we will continue with the processing if we have a lease even if it doesn't have an outstanding transaction. [ISC-Bugs #24682] - Add AM_MAINTAINER_MODE to configure.ac to avoid rebuilding configuration files. [ISC-Bugs #24107] - Add support for passing DDNS information to a DNS server over an IPv6 address. [ISC-Bugs #22647] - Enhanced patch for 23595 to handle IPv4 fixed addresses more cleanly. [ISC-Bugs #23595] To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/net/isc-dhcp4/Makefile.common cvs rdiff -u -r1.7 -r1.8 pkgsrc/net/isc-dhcp4/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.