Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Rene Hexel <rh@netbsd.org>
List: source-changes
Date: 08/23/2000 09:50:46
Module Name:	pkgsrc
Committed By:	rh
Date:		Wed Aug 23 06:50:46 UTC 2000

Modified Files:
	pkgsrc/net/bind9: Makefile
	pkgsrc/net/bind9/files: md5
	pkgsrc/net/bind9/pkg: PLIST

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 pkgsrc/net/bind9/Makefile
cvs rdiff -r1.7 -r1.8 pkgsrc/net/bind9/files/md5
cvs rdiff -r1.7 -r1.8 pkgsrc/net/bind9/pkg/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.