Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-6]: src/dist/bind Pull up revisions 1.5-1.6 (requested by itoju...



details:   https://anonhg.NetBSD.org/src/rev/0bd098257b2e
branches:  netbsd-1-6
changeset: 528117:0bd098257b2e
user:      lukem <lukem%NetBSD.org@localhost>
date:      Fri Jun 28 11:27:21 2002 +0000

description:
Pull up revisions 1.5-1.6 (requested by itojun in ticket #387):
Update to BIND 8.3.3.  Fixes buffer overrun in resolver code.

diffstat:

 dist/bind/README |  24 +++++++++++++++++++++++-
 1 files changed, 23 insertions(+), 1 deletions(-)

diffs (36 lines):

diff -r ac18e949c0ff -r 0bd098257b2e dist/bind/README
--- a/dist/bind/README  Fri Jun 28 10:14:40 2002 +0000
+++ b/dist/bind/README  Fri Jun 28 11:27:21 2002 +0000
@@ -10,9 +10,31 @@
 Note that BIND 8 is in "end-of-life", having been replaced by BIND 9.  See
 http://www.isc.org/ for more details.
 
+BIND 8.3.3 Highlights
+       Security Fix libbind. All applications linked against libbind
+       need to relinked.
+       'rndc restart' now preserves named's arguements
+
+BIND 8.3.2 Highlights
+       dig, nslookup, host and nsupdate have improved IPv6 support.
+
+BIND 8.3.1 Highlights
+       Critical bug fix to prevent DNS storms. If you have BIND 8.3.0 you
+       need to upgrade.
+
+BIND 8.3.0 Highlights
+       IPv6 transport support in resolver (from KAME).
+       Opaque rdata support.
+       EDNS0 support.
+       Glue ordering to help non-ENDS0 aware clients (servers) cope with
+       larger responses as a result of IPv6 by allowing A records to be added
+       first to the additional section.  IPv6 capable clients are expected to
+       use EDNS0 to allow larger responses to be sent.
+       Bug Fixes, includes BIND 8.2.5 changes.
+
 BIND 8.2.4 Highlights
        NSAP processing was not RFC 1706 compliant. NOTE: OLD MASTER FILES
-       NEED TO BE CORRECTED (0x added to NSAP) AND CACHE FILES REMOVED.
+       NEED TO BE CORRECTED AND CACHE FILES REMOVED.
        Fixes long-standing protocol incompatibility in DNSSEC support.
        Avoids fwd'ing to root name servers if response will be rejected.
        new port/cygwin contributed by s_c_biggs%bigfoot.com@localhost.



Home | Main Index | Thread Index | Old Index