summaryrefslogtreecommitdiff
path: root/net/bind9/Makefile
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2000-08-29 10:57:16 +0000
committerrh <rh@pkgsrc.org>2000-08-29 10:57:16 +0000
commit993c2e0e98279388448f70d64210ec865389ec08 (patch)
tree1a7ea84e88897994df18ee8457ef97b123282f59 /net/bind9/Makefile
parentd6e7292f84cc60c6a3812d82bdaa5841feeaa5a8 (diff)
downloadpkgsrc-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/Makefile')
-rw-r--r--net/bind9/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/bind9/Makefile b/net/bind9/Makefile
index f3ca5335514..6e6834c577d 100644
--- a/net/bind9/Makefile
+++ b/net/bind9/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2000/08/23 06:50:45 rh Exp $
+# $NetBSD: Makefile,v 1.12 2000/08/29 10:57:16 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.0rc4
+BIND_VERSION= 9.0.0rc5
DIST_SUBDIR= bind/${BIND_VERSION}
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-mit-pthreads \