diff options
author | adrianp <adrianp@pkgsrc.org> | 2008-08-03 18:42:31 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2008-08-03 18:42:31 +0000 |
commit | 4c105f6f2da8459e9624e4546df80b59bf8f9968 (patch) | |
tree | c3ad8d5ab9e084a5a93a671d5d9ed2783e83ed37 /net | |
parent | 00025296bf8babe5d868354c619d381452f2ac87 (diff) | |
download | pkgsrc-4c105f6f2da8459e9624e4546df80b59bf8f9968.tar.gz |
Changes since 9.5.0-P1:
--- 9.5.0-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]
2405. [cleanup] The default value for dnssec-validation was changed to
"yes" in 9.5.0-P1 and all subsequent releases; this
was inadvertently omitted from CHANGES at the time.
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]
2397. [bug] gssapi_functions had too many elements. [RT #18355]
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]
2393. [bug] nested acls containing keys could trigger an
assertion in acl.c. [RT #18166]
2392. [bug] remove 'grep -q' from acl test script, some platforms
don't support it. [RT #18253]
2387. [bug] Silence compiler warnings in lib/isc/radix.c.
[RT #18147] [RT #18258]
Diffstat (limited to 'net')
-rw-r--r-- | net/bind95/Makefile | 6 | ||||
-rw-r--r-- | net/bind95/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/net/bind95/Makefile b/net/bind95/Makefile index 638a4e41b92..cf303e57496 100644 --- a/net/bind95/Makefile +++ b/net/bind95/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2008/07/08 21:55:25 adrianp Exp $ +# $NetBSD: Makefile,v 1.3 2008/08/03 18:42:31 adrianp Exp $ DISTNAME= bind-${BIND_VERSION} -PKGNAME= ${DISTNAME:S/-P1/pl1/} +PKGNAME= ${DISTNAME:S/-P2/pl2/} CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/ @@ -11,7 +11,7 @@ COMMENT= Version 9 of the Berkeley Internet Name Daemon, implementation of DNS PKG_DESTDIR_SUPPORT= user-destdir -BIND_VERSION= 9.5.0-P1 +BIND_VERSION= 9.5.0-P2 # IPv6 ready, automatically detected .include "../../mk/bsd.prefs.mk" diff --git a/net/bind95/distinfo b/net/bind95/distinfo index 86cb0413479..bfb6299d799 100644 --- a/net/bind95/distinfo +++ b/net/bind95/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.2 2008/07/08 21:55:25 adrianp Exp $ +$NetBSD: distinfo,v 1.3 2008/08/03 18:42:31 adrianp Exp $ -SHA1 (bind-9.5.0-P1.tar.gz) = f7fc538ae919f09496fdf459d63ce8f340f287d8 -RMD160 (bind-9.5.0-P1.tar.gz) = 33bed2e55b6bb821922e0e4f5bd9992ea493642b -Size (bind-9.5.0-P1.tar.gz) = 6622200 bytes +SHA1 (bind-9.5.0-P2.tar.gz) = e93a230e0e80e8e5975c83bf0ca0b1186f53fe52 +RMD160 (bind-9.5.0-P2.tar.gz) = 2ac07f4d48f22cfeabd4d8089aaf955b81199dc0 +Size (bind-9.5.0-P2.tar.gz) = 6627081 bytes SHA1 (patch-ab) = dd12c457791a75a8b43d9dfd0c0b236dcdbe31a5 SHA1 (patch-ac) = 4df1ece91d59b2b36fc7a4316604f1c112cf70ba SHA1 (patch-ad) = 9a46d8de9d84e708ac64df8e4da504176dba05d4 |