Module Name: src
Committed By: christos
Date: Sun Apr 12 17:28:06 UTC 2009
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
mention bind and libbind
To generate a diff of this commit:
cvs rdiff -u -r1.682 -r1.683 src/doc/3RDPARTY
cvs rdiff -u -r1.1206 -r1.1207 src/doc/CHANGES
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/3RDPARTY
diff -u src/doc/3RDPARTY:1.682 src/doc/3RDPARTY:1.683
--- src/doc/3RDPARTY:1.682 Sun Apr 12 07:13:55 2009
+++ src/doc/3RDPARTY Sun Apr 12 13:28:06 2009
@@ -1,4 +1,4 @@
-# $NetBSD: 3RDPARTY,v 1.682 2009/04/12 11:13:55 wiz Exp $
+# $NetBSD: 3RDPARTY,v 1.683 2009/04/12 17:28:06 christos Exp $
#
# This file contains a list of the software that has been integrated into
# NetBSD where we are not the primary maintainer.
@@ -90,9 +90,9 @@
Notes:
bc includes dc, both of which are in the NetBSD tree.
-Package: bind/named
-Version: libc/includes: 9.5.0, bind: 9.5.0
-Current Vers: 9.5.1-P1/9.6.0-P1
+Package: bind [named and utils]
+Version: 9.6.1-P1
+Current Vers: 9.6.1-P1
Maintainer: Paul Vixie <[email protected]>
Archive Site: ftp://ftp.isc.org/isc/bind9/
Home Page: http://www.isc.org/sw/bind/
@@ -100,10 +100,23 @@
Responsible: vixie, christos
License: BSD-like (2-clause)
Notes:
-First bind2netbsd script to import into src/dist/bind.
-The Makefiles in src/usr.sbin/bind are not handled by the script.
+First bind2netbsd script to import into src/external/bsd/bind/dist.
+The Makefiles in src/external/bsd/bind are not handled by the script.
Build bind to generate the include files.
-Then binclude4netbsd script to import into src/usr.sbin/bind/include.
+Then binclude4netbsd script to import into src/external/bsd/bind/include.
+The libc and include parts of the resolver are now part of libbind.
+
+Package: libbind [libc resolver and includes]
+Version: bind-9.5.0
+Current Vers: libbind-6.0-rc1
+Maintainer: Paul Vixie <[email protected]>
+Archive Site: ftp://ftp.isc.org/isc/libbind/
+Home Page: http://www.isc.org/sw/bind/
+Mailing List:
+Responsible: vixie, christos
+License: BSD-like (2-clause)
+Notes:
+First libbind2netbsd script to import into src/external/bsd/libbind/dist.
Then include4netbsd script to import into src/include.
Then libc4netbsd script to update the resolver in libc.
Todo[1]: Update libresolv if needed.
@@ -115,6 +128,7 @@
Todo[3]: net/base64.c is imported from bind but should be moved from net
to isc/base64.c.
Todo[4]: Re-entrant functions of net/*
+Todo[5]: Reconcile the doc directory.
Package: binutils
Version: 2.16.1
Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.1206 src/doc/CHANGES:1.1207
--- src/doc/CHANGES:1.1206 Sat Apr 11 11:01:52 2009
+++ src/doc/CHANGES Sun Apr 12 13:28:06 2009
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1206 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1207 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -168,3 +168,5 @@
[ad 20090329]
cvs: Import 1.12.13 [christos 20090408]
mtree(8): Add -S option to sort entries. [apb 20090408]
+ bind: Update to 9.6.1-P1 [christos 20090412]
+ libbind: Update to 6.0-rc1 [christos 20090412]