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/patches | |
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/patches')
-rw-r--r-- | net/bind9/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/bind9/patches/patch-aa b/net/bind9/patches/patch-aa new file mode 100644 index 00000000000..8dd456f6316 --- /dev/null +++ b/net/bind9/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.4 2000/07/26 08:46:24 rh Exp $ + +--- Makefile.in.orig Wed Jul 12 19:06:01 2000 ++++ Makefile.in Wed Jul 26 10:18:37 2000 +@@ -43,7 +43,7 @@ + cleandir: distclean + + install:: isc-config.sh +- ${INSTALL_PROGRAM} isc-config.sh ${DESTDIR}${bindir} ++ ${BSD_INSTALL_SCRIPT} isc-config.sh ${DESTDIR}${bindir} + + kit: kitclean + mkdir bind-${VERSION} |