From 6cdaeb94d4d12b72b919f3c7099f7c47c172b59b Mon Sep 17 00:00:00 2001
From: Evan Hunt
Date: Wed, 24 Sep 2008 04:16:53 +0000
Subject: [PATCH] Moved libbind out as a separate product.
---
README | 15 ++++++++++++---
doc/arm/Bv9ARM-book.xml | 8 +++++---
doc/arm/Bv9ARM.ch01.html | 6 ++++--
util/altbuild.sh | 4 ++--
4 files changed, 23 insertions(+), 10 deletions(-)
diff --git a/README b/README
index 7b7fd154e6..def247f989 100644
--- a/README
+++ b/README
@@ -42,6 +42,18 @@ BIND 9
Stichting NLnet - NLnet Foundation
Nominum, Inc.
+BIND 9.6.0
+
+ BIND 9.6.0 includes a number of changes from BIND 9.5 and earlier
+ releases, including:
+
+ Full NSEC3 support
+
+ Automatic zone re-signing
+
+ The BIND 8 resolver library, libbind, has been removed from the
+ BIND 9 distribution and is now available as a separate download.
+
BIND 9.5.0
BIND 9.5.0 has a number of new features over 9.4,
@@ -458,9 +470,6 @@ Building
a nonstandard prefix, you can tell configure where to
look for it using "--with-openssl=/prefix".
- To build libbind (the BIND 8 resolver library), specify
- "--enable-libbind" on the configure command line.
-
On some platforms, BIND 9 can be built with multithreading
support, allowing it to take advantage of multiple CPUs.
You can specify whether to build a multithreaded BIND 9
diff --git a/doc/arm/Bv9ARM-book.xml b/doc/arm/Bv9ARM-book.xml
index 3257544eba..049dc5343e 100644
--- a/doc/arm/Bv9ARM-book.xml
+++ b/doc/arm/Bv9ARM-book.xml
@@ -18,7 +18,7 @@
- PERFORMANCE OF THIS SOFTWARE.
-->
-
+
BIND 9 Administrator Reference Manual
@@ -253,8 +253,10 @@
more name servers and interprets the responses.
The BIND 9 software distribution
contains a
- name server, named, and two resolver
- libraries, liblwres and libbind.
+ name server, named, and a resolver
+ library, liblwres. The older
+ libbind resolver library is also available
+ from ISC as a separate download.
diff --git a/doc/arm/Bv9ARM.ch01.html b/doc/arm/Bv9ARM.ch01.html
index 1b538e7391..d6a2cb6147 100644
--- a/doc/arm/Bv9ARM.ch01.html
+++ b/doc/arm/Bv9ARM.ch01.html
@@ -14,7 +14,7 @@
- OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
- PERFORMANCE OF THIS SOFTWARE.
-->
-
+
@@ -268,7 +268,9 @@
The BIND 9 software distribution
contains a
name server, named, and two resolver
- libraries, liblwres and libbind.
+ library, liblwres.
+ The older libbind
+ resolver library is also available from ISC as a separate download.
diff --git a/util/altbuild.sh b/util/altbuild.sh
index 2a4de38383..05f70df4c3 100644
--- a/util/altbuild.sh
+++ b/util/altbuild.sh
@@ -15,7 +15,7 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
-# $Id: altbuild.sh,v 1.17 2007/06/19 23:47:24 tbox Exp $
+# $Id: altbuild.sh,v 1.18 2008/09/24 04:16:53 each Exp $
#
# "Alternative build" test.
@@ -77,7 +77,7 @@ cd $builddir || exit 1
CFLAGS="-g -DISC_CHECK_NONE -DISC_MEM_FILL=0 -DISC_LIST_CHECKINIT" \
sh $srcdir/bind-*/configure --with-libtool \
- --disable-threads --with-openssl --enable-libbind --prefix=$instdir
+ --disable-threads --with-openssl --prefix=$instdir
gmake clean
gmake
gmake install