Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id E4FA763E4EA for ; Sun, 4 Nov 2012 22:17:44 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 8BC2C14A198; Sun, 4 Nov 2012 22:17:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AE8DA14A18E for ; Sun, 4 Nov 2012 22:17:42 +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 GyjxlifkRVrV for ; Sun, 4 Nov 2012 22:17:42 +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 3656314A17F for ; Sun, 4 Nov 2012 22:17:42 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 829E5175DD; Sun, 4 Nov 2012 22:17:41 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Sun, 4 Nov 2012 22:17:41 +0000 From: "Fredrik Pettai" Subject: CVS commit: pkgsrc/net/nsd To: pkgsrc-changes@NetBSD.org Reply-To: pettai@netbsd.org X-Mailer: log_accum Message-Id: <20121104221741.829E5175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: pettai Date: Sun Nov 4 22:17:41 UTC 2012 Modified Files: pkgsrc/net/nsd: Makefile distinfo Log Message: NSD 3.2.14 Features: * TCP writev support. Bugfixes: * Fix build on OpenBSD (thanks Oliver Peter). * Prioritize notify sender for requesting XFR (thanks Ilya dBakulin). * Fix crash in zonec if TXT string too long (thanks Ilya Bakulin). * tzset before chroot for correct timezone (thanks Camiel Dobbelaar). * Fix --disable-full-prehash bug when nsdc patch happens while ixfr too, it did not rehash the new database. * Bugfix #464: Conditionally define MAXHOSTNAMELEN. To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 pkgsrc/net/nsd/Makefile cvs rdiff -u -r1.35 -r1.36 pkgsrc/net/nsd/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.