Sun Aug 3 18:41:45 2008 UTC ()
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]


(adrianp)
diff -r1.101 -r1.102 pkgsrc/net/bind9/Makefile
diff -r1.37 -r1.38 pkgsrc/net/bind9/distinfo

cvs diff -r1.101 -r1.102 pkgsrc/net/bind9/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/net/bind9/Attic/Makefile 2008/07/10 21:05:30 1.101
+++ pkgsrc/net/bind9/Attic/Makefile 2008/08/03 18:41:45 1.102
@@ -1,27 +1,27 @@ @@ -1,27 +1,27 @@
1# $NetBSD: Makefile,v 1.101 2008/07/10 21:05:30 adrianp Exp $ 1# $NetBSD: Makefile,v 1.102 2008/08/03 18:41:45 adrianp Exp $
2 2
3DISTNAME= bind-${BIND_VERSION} 3DISTNAME= bind-${BIND_VERSION}
4PKGNAME= ${DISTNAME:S/-P1/pl1/} 4PKGNAME= ${DISTNAME:S/-P2/pl2/}
5CATEGORIES= net 5CATEGORIES= net
6MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/ 6MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://www.isc.org/sw/bind/ 9HOMEPAGE= http://www.isc.org/sw/bind/
10COMMENT= Version 9 of the Berkeley Internet Name Daemon, implementation of DNS 10COMMENT= Version 9 of the Berkeley Internet Name Daemon, implementation of DNS
11 11
12PKG_DESTDIR_SUPPORT= user-destdir 12PKG_DESTDIR_SUPPORT= user-destdir
13 13
14BIND_VERSION= 9.4.2-P1 14BIND_VERSION= 9.4.2-P2
15 15
16# IPv6 ready, automatically detected 16# IPv6 ready, automatically detected
17.include "../../mk/bsd.prefs.mk" 17.include "../../mk/bsd.prefs.mk"
18BUILD_DEFS+= IPV6_READY 18BUILD_DEFS+= IPV6_READY
19 19
20BUILD_DEFS+= BIND_DIR VARBASE 20BUILD_DEFS+= BIND_DIR VARBASE
21 21
22USE_TOOLS+= pax 22USE_TOOLS+= pax
23USE_LIBTOOL= yes 23USE_LIBTOOL= yes
24 24
25GNU_CONFIGURE= yes 25GNU_CONFIGURE= yes
26CONFIGURE_ARGS+=--with-libtool=yes \ 26CONFIGURE_ARGS+=--with-libtool=yes \
27 --sysconfdir=/etc \ 27 --sysconfdir=/etc \

cvs diff -r1.37 -r1.38 pkgsrc/net/bind9/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/net/bind9/Attic/distinfo 2008/07/10 21:05:30 1.37
+++ pkgsrc/net/bind9/Attic/distinfo 2008/08/03 18:41:45 1.38
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1$NetBSD: distinfo,v 1.37 2008/07/10 21:05:30 adrianp Exp $ 1$NetBSD: distinfo,v 1.38 2008/08/03 18:41:45 adrianp Exp $
2 2
3SHA1 (bind-9.4.2-P1.tar.gz) = 71421abc311fbbd6cc9fa7d4400dff4d82a0a6a8 3SHA1 (bind-9.4.2-P2.tar.gz) = e6aebf6e73dfd4d8ccae397bc5cafaa17fbc5ce4
4RMD160 (bind-9.4.2-P1.tar.gz) = 9771d109aaa7c340bc1af280a8ab713892604ba1 4RMD160 (bind-9.4.2-P2.tar.gz) = c0934436914cbc0963298cec326fe14a73130873
5Size (bind-9.4.2-P1.tar.gz) = 6451654 bytes 5Size (bind-9.4.2-P2.tar.gz) = 6456550 bytes
6SHA1 (patch-ab) = dd12c457791a75a8b43d9dfd0c0b236dcdbe31a5 6SHA1 (patch-ab) = dd12c457791a75a8b43d9dfd0c0b236dcdbe31a5
7SHA1 (patch-ac) = 4df1ece91d59b2b36fc7a4316604f1c112cf70ba 7SHA1 (patch-ac) = 4df1ece91d59b2b36fc7a4316604f1c112cf70ba
8SHA1 (patch-ad) = 0851864c896c2f0eb63cb58da39e12cfa89f1b7c 8SHA1 (patch-ad) = 0851864c896c2f0eb63cb58da39e12cfa89f1b7c
9SHA1 (patch-af) = b21bb5195cdb4deec00e5abd39f5bf2137549c3f 9SHA1 (patch-af) = b21bb5195cdb4deec00e5abd39f5bf2137549c3f
10SHA1 (patch-ag) = 9d61e0f527a76977bf8457355997d201fa37dd4e 10SHA1 (patch-ag) = 9d61e0f527a76977bf8457355997d201fa37dd4e
11SHA1 (patch-ai) = 00b4e2206b161d0cdf67b8569b7d36d9b898b18f 11SHA1 (patch-ai) = 00b4e2206b161d0cdf67b8569b7d36d9b898b18f
12SHA1 (patch-aj) = c3bbf84a8a735298552f918ac38331e06a1b68a1 12SHA1 (patch-aj) = c3bbf84a8a735298552f918ac38331e06a1b68a1
13SHA1 (patch-al) = eb6a52d3f865639447ec6f9019c0ea1d2122b772 13SHA1 (patch-al) = eb6a52d3f865639447ec6f9019c0ea1d2122b772
14SHA1 (patch-am) = bb267f13dbd30d492f4dfcf9c278b941efa97bed 14SHA1 (patch-am) = bb267f13dbd30d492f4dfcf9c278b941efa97bed
15SHA1 (patch-an) = 6ec6ede602292ef2eaf5f0891e97576218bd8c3e 15SHA1 (patch-an) = 6ec6ede602292ef2eaf5f0891e97576218bd8c3e
16SHA1 (patch-ao) = 9a1ed7b37befdd8e29d233fe55cd62362df3c50e 16SHA1 (patch-ao) = 9a1ed7b37befdd8e29d233fe55cd62362df3c50e
17SHA1 (patch-ap) = 800486318acbaae22d04ac6e2b7ccddd150fde90 17SHA1 (patch-ap) = 800486318acbaae22d04ac6e2b7ccddd150fde90