Mention bind9.
This commit is contained in:
parent
15bf338dca
commit
7729258694
13
doc/3RDPARTY
13
doc/3RDPARTY
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: 3RDPARTY,v 1.216 2004/05/15 16:01:11 wiz Exp $
|
||||
# $NetBSD: 3RDPARTY,v 1.217 2004/05/18 00:39:26 christos Exp $
|
||||
#
|
||||
# This file contains a list of the software that has been integrated into
|
||||
# NetBSD where we are not the primary maintainer.
|
||||
|
@ -57,21 +57,18 @@ Notes:
|
|||
bc includes dc, both of which are in the NetBSD tree.
|
||||
|
||||
Package: bind/named
|
||||
Version: 8.3.7
|
||||
Current Vers: 4.9.11/8.3.7/8.4.2/9.3
|
||||
Version: 9.3.0
|
||||
Current Vers: 4.9.11/8.3.7/8.4.2/9.3.0
|
||||
Maintainer: Paul Vixie <vixie@vix.com>
|
||||
Archive Site: ftp://ftp.isc.org/isc/bind/
|
||||
Mailing List:
|
||||
Responsible: vixie, itojun
|
||||
Responsible: vixie, itojun, christos
|
||||
Notes:
|
||||
bind2netbsd script to import into src/dist/bind.
|
||||
The Makefiles in src/usr.sbin/bind are not handled by the script.
|
||||
do not try to use libc resolver from src/usr.sbin/bind, it adds
|
||||
too much constraint between bind and libc, as well as problem with
|
||||
_res declaration differences. DNSSEC portion is disabled.
|
||||
On switching to BIND9: waiting for the release of 9.3.x, as 9.2.x has some
|
||||
issues (A6 queries for glue, for instance).
|
||||
8.4.3 includes serious bug so do not pull it in. if anything, wait for 8.4.4.
|
||||
_res declaration differences.
|
||||
|
||||
Package: bind/resolver
|
||||
Version: 4.9.11
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.312 $>
|
||||
LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.313 $>
|
||||
|
||||
|
||||
[Note: This file does not mention every change made to the NetBSD source tree.
|
||||
|
@ -47,3 +47,4 @@ Changes from NetBSD 2.0 to NetBSD 2.1:
|
|||
[thorpej 20040510]
|
||||
xdm(1): use /var/db/xdm for the default authDir. [lukem 20040512]
|
||||
du(1): add a -n flag to not include "nodump" files. [simonb 20040517]
|
||||
bind: Bind-9.3.0beta3 imported. [christos 20040517]
|
||||
|
|
Loading…
Reference in New Issue