Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Rene Hexel <rh@netbsd.org>
List: source-changes
Date: 08/29/2000 13:57:18
Module Name:	pkgsrc
Committed By:	rh
Date:		Tue Aug 29 10:57:17 UTC 2000

Modified Files:
	pkgsrc/net/bind9: Makefile
	pkgsrc/net/bind9/files: md5 patch-sum
Removed Files:
	pkgsrc/net/bind9/patches: patch-ab

Log Message:
Update bind9 to 9.0.0rc5.  Changes are bugfixes only, including a fix that
makes patch-ab unnecessary:

 * A typo in the HS A code caused an assertion failure.

 * lwres_gethostbyname() and company set lwres_h_errno
                        to a random value on success.

 * If named was shut down early in the startup
   process, ns_omapi_shutdown() would attempt to lock
   an unintialized mutex. [RT #262]

 * stub zones could leak memory and reference counts if
                        all the masters were unreachable.

 * isc_rwlock_lock() would needlessly block
   readers when it reached the read quota even
   if no writers were waiting.

 * Log messages were occasionally lost or corrupted
   due to a race condition in isc_log_doit().

 * The request library didn't completely work with IPv6.

 * Check for IPV6_RECVPKTINFO and use it instead of
   IPV6_PKTINFO if found. [RT #229]


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 pkgsrc/net/bind9/Makefile
cvs rdiff -r1.8 -r1.9 pkgsrc/net/bind9/files/md5
cvs rdiff -r1.6 -r1.7 pkgsrc/net/bind9/files/patch-sum
cvs rdiff -r1.3 -r0 pkgsrc/net/bind9/patches/patch-ab

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