]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
4633. [maint] Updated AAAA (2001:500:200::b) for B.ROOT-SERVERS.NET.
authorMark Andrews <marka@isc.org>
Fri, 2 Jun 2017 01:46:38 +0000 (11:46 +1000)
committerMark Andrews <marka@isc.org>
Fri, 2 Jun 2017 01:48:54 +0000 (11:48 +1000)
(cherry picked from commit 9c179a560779b699a0b10d2bd1040d8bb28d2368)

CHANGES
lib/dns/rootns.c

diff --git a/CHANGES b/CHANGES
index 23203ca2e30072c09e0c2330eca5005009a56119..4e574ef1623aa6a65e353efb980e9944182a3675 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+4633.  [maint]         Updated AAAA (2001:500:200::b) for B.ROOT-SERVERS.NET.
+
 4632.  [security]      The BIND installer on Windows used an unquoted
                        service path, which can enable privilege escalation.
                        (CVE-2017-3141) [RT #45229]
index f1eb53367addfcbd5e7e62f844a52061c27ee6ad..2d70742a1bba8720bfdd18468a68ac897f27f721 100644 (file)
@@ -53,7 +53,7 @@ static char root_ns[] =
 "A.ROOT-SERVERS.NET.     3600000 IN      A       198.41.0.4\n"
 "A.ROOT-SERVERS.NET.     3600000 IN      AAAA    2001:503:BA3E::2:30\n"
 "B.ROOT-SERVERS.NET.     3600000 IN      A       192.228.79.201\n"
-"B.ROOT-SERVERS.NET.     3600000 IN      AAAA    2001:500:84::b\n"
+"B.ROOT-SERVERS.NET.     3600000 IN      AAAA    2001:500:200::b\n"
 "C.ROOT-SERVERS.NET.     3600000 IN      A       192.33.4.12\n"
 "C.ROOT-SERVERS.NET.     3600000 IN      AAAA    2001:500:2::c\n"
 "D.ROOT-SERVERS.NET.     3600000 IN      A       199.7.91.13\n"