diff options
author | itojun <itojun@pkgsrc.org> | 2000-11-13 04:43:23 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2000-11-13 04:43:23 +0000 |
commit | 8efa12be97581b462f118f5d078cf8da7fcf060e (patch) | |
tree | 6d64b0c7330e13191cf08749367091fb456de2ea /net/bind9 | |
parent | 8fdcdf7db153db71dfecf14b86653aef399e6481 (diff) | |
download | pkgsrc-8efa12be97581b462f118f5d078cf8da7fcf060e.tar.gz |
upgrade to 9.0.1 from ISC.
--- 9.0.1 released ---
547. [bug] dnssafe doesn't correctly handle RSA keys longer
than 2000 bits. Disable support for long keys.
--- 9.0.1rc2 released ---
527. [bug] When a hint zone was configured, the spurious warning
messages "Hint zones do not have a forward field" and
"Hint zones do not have a forwarders field" were
printed. [RT #439]
--- 9.0.1rc1 released ---
526. [bug] nsupdate incorrectly refused to add RRs with a TTL
of 0.
523. [doc] The source to the Administrator Reference Manual is
now an XML file using the DocBook DTD, and is included
in the distribution. The plain text version of the
ARM is temporarily unavailable while we figure out
how to generate readable plain text from the XML.
520. [bug] Upgraded libtool to 1.3.5, which makes shared
library builds almost work on AIX (and possibly
others).
519. [bug] dns_name_split() would improperly split some bitstring
labels, zeroing a few of the least signficant bits in
the prefix part. When such an improperly created
prefix was returned to the RBT database, the bogus
label was dutifully stored, corrupting the tree.
[RT #369]
518. [bug] The resolver did not realize that a DNAME which was
"the answer" to the client's query was "the answer",
and such queries would fail. [RT #399]
517. [bug] The resolver's DNAME code would trigger an assertion
if there was more than one DNAME in the chain.
[RT #399]
516. [bug] Cache lookups which had a NULL node pointer, e.g.
those by dns_view_find(), and which would match a
DNAME, would trigger an INSIST(!search.need_cleanup)
assertion. [RT #399]
515. [bug] The ssu table was not being attached / detached
by dns_zone_[sg]etssutable. [RT#397]
511. [bug] The message code could throw an assertion on an
out of memory failure. [RT #392]
510. [bug] Remove spurious view notify warning. [RT #376]
505. [bug] nsupdate was printing "unknown result code". [RT #373]
502. [func] On a SERVFAIL reply, DiG will now try the next server
in the list, unless the +fail option is specified.
501. [bug] Incorrect port numbers were being displayed by
nslookup. [RT #352]
500. [func] Nearly useless +details option removed from DiG.
499. [func] In DiG, specifying a class with -c or type with -t
changes command-line parsing so that classes and
types are only recognized if following -c or -t.
This allows hosts with the same name as a class or
type to be looked up.
498. [doc] There is now a man page for "dig"
in doc/man/bin/dig.1.
495. [bug] nsupdate was unable to handle large records. [RT #368]
491. [bug] nsupdate would segfault when sending certain
prerequisites with empty RDATA. [RT #356]
488. [bug] Locks weren't properly destroyed in some cases.
486. [bug] nslookup: "set all" and "server" commands showed
the incorrect port number if a port other than 53
was specified. [RT #352]
485. [func] When dig had more than one server to query, it would
send all of the messages at the same time. Add
rate limiting of the transmitted messages.
483. [bug] nslookup: "set all" showed a "search" option but it
was not settable.
482. [bug] nslookup: a plain "server" or "lserver" should be
treated as a lookup.
481. [bug] nslookup:get_next_command() stack size could exceed
per thread limit.
480. [bug] strtok() is not thread safe. [RT #349]
476. [bug] A zone could expire while a zone transfer was in
progress triggering a INSIST failure. [RT #329]
475. [bug] query_getzonedb() sometimes returned a non-null version
on failure. This caused assertion failures when
generating query responses where names subject to
additional section processing pointed to a zone
to which access had been denied by means of the
allow-query option. [RT #336]
474. [bug] The mnemonic of the CHAOS class is CH according to
RFC1035, but it was printed and read only as CHAOS.
We now accept both forms as input, and print it
as CH. [RT #305]
473. [bug] nsupdate overran the end of the list of name servers
when no servers could be reached, typically causing
it to print the error message "dns_request_create:
not implemented".
472. [bug] Off-by-one error caused isc_time_add() to sometimes
produce invalid time values.
471. [bug] nsupdate didn't compile on HP/UX 10.20
463. [bug] nsupdate sent malformed SOA queries to the second
and subsequent name servers in resolv.conf if the
query sent to the first one failed.
459. [bug] Nslookup processed the "set" command incorrectly.
458. [bug] Nslookup didn't properly check class and type values.
[RT #305]
457. [bug] Dig/host/hslookup didn't properly handle connect
timeouts in certain situations, causing an
unnecessary warning message to be printed.
447. [bug] Dig didn't properly retry in TCP mode after
a truncated reply. [RT #277]
403. [bug] "host" did not use the search list.
395. [bug] nslookup printed incorrect RR type mnemonics
for RRs of type >= 21 [RT #237].
388. [func] dig and host can now do reverse ipv6 lookups.
387. [func] Add dns_byaddr_createptrname(), which converts
an address into the name used by a PTR query.
379. [func] New library function isc_sockaddr_anyofpf().
347. [bug] Don't crash if an argument is left off options in dig.
346. [func] Add support for .digrc config file, in the
user's current directory
345. [bug] Large-scale changes/cleanups to dig:
* Significantly improve structure handling
* Don't pre-load entire batch files
* Add name/rr counting/limiting
* Fix SIGINT handling
* Shorten timeouts to match v8's behavior
--- 9.0.0 released ---
Diffstat (limited to 'net/bind9')
-rw-r--r-- | net/bind9/Makefile | 4 | ||||
-rw-r--r-- | net/bind9/files/md5 | 4 | ||||
-rw-r--r-- | net/bind9/pkg/PLIST | 29 |
3 files changed, 19 insertions, 18 deletions
diff --git a/net/bind9/Makefile b/net/bind9/Makefile index 7058d10dc34..e673ed9806d 100644 --- a/net/bind9/Makefile +++ b/net/bind9/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2000/09/18 05:16:45 rh Exp $ +# $NetBSD: Makefile,v 1.14 2000/11/13 04:43:23 itojun Exp $ # DISTNAME= bind-${BIND_VERSION} @@ -18,7 +18,7 @@ BUILD_DEFS+= USE_INET6 ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-arm32 NetBSD-*-m68k # No need to set USE_INET6, will auto-detect. -BIND_VERSION= 9.0.0 +BIND_VERSION= 9.0.1 DIST_SUBDIR= bind/${BIND_VERSION} GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-mit-pthreads \ diff --git a/net/bind9/files/md5 b/net/bind9/files/md5 index d48e7eb3cf0..ef2aa48dc84 100644 --- a/net/bind9/files/md5 +++ b/net/bind9/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.10 2000/09/18 05:16:46 rh Exp $ +$NetBSD: md5,v 1.11 2000/11/13 04:43:24 itojun Exp $ -MD5 (bind/9.0.0/bind-9.0.0.tar.gz) = 04d09c518c154ce22a004d670b0fdaf4 +MD5 (bind/9.0.1/bind-9.0.1.tar.gz) = 3f1a238dc06dfda2f8426ef5d1ea539b diff --git a/net/bind9/pkg/PLIST b/net/bind9/pkg/PLIST index a9db847c34c..fec63fe31e5 100644 --- a/net/bind9/pkg/PLIST +++ b/net/bind9/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2000/08/23 06:50:46 rh Exp $ +@comment $NetBSD: PLIST,v 1.9 2000/11/13 04:43:24 itojun Exp $ bin/dig bin/host bin/isc-config.sh @@ -166,10 +166,10 @@ include/omapi/result.h include/omapi/types.h lib/libdns.a lib/libdns.la -lib/libdns.so.1.0 +lib/libdns.so.2.0 lib/libisc.a lib/libisc.la -lib/libisc.so.1.0 +lib/libisc.so.2.0 lib/liblwres.a lib/liblwres.la lib/liblwres.so.1.0 @@ -184,19 +184,20 @@ sbin/lwresd sbin/named sbin/rndc share/doc/bind9/README -share/doc/bind9/arm/Bv9ARM.1.html -share/doc/bind9/arm/Bv9ARM.2.html -share/doc/bind9/arm/Bv9ARM.3.html -share/doc/bind9/arm/Bv9ARM.4.html -share/doc/bind9/arm/Bv9ARM.5.html -share/doc/bind9/arm/Bv9ARM.6.html -share/doc/bind9/arm/Bv9ARM.7.html -share/doc/bind9/arm/Bv9ARM.8.html -share/doc/bind9/arm/Bv9ARM.9.html -share/doc/bind9/arm/Bv9ARM.css +share/doc/bind9/arm/Bv9ARM-book.xml +share/doc/bind9/arm/Bv9ARM.ch01.html +share/doc/bind9/arm/Bv9ARM.ch02.html +share/doc/bind9/arm/Bv9ARM.ch03.html +share/doc/bind9/arm/Bv9ARM.ch04.html +share/doc/bind9/arm/Bv9ARM.ch05.html +share/doc/bind9/arm/Bv9ARM.ch06.html +share/doc/bind9/arm/Bv9ARM.ch07.html +share/doc/bind9/arm/Bv9ARM.ch08.html +share/doc/bind9/arm/Bv9ARM.ch09.html share/doc/bind9/arm/Bv9ARM.html -share/doc/bind9/arm/Bv9ARM.txt +share/doc/bind9/arm/README-SGML share/doc/bind9/arm/isc.color.gif +share/doc/bind9/arm/nominum-docbook-html.dsl share/doc/bind9/draft/draft-costanzo-dns-gl-03.txt share/doc/bind9/draft/draft-ietf-dhc-dhcp-dns-12.txt share/doc/bind9/draft/draft-ietf-dnsext-apl-rr-01.txt |