diff options
author | rh <rh@pkgsrc.org> | 2000-08-29 10:57:16 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-08-29 10:57:16 +0000 |
commit | 993c2e0e98279388448f70d64210ec865389ec08 (patch) | |
tree | 1a7ea84e88897994df18ee8457ef97b123282f59 /net/bind9/files | |
parent | d6e7292f84cc60c6a3812d82bdaa5841feeaa5a8 (diff) | |
download | pkgsrc-993c2e0e98279388448f70d64210ec865389ec08.tar.gz |
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]
Diffstat (limited to 'net/bind9/files')
-rw-r--r-- | net/bind9/files/md5 | 4 | ||||
-rw-r--r-- | net/bind9/files/patch-sum | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/net/bind9/files/md5 b/net/bind9/files/md5 index c7dd860ab2d..2acc2386c67 100644 --- a/net/bind9/files/md5 +++ b/net/bind9/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.8 2000/08/23 06:50:46 rh Exp $ +$NetBSD: md5,v 1.9 2000/08/29 10:57:17 rh Exp $ -MD5 (bind/9.0.0rc4/bind-9.0.0rc4.tar.gz) = b5c2e81522847ff8189a7de62ab3f7f3 +MD5 (bind/9.0.0rc5/bind-9.0.0rc5.tar.gz) = 1632feb784668efa23c9574a4416f370 diff --git a/net/bind9/files/patch-sum b/net/bind9/files/patch-sum index 39c0e798c64..a645dc65f75 100644 --- a/net/bind9/files/patch-sum +++ b/net/bind9/files/patch-sum @@ -1,4 +1,3 @@ -$NetBSD: patch-sum,v 1.6 2000/08/10 12:51:48 itojun Exp $ +$NetBSD: patch-sum,v 1.7 2000/08/29 10:57:17 rh Exp $ MD5 (patch-aa) = 24d411b5163cf4e7804a96fcd4898386 -MD5 (patch-ab) = 9cf2e332a08673d8f665bc179cf3a77b |