Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by narn.NetBSD.org (Postfix) with ESMTP id 367F063B975 for ; Mon, 4 Aug 2008 08:20:39 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id D2BF663B1D2; Mon, 4 Aug 2008 08:20:38 +0000 (UTC) Received: from cvs.netbsd.org (unknown [IPv6:2001:4f8:4:7:2e0:81ff:fe25:eab4]) by mail.netbsd.org (Postfix) with ESMTP id A71FC63B1CC for ; Mon, 4 Aug 2008 08:20:37 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 8DC43175D0; Mon, 4 Aug 2008 08:20:37 +0000 (UTC) From: "Tyler R. Retzlaff" Subject: CVS commit: [pkgsrc-2008Q2] pkgsrc/net/bind9 To: pkgsrc-changes@NetBSD.org Reply-To: rtr@netbsd.org Message-Id: <20080804082037.8DC43175D0@cvs.netbsd.org> Date: Mon, 4 Aug 2008 08:20:37 +0000 (UTC) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: rtr Date: Mon Aug 4 08:20:37 UTC 2008 Modified Files: pkgsrc/net/bind9 [pkgsrc-2008Q2]: Makefile distinfo Log Message: pullup ticket #2470 - requested by adrianp bind9: update package for fixes revisions pulled up: pkgsrc/net/bind9/Makefile 1.102 pkgsrc/net/bind9/distinfo 1.38 Module Name: pkgsrc Committed By: adrianp Date: Sun Aug 3 18:41:45 UTC 2008 Modified Files: pkgsrc/net/bind9: Makefile distinfo Log Message: Changes since 9.4.2-P1: --- 9.4.2-P2 released --- 2406. [bug] Some operating systems have FD_SETSIZE set to a low value by default, which can cause resource exhaustion when many simultaneous connections are open. Linux in particular makes it difficult to increase this value. To use more sockets with select(), set ISC_SOCKET_FDSETSIZE. Example: STD_CDEFINES="-DISC_SOCKET_FDSETSIZE=4096" ./configure (This should not be necessary in most cases, and never for an authoritative-only server.) [RT #18328] 2404. [port] hpux: files unlimited support. 2403. [bug] TSIG context leak. [RT #18341] 2402. [port] Support Solaris 2.11 and over. [RT #18362] 2401. [bug] Expect to get E[MN]FILE errno internal_accept() (from accept() or fcntl() system calls). [RT #18358] 2399. [bug] Abort timeout queries to reduce the number of open UDP sockets. [RT #18367] 2398. [bug] Improve file descriptor management. New, temporary, named.conf option reserved-sockets, default 512. [RT #18344] 2396. [bug] Don't set SO_REUSEADDR for randomized ports. [RT #18336] 2395. [port] Avoid warning and no effect from "files unlimited" on Linux when running as root. [RT #18335] 2394. [bug] Default configuration options set the limit for open files to 'unlimited' as described in the documentation. [RT #18331] 2392. [bug] remove 'grep -q' from acl test script, some platforms don't support it. [RT #18253] 2322. [port] MacOS: work around the limitation of setrlimit() for RLIMIT_NOFILE. [RT #17526] To generate a diff of this commit: cvs rdiff -r1.101 -r1.101.4.1 pkgsrc/net/bind9/Makefile cvs rdiff -r1.37 -r1.37.4.1 pkgsrc/net/bind9/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.