diff options
author | rh <rh> | 2000-08-23 06:50:45 +0000 |
---|---|---|
committer | rh <rh> | 2000-08-23 06:50:45 +0000 |
commit | 4a1baecb464a5cd93a2f03a3fdd52b6b12d1a206 (patch) | |
tree | f598676828f3eef4c7e20d8f27f58dccca03631c /net | |
parent | 057f5bb42448c6ae8bde1c1b8118ca8446b27006 (diff) | |
download | pkgsrc-4a1baecb464a5cd93a2f03a3fdd52b6b12d1a206.tar.gz |
Fix PLIST to include bin/nslookup -- thanks to hubert's new leftover list
for finding this.
Update bind to 9.0.0rc4. Changes and fixes are:
* "host" did not use the search list.
* Treat undefined acls as errors, rather than
warning and then later throwing an assertion.
* SIG(0) signing and verifying was done incorrectly.
* When reloading the server with a config file
containing a syntax error, it could catch an
assertion failure trying to perform zone
maintenance on, or sending notifies from,
tentatively created zones whose views were
never fully configured and lacked an address
database and request manager.
* "dig" sometimes caught an assertion failure when
using TSIG, depending on the key length.
* Many debugging messages were partially formatted
even when debugging was turned off, causing a
significant decrease in query performance.
* There is now a man page for "nsupdate"
* nslookup printed incorrect RR type mnemonics
for RRs of type >= 21
* Attempting to send a reqeust over IPv6 using
dns_request_create() on a system without IPv6
support caused an assertion failure [RT #235].
* Missing strdup() of ACL name caused random
ACL matching failures [RT #228].
* nsupdate was incorrectly limiting TTLs to 65535 instead
of 2147483647.
* When writing a master file, print the SOA and NS
records (and their SIGs) before other records.
* named -u failed on many Linux systems where the
libc provided kernel headers do not match
the current kernel.
* nsupdate didn't work with IPv6.
Diffstat (limited to 'net')
-rw-r--r-- | net/bind9/Makefile | 4 | ||||
-rw-r--r-- | net/bind9/files/md5 | 4 | ||||
-rw-r--r-- | net/bind9/pkg/PLIST | 6 |
3 files changed, 9 insertions, 5 deletions
diff --git a/net/bind9/Makefile b/net/bind9/Makefile index 93337d80d7d..f3ca5335514 100644 --- a/net/bind9/Makefile +++ b/net/bind9/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2000/08/10 12:51:48 itojun Exp $ +# $NetBSD: Makefile,v 1.11 2000/08/23 06:50:45 rh Exp $ # DISTNAME= bind-${BIND_VERSION} @@ -18,7 +18,7 @@ BUILD_DEFS+= USE_INET6 ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-arm32 NetBSD-*-m68k # No need to set USE_INET6, will auto-detect. -BIND_VERSION= 9.0.0rc2 +BIND_VERSION= 9.0.0rc4 DIST_SUBDIR= bind/${BIND_VERSION} GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-mit-pthreads \ diff --git a/net/bind9/files/md5 b/net/bind9/files/md5 index 44f4919fdc4..c7dd860ab2d 100644 --- a/net/bind9/files/md5 +++ b/net/bind9/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.7 2000/08/10 12:51:48 itojun Exp $ +$NetBSD: md5,v 1.8 2000/08/23 06:50:46 rh Exp $ -MD5 (bind/9.0.0rc2/bind-9.0.0rc2.tar.gz) = e1b7c733484b33744a023ed15b015353 +MD5 (bind/9.0.0rc4/bind-9.0.0rc4.tar.gz) = b5c2e81522847ff8189a7de62ab3f7f3 diff --git a/net/bind9/pkg/PLIST b/net/bind9/pkg/PLIST index 45f4d5e8555..a9db847c34c 100644 --- a/net/bind9/pkg/PLIST +++ b/net/bind9/pkg/PLIST @@ -1,7 +1,8 @@ -@comment $NetBSD: PLIST,v 1.7 2000/08/10 12:51:49 itojun Exp $ +@comment $NetBSD: PLIST,v 1.8 2000/08/23 06:50:46 rh Exp $ bin/dig bin/host bin/isc-config.sh +bin/nslookup bin/nsupdate include/dns/a6.h include/dns/acl.h @@ -92,6 +93,7 @@ include/isc/bufferlist.h include/isc/commandline.h include/isc/condition.h include/isc/dir.h +include/isc/entropy.h include/isc/error.h include/isc/event.h include/isc/eventclass.h @@ -268,6 +270,7 @@ share/doc/bind9/rfc/rfc2672.txt share/doc/bind9/rfc/rfc2673.txt share/doc/bind9/rfc/rfc2782.txt share/doc/bind9/rfc/rfc2845.txt +share/doc/bind9/rfc/rfc2874.txt share/doc/bind9/rfc/rfc952.txt @dirrm share/doc/bind9/rfc @dirrm share/doc/bind9/misc @@ -281,6 +284,7 @@ share/doc/bind9/rfc/rfc952.txt @dirrm include/dns man/man8/lwresd.8 man/man8/named.8 +man/man8/nsupdate.8 man/man8/rndc.8 man/man5/rndc.conf.5 man/man8/dnssec-keygen.8 |