Note BIND update to 9.4.0. Changes since 9.4.0rc2:

2138.	[bug]		Lock order reversal in resolver.c. [RT #16653]

2137.	[port]		Mips little endian and/or mips 64 bit are now
			supported for atomic operations. [RT#16648]

2136.	[bug]		nslookup/host looped if there was no search list
			and the host didn't exist. [RT #16657]

2135.	[bug]		Uninitialised rdataset in sdlz.c. [RT# 16656]

2133.	[port]		powerpc:  Support both IBM and MacOS Power PC
			assembler syntaxes. [RT #16647]

2132.	[bug]		Missing unlock on out of memory in
			dns_dispatchmgr_setudp().

2131.	[contrib]	dlz/mysql: AXFR was broken. [RT #16630]

2128.	[doc]		xsltproc --nonet, update DTD versions.  [RT #16635]
This commit is contained in:
ghen 2007-03-30 21:36:11 +00:00
parent 120d27ab08
commit 46dd20e54a
2 changed files with 6 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: 3RDPARTY,v 1.517 2007/03/25 09:55:04 wiz Exp $ # $NetBSD: 3RDPARTY,v 1.518 2007/03/30 21:36:11 ghen Exp $
# #
# This file contains a list of the software that has been integrated into # This file contains a list of the software that has been integrated into
# NetBSD where we are not the primary maintainer. # NetBSD where we are not the primary maintainer.
@ -76,7 +76,7 @@ Notes:
bc includes dc, both of which are in the NetBSD tree. bc includes dc, both of which are in the NetBSD tree.
Package: bind/named Package: bind/named
Version: libc/includes: 9.4.0-rc2, bind: 9.4.0-rc2 Version: libc/includes: 9.4.0, bind: 9.4.0
Current Vers: 9.4.0 Current Vers: 9.4.0
Maintainer: Paul Vixie <vixie@vix.com> Maintainer: Paul Vixie <vixie@vix.com>
Archive Site: ftp://ftp.isc.org/isc/bind9/ Archive Site: ftp://ftp.isc.org/isc/bind9/
@ -96,8 +96,8 @@ Todo[2]: A few files in libc/net were imported in the ISC branch but now
gethnamaddr.c getnetent.c getnetnamadr.c sethostent.c gethnamaddr.c getnetent.c getnetnamadr.c sethostent.c
Others like getaddrinfo.c could be merged with isc, but it seems Others like getaddrinfo.c could be merged with isc, but it seems
that ours is from a more recent version of KAME? that ours is from a more recent version of KAME?
Todo[3]: net/base64.c is be imported from bind but should be moved from Todo[3]: net/base64.c is imported from bind but should be moved from net
net to isc/base64.c. to isc/base64.c.
Todo[4]: Re-entrant functions of net/* Todo[4]: Re-entrant functions of net/*
Package: binutils Package: binutils

View File

@ -1,4 +1,4 @@
LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.817 $> LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.818 $>
[Note: This file does not mention every change made to the NetBSD source tree. [Note: This file does not mention every change made to the NetBSD source tree.
@ -72,3 +72,4 @@ Changes from NetBSD 4.0 to NetBSD 5.0:
Monitor feature (TM). Adapted from OpenBSD/FreeBSD. Monitor feature (TM). Adapted from OpenBSD/FreeBSD.
See options(4) for more information. [xtraeme 20070320] See options(4) for more information. [xtraeme 20070320]
libc: add support for LC_TIME [manu 20070328] libc: add support for LC_TIME [manu 20070328]
bind: import 9.4.0 [ghen 20070330]