Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 0FD7563B8A5 for ; Wed, 22 Apr 2009 10:20:40 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id A1A1D63B150; Wed, 22 Apr 2009 10:20: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 1086A63B179 for ; Wed, 22 Apr 2009 10:20:36 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 89497175D0; Wed, 22 Apr 2009 10:20:36 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Wed, 22 Apr 2009 10:20:36 +0000 From: Roy Marples Subject: CVS commit: pkgsrc/net/openresolv To: pkgsrc-changes@NetBSD.org Reply-To: roy@netbsd.org X-Mailer: log_accum Message-Id: <20090422102036.89497175D0@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: roy Date: Wed Apr 22 10:20:36 UTC 2009 Modified Files: pkgsrc/net/openresolv: Makefile distinfo Log Message: Update to openresolv-3.3 Changes from 3.2 include * Logic to restart each service is now embedded in subscribers at compile time, which reduces runtime code size. This is also configurable in resolvconf.conf. * If subscribers are called from resolvconf, they no longer re-execute it to get the data they need. This saves on a lot of forking and as a result a fair bit faster. * A bug was fixed in the dnsmasq susbcriber where the domain name servers weren't used correctly. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/net/openresolv/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/net/openresolv/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.