diff options
author | rh <rh@pkgsrc.org> | 2000-07-26 08:46:23 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-07-26 08:46:23 +0000 |
commit | 10a002b70c2f9b5a1990bc96f9ec9ef8e5523e75 (patch) | |
tree | 772b4263b5be13051487347c5724e37d3d02ae9d /net/bind9/files | |
parent | 05ea8491d367dbd877a46b434edfe55efe591e02 (diff) | |
download | pkgsrc-10a002b70c2f9b5a1990bc96f9ec9ef8e5523e75.tar.gz |
Update bind9 to 9.0.0rc1. This is the first release candidate for bind9.
Changes are too numerous to list here in detail, but highlights are:
The communication between "rndc" and "named" is now
authenticated using digital signatures. Because of
this, rndc now requires a configuration file "rndc.conf"
containing a shared secret, with a corresponding
"controls" clause in named.conf.
When the server is chrooted using the -t option,
it no longer needs copies of the passwd and group
files in the chroot environment.
Various bug fixes and cleanups, especially
in the dig, host, nslookup, and nsupdate
programs.
There are a few known bugs:
The option "query-source * port 53;" will not work as
expected. Instead of the wildcard address "*", you need
to use an explicit source IP address.
On some systems, IPv6 and IPv4 sockets interact in
unexpected ways. For details, see doc/misc/ipv6.
To reduce the impact of these problems, the server
no longer listens for requests on IPv6 addresses
by default. If you need to accept DNS queries over
IPv6, you must specify "listen-on-v6 { any; };"
in the named.conf options statement.
There are known problems with thread signal handling
under Solaris 2.6.
Diffstat (limited to 'net/bind9/files')
-rw-r--r-- | net/bind9/files/md5 | 4 | ||||
-rw-r--r-- | net/bind9/files/patch-sum | 7 |
2 files changed, 4 insertions, 7 deletions
diff --git a/net/bind9/files/md5 b/net/bind9/files/md5 index 1659f0370b1..02f26105abe 100644 --- a/net/bind9/files/md5 +++ b/net/bind9/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.5 2000/06/19 13:54:08 hubertf Exp $ +$NetBSD: md5,v 1.6 2000/07/26 08:46:24 rh Exp $ -MD5 (bind/9.0.0b4/bind-9.0.0b4.tar.gz) = b8a7dc3aaaf2cc33aee2e1afe4bd9374 +MD5 (bind/9.0.0rc1/bind-9.0.0rc1.tar.gz) = bcff62d7ceb802d199f36d2cd6666288 diff --git a/net/bind9/files/patch-sum b/net/bind9/files/patch-sum index 34edab4f163..91983111371 100644 --- a/net/bind9/files/patch-sum +++ b/net/bind9/files/patch-sum @@ -1,6 +1,3 @@ -$NetBSD: patch-sum,v 1.4 2000/05/25 02:03:13 hubertf Exp $ +$NetBSD: patch-sum,v 1.5 2000/07/26 08:46:24 rh Exp $ -This placeholder file is generated by the ``makepatchsum'' target -whenever the patches directory is empty or missing. Its purpose -is to ensure that the presence of any obsolete patches will cause -the proper error to be emitted at build time. +MD5 (patch-aa) = 24d411b5163cf4e7804a96fcd4898386 |