mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 13:38:26 +00:00
Moved libbind out as a separate product.
This commit is contained in:
parent
6e2871232f
commit
6cdaeb94d4
15
README
15
README
@ -42,6 +42,18 @@ BIND 9
|
|||||||
Stichting NLnet - NLnet Foundation
|
Stichting NLnet - NLnet Foundation
|
||||||
Nominum, Inc.
|
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
|
||||||
|
|
||||||
BIND 9.5.0 has a number of new features over 9.4,
|
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
|
a nonstandard prefix, you can tell configure where to
|
||||||
look for it using "--with-openssl=/prefix".
|
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
|
On some platforms, BIND 9 can be built with multithreading
|
||||||
support, allowing it to take advantage of multiple CPUs.
|
support, allowing it to take advantage of multiple CPUs.
|
||||||
You can specify whether to build a multithreaded BIND 9
|
You can specify whether to build a multithreaded BIND 9
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
- PERFORMANCE OF THIS SOFTWARE.
|
- PERFORMANCE OF THIS SOFTWARE.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!-- File: $Id: Bv9ARM-book.xml,v 1.367 2008/09/23 03:59:16 marka Exp $ -->
|
<!-- File: $Id: Bv9ARM-book.xml,v 1.368 2008/09/24 04:16:52 each Exp $ -->
|
||||||
<book xmlns:xi="http://www.w3.org/2001/XInclude">
|
<book xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||||
<title>BIND 9 Administrator Reference Manual</title>
|
<title>BIND 9 Administrator Reference Manual</title>
|
||||||
|
|
||||||
@ -253,8 +253,10 @@
|
|||||||
more <emphasis>name servers</emphasis> and interprets the responses.
|
more <emphasis>name servers</emphasis> and interprets the responses.
|
||||||
The <acronym>BIND</acronym> 9 software distribution
|
The <acronym>BIND</acronym> 9 software distribution
|
||||||
contains a
|
contains a
|
||||||
name server, <command>named</command>, and two resolver
|
name server, <command>named</command>, and a resolver
|
||||||
libraries, <command>liblwres</command> and <command>libbind</command>.
|
library, <command>liblwres</command>. The older
|
||||||
|
<command>libbind</command> resolver library is also available
|
||||||
|
from ISC as a separate download.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
</sect2><sect2>
|
</sect2><sect2>
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
- OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
- OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||||
- PERFORMANCE OF THIS SOFTWARE.
|
- PERFORMANCE OF THIS SOFTWARE.
|
||||||
-->
|
-->
|
||||||
<!-- $Id: Bv9ARM.ch01.html,v 1.40 2008/03/15 01:11:43 tbox Exp $ -->
|
<!-- $Id: Bv9ARM.ch01.html,v 1.41 2008/09/24 04:16:52 each Exp $ -->
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
@ -268,7 +268,9 @@
|
|||||||
The <acronym class="acronym">BIND</acronym> 9 software distribution
|
The <acronym class="acronym">BIND</acronym> 9 software distribution
|
||||||
contains a
|
contains a
|
||||||
name server, <span><strong class="command">named</strong></span>, and two resolver
|
name server, <span><strong class="command">named</strong></span>, and two resolver
|
||||||
libraries, <span><strong class="command">liblwres</strong></span> and <span><strong class="command">libbind</strong></span>.
|
library, <span><strong class="command">liblwres</strong></span>.
|
||||||
|
The older <span><strong class="command">libbind</strong></span>
|
||||||
|
resolver library is also available from ISC as a separate download.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="sect2" lang="en">
|
<div class="sect2" lang="en">
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||||
# PERFORMANCE OF THIS SOFTWARE.
|
# 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.
|
# "Alternative build" test.
|
||||||
@ -77,7 +77,7 @@ cd $builddir || exit 1
|
|||||||
|
|
||||||
CFLAGS="-g -DISC_CHECK_NONE -DISC_MEM_FILL=0 -DISC_LIST_CHECKINIT" \
|
CFLAGS="-g -DISC_CHECK_NONE -DISC_MEM_FILL=0 -DISC_LIST_CHECKINIT" \
|
||||||
sh $srcdir/bind-*/configure --with-libtool \
|
sh $srcdir/bind-*/configure --with-libtool \
|
||||||
--disable-threads --with-openssl --enable-libbind --prefix=$instdir
|
--disable-threads --with-openssl --prefix=$instdir
|
||||||
gmake clean
|
gmake clean
|
||||||
gmake
|
gmake
|
||||||
gmake install
|
gmake install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user