head	1.1;
branch	1.1.1;
access;
symbols
	netbsd-11:1.1.1.1.0.2
	bind-9-20-24:1.1.1.1
	ISC:1.1.1;
locks; strict;
comment	@# @;


1.1
date	2026.06.19.19.51.58;	author christos;	state Exp;
branches
	1.1.1.1;
next	;
commitid	kgAYnCgffgejHrKG;

1.1.1.1
date	2026.06.19.19.51.58;	author christos;	state Exp;
branches
	1.1.1.1.2.1;
next	;
commitid	kgAYnCgffgejHrKG;

1.1.1.1.2.1
date	2026.06.19.19.51.58;	author martin;	state dead;
branches;
next	1.1.1.1.2.2;
commitid	kM4MXv6L08MweqLG;

1.1.1.1.2.2
date	2026.06.27.10.14.06;	author martin;	state Exp;
branches;
next	;
commitid	kM4MXv6L08MweqLG;


desc
@@


1.1
log
@Initial revision
@
text
@.			NS	a.root-servers.nil.
a.root-servers.nil.	A	10.53.0.1
@


1.1.1.1
log
@
Import bind 9.20.24 (previous was 9.20.23)

Security Fixes
==============

Fix DNS64 owner case after DNAME restart. 4de2229364
When BIND 9 is configured to use DNS64 and encounters a DNAME redirect, it
could end up using freed memory for the DNS response owner name. This caused
the response to contain corrupted data. This fix ensures the correct owner
name is used when constructing the synthesized response after a DNAME
redirect.
ISC thanks Qifan Zhang of Palo Alto Networks for reporting the issue. [GL #5934]

New Features
============

Enable PR-Agent reviews on merge requests. 46e4c236a3
Adds a CI job that runs PR-Agent against each merge request opened from the
canonical repository, posting an automated review and code-improvement
suggestions as MR comments. The job is gated to same-project source branches
so the OpenAI key and personal access token are not exposed to fork
pipelines. [GL !12034]

Removed Features
================

Remove ineffective TCP fallback after repeated UDP timeouts. eb13adcb47
When an authoritative server failed to respond to two consecutive UDP queries,
named marked the next retry as TCP but still sent it over UDP, producing
misleading dnstap records. The ineffective retry path has been removed; a
corrected TCP fallback will be restored in future BIND 9 versions. [GL #5529]
[GL !12049]

Remove useless PR-Agent jobs. 8851b279d0
The experiment was a failure, the PR-Agent doesn't send a full context to the
AI Agents and the results are abysmal because of that. [GL !12120]

Feature Changes
===============

Fall back to TCP on a UDP response with a mismatched query id. b2367aaea2
BIND used to wait silently for the correct DNS message id on a UDP fetch even
after receiving a response from the expected server with the wrong id, leaving
room for off-path spoofing attempts to keep guessing within that window. The
resolver now retries the fetch over TCP on the first such response, and a new
MismatchTCP statistics counter tracks how often the fallback fires. [GL #5449]
[GL !12025]

Limit the number of glue records cached from a referral. eb401f6b92
When a delegation response contained many glue addresses per listed
nameserver, all of them were cached without a per-nameserver bound, inflating
resolver cache memory beyond what resolution could ever use. The cache now
keeps at most 20 IPv4 and 20 IPv6 glue addresses per nameserver from a
delegation. [GL #5701] [GL !11972]

Fix a resolver stall on a CNAME response to a DS query. 1407f48670
A validating resolver could stall for about twelve seconds and then return
SERVFAIL when an authoritative server answered a DS query with a CNAME. Such
responses are now rejected promptly, so the query fails fast instead of
hanging. [GL #5878] [GL !12147]

Named could crash on concurrent TKEY DELETE for the same key. dd02abde67
On a server configured with tkey-gssapi-keytab (or tkey-gssapi-credential), an
authenticated peer could crash named by sending two TKEY DELETE requests for
the same dynamic key in rapid succession. This has been fixed. [GL #6001]
[GL !12042]

Bug Fixes
=========

The resolver now removes other RRsets at the same name when caching a
CNAME. 1547447491
When an RRset is in stale cache, and the authoritative server changes the
record type to CNAME, the resolver fails to refresh the stale cache. This has
been fixed. [GL #5302] [GL !12040]

Fix nxdomain-redirect combined with dns64. 95274e9455
When a resolver was configured with both nxdomain-redirect and dns64 in the
same view, an AAAA query for a nonexistent name could abort named. The
combination failed whenever the redirect zone held A records but no AAAA
records. The server now serves the empty AAAA response from the redirect zone
as-is, instead of attempting DNS64 synthesis on top of it. [GL #5789]
[GL !12123]

Clear REDIRECT flag when it isn't needed. 86bb27060c
When nxdomain-redirect is in use, and a recursive query is used to get the
redirected answer, a flag is set to distinguish it from a normal recursive
response. Previously, that flag was left set afterward, which could trigger an
assertion if a normal recursive query was sent later on behalf of the same
client: for example, because the filter-aaaa plugin was in use. This has been
fixed. [GL #5936] [GL !12076]

Fix data race during rndc dumpdb or zone load. 947e5c7983
'rndc dumpdb' against a server with zones, and async zone load, had a timing
window where the operation's completion could fire before the server had
finished registering the operation, occasionally leading to a possible crash.
The completion is now delivered after the registration is in place. [GL #5952]
[GL !12021]

Bound memory use during incoming zone transfers. 5d7f241fdf
During an incoming zone transfer, an optimization could let the batch of
pending records grow without bound for a large zone, raising memory usage. It
gave no measurable performance benefit, so it has been removed. [GL #5958]
[GL !12142]

Disable output escaping in bind9.xsl. b514e663eb
The statistics charts where not displaying on some browsers. This has been
fixed. [GL #5990] [GL !12019]

Fix crash on badly configured secondary signer. edc1ef084f
A badly configured secondary signer that was missing the 'file' entry caused
the server to crash, rather than to reject the configuration. This has been
fixed. [GL #5993] [GL !12112]

Avoid named assertion failure during parent-NS lookups when none
exist. 5c0c4786dd
Configuring the root zone as a signed primary with parental agents (or with
notify-on-cds-changes) caused named to exit on an internal assertion as soon
as the DS-publication machinery tried to look up the parent NS RRset — the
root has no parent. The lookup is now short-circuited cleanly.
Similar, a zone with no NS records in the parent caused named to exit in the
same way. [GL #5910] [GL #5996] [GL !12053]

Reject RRSIG records covering meta-types. 7517e39504
A recursive resolver could accept and cache an RRSIG record whose Type-Covered
field names a meta-type (ANY, AXFR, IXFR, MAILA, MAILB), even though no real
RRset of those types ever exists. Such records are now rejected by the DNS
message parser. [GL #6002] [GL !12051]

Validate nsec3hash arguments instead of relying on atoi() a59080c053
The nsec3hash tool parsed its algorithm, flags, and iterations arguments with
atoi(), then range-checked the result. For values that overflow int during
digit-by-digit accumulation, atoi() is undefined; in practice on musl libc the
modular wrap leaves n == 0, which silently passes the "iterations > 0xffffU"
check. On Alpine Linux this made nsec3hash succeed with iterations treated as 0
for inputs like 4294967296 (2^32).
The latent bug only surfaced when the recent image rebuild pulled in
Hypothesis 6.152.9 (2026-05-19), which unified the distribution used for
bounded and unbounded integers() strategies. The new smoother distribution
explores the 2^32 boundary on unbounded ranges like
integers(min_value=65536); earlier versions did not reach there, so
test_nsec3hash_too_many_iterations only started failing on Alpine after the
image refresh.
Replace the three atoi() calls with isc_parse_uint8 / isc_parse_uint16, which
uniformly reject overflow, trailing garbage, leading sign, and non-numeric
input across libc implementations. As a side effect, error messages now include
the offending argument and a specific reason ("out of range" vs "not a valid
number").
Assisted-by: Claude:claude-opus-4-7 [GL #6013] [GL !12074]

Fix wrong variable in named_server_sync() log message. 09f9889ef6
named_server_sync() logged isc_result_totext(result) but returns tresult. The
loop accumulates errors into tresult, so result only holds the last
iteration's value. If the last view succeeded but an earlier one failed, the
log would incorrectly say "success". [GL !12156]

Refine resolver fetch loop detection. 787faa02a7
The resolver's fetch loop detection now triggers only when a new fetch would
join an already in-flight fetch that is also one of its own ancestors, which
is the actual loop condition. Previously the check ran against the original
request before the fetch was set up. [GL !12146]
@
text
@@


1.1.1.1.2.1
log
@file root.hint was added on branch netbsd-11 on 2026-06-27 10:14:06 +0000
@
text
@d1 2
@


1.1.1.1.2.2
log
@Pull up the following, requested by christos in ticket #315:

	external/mpl/bind/dist/bin/tests/system/class/ns1/chaos.db.in up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/class/ns1/named.conf.j2 up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/class/ns2/example.db.in up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/class/ns2/localhost.db.in up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/class/ns2/named.conf.j2 up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/class/setup.sh up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/class/tests_class_chaos.py up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/class/tests_class_update.py up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/class/ns3/named.conf.j2 up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/cap_glues/ns1/named.conf.j2 up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/cap_glues/ns1/root.db up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/cap_glues/ns2/named.conf.j2 up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/cap_glues/ns2/tld.db up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/cap_glues/tests_cap_glues.py up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/cap_glues/ns3/named.conf.j2 up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/cap_glues/ns3/root.hint up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/catz/ns1/catalog-bad6.example.db up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/checkconf/warn-chaos-recursion.conf up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/checkconf/inline-inherit.conf up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/_common/zones/delegations.partial.db.j2 up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/_common/zones/ns.partial.db.j2 up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/_common/zones/root.db.j2.manual up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/_common/zones/soa.partial.db.j2 up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/_common/zones/template.db.j2.manual up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/_common/controls.conf.j2 up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/_common/root.hint.conf up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/_common/zones.conf.j2 up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/dnssec/signer/general/test13.zone up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/masterformat/ns2/named.args up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/nsupdate/ans11/ans.py up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/nsupdate/tests_update_sig.py up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/redirect/ns10/named.conf.j2 up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/redirect/ns10/redirect.db up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/redirect/ns10/root.hints up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/redirect/ns7/named.conf.j2 up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/redirect/ns7/redirect.db up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/redirect/ns7/root.db up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/redirect/ns8/named.conf.j2 up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/redirect/ns8/root.hints up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/redirect/tests_redirect_dns64.py up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/redirect/ns9/named.conf.j2 up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/redirect/ns9/redirect.db up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/redirect/ns9/root.db.in up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/redirect/ns9/sign.sh up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/tcp/ns2/named.args up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/tcp/ns3/named.args up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/tcp/ns4/named.args up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/tcp/ns5/named.args up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/xfer/ans5/ans.py up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/xfer/ans11/ans.py up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/xferquota/ns3/named.conf.j2 up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/xferquota/ns3/quota.db up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/xferquota/ns3/root.db up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/dispatch/ans4/tcp-only.db up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/dispatch/ans4/ans.py up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/dispatch/tests_tcponly.py up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/kasp/ns1/named.conf.j2 up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/kasp/ns1/root.db.j2 up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/kasp/ns1/setup.sh up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/dns64_dname/ns1/hack.db up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/dns64_dname/ns1/named.conf.j2 up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/dns64_dname/ns1/root.db up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/dns64_dname/ns2/named.conf.j2 up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/dns64_dname/ns2/root.hint up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/dns64_dname/tests_dns64_dname.py up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/dnssec_cname_response/ans2/ans.py up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/dnssec_cname_response/ans2/example.db.in up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/dnssec_cname_response/ans2/secure.db.in up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/dnssec_cname_response/tests_cname_rejection.py up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/dnssec_cname_response/ns3/named.conf.j2 up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/dnssec_cname_response/ns3/trusted.conf.j2 up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/dnssec_malformed_dnskey/ns2/truncated-active.selfsigned.db.signed up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/dnssec_malformed_dnskey/ns2/truncated-revoked.selfsigned.db.signed up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/doth/tests_malicious.py up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/isctest/transfer.py up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/nsec_ixfr/ns1/example.db.in up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/nsec_ixfr/ns1/named.conf.j2 up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/nsec_ixfr/ns2/named.conf.j2 up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/nsec_ixfr/setup.sh up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/nsec_ixfr/tests_nsec_ixfr.py up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/resend_loop/ans3/ans.py up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/resend_loop/tests_resend_loop.py up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/resend_loop/ns4/named.conf.j2 up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/resend_loop/ns4/root.hint up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/rndc_confgen/tests_rndc_confgen.py up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/mismatchtcp/ans2/example.db up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/mismatchtcp/ans2/ans.py up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/mismatchtcp/tests_mismatchtcp.py up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/mismatchtcp/ns1/named.conf.j2 up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/mismatchtcp/ns1/root.db up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/qpcache_rrsig_any/ans3/ans.py up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/qpcache_rrsig_any/tests_qpcache_rrsig_any.py up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/qpcache_rrsig_any/ns2/named.args up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/qpcache_rrsig_any/ns2/named.conf.j2 up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/selfpointedglue/ns1/named.conf.j2 up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/selfpointedglue/ns1/root.db up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/selfpointedglue/ns2/named.conf.j2 up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/selfpointedglue/ns2/tld.db up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/selfpointedglue/tests_selfpointedglue.py up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/selfpointedglue/ns3/example.tld.db up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/selfpointedglue/ns3/example2.tld.db up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/selfpointedglue/ns3/named.conf.j2 up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/selfpointedglue/ns4/named.args.j2 up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/selfpointedglue/ns4/named.conf.j2 up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/selfpointedglue/ns4/root.hint up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/srtt/srtt_ans.py up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/srtt/README up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/srtt/ans2/ans.py up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/srtt/tests_srtt.py up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/srtt/ans3/ans.py up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/srtt/ans4/ans.py up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/srtt/ans5/ans.py up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/srtt/ns1/named.conf.j2 up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/srtt/ns1/root.db up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/srtt/ns6/named.args up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/srtt/ns6/named.conf.j2 up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/tkeyleak/ns1/dns.keytab up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/tkeyleak/ns1/example.db.in up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/tkeyleak/ns1/named.conf.j2 up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/tkeyleak/prereq.sh up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/tkeyleak/setup.sh up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/tkeyleak/tests_tkeyleak.py up to 1.1.1.1
	external/mpl/bind/dist/doc/notes/notes-9.20.23.rst up to 1.1.1.2
	external/mpl/bind/dist/doc/notes/notes-9.20.24.rst up to 1.1.1.1
	external/mpl/bind/dist/doc/changelog/changelog-9.20.23.rst up to 1.1.1.1
	external/mpl/bind/dist/doc/changelog/changelog-9.20.24.rst up to 1.1.1.1
	external/mpl/bind/dist/bin/tests/system/ans.pl  delete
	external/mpl/bind/dist/bin/tests/system/dnssec_malformed_dnskey/ns2/truncated.selfsigned.db.signed delete
	external/mpl/bind/dist/bin/tests/system/xfer/ans5/badkeydata delete
	external/mpl/bind/dist/bin/tests/system/xfer/ans5/badmessageid delete
	external/mpl/bind/dist/bin/tests/system/xfer/ans5/ednsformerr delete
	external/mpl/bind/dist/bin/tests/system/xfer/ans5/ednsnotimp delete
	external/mpl/bind/dist/bin/tests/system/xfer/ans5/goodaxfr delete
	external/mpl/bind/dist/bin/tests/system/xfer/ans5/ixfrnotimp delete
	external/mpl/bind/dist/bin/tests/system/xfer/ans5/partial delete
	external/mpl/bind/dist/bin/tests/system/xfer/ans5/soamismatch delete
	external/mpl/bind/dist/bin/tests/system/xfer/ans5/unknownkey delete
	external/mpl/bind/dist/bin/tests/system/xfer/ans5/unsigned delete
	external/mpl/bind/dist/bin/tests/system/xfer/ans5/wrongkey delete
	external/mpl/bind/dist/bin/tests/system/xfer/ans5/wrongname delete
	external/mpl/bind/dist/CONTRIBUTING.md          up to 1.1.1.11
	external/mpl/bind/dist/NEWS                     up to 1.1.1.9
	external/mpl/bind/dist/configure                up to 1.25
	external/mpl/bind/dist/configure.ac             up to 1.1.1.23
	external/mpl/bind/dist/srcid                    up to 1.1.1.24
	external/mpl/bind/dist/bin/check/check-tool.c   up to 1.13
	external/mpl/bind/dist/bin/confgen/keygen.c     up to 1.9
	external/mpl/bind/dist/bin/delv/delv.c          up to 1.20
	external/mpl/bind/dist/bin/dnssec/dnssec-keygen.c up to 1.17
	external/mpl/bind/dist/bin/dnssec/dnssec-ksr.c  up to 1.6
	external/mpl/bind/dist/bin/dnssec/dnssec-signzone.c up to 1.18
	external/mpl/bind/dist/bin/dnssec/dnssec-verify.c up to 1.11
	external/mpl/bind/dist/bin/named/bind9.xsl      up to 1.1.1.13
	external/mpl/bind/dist/bin/named/controlconf.c  up to 1.15
	external/mpl/bind/dist/bin/named/main.c         up to 1.24
	external/mpl/bind/dist/bin/named/server.c       up to 1.29
	external/mpl/bind/dist/bin/named/statschannel.c up to 1.20
	external/mpl/bind/dist/bin/nsupdate/nsupdate.rst up to 1.1.1.7
	external/mpl/bind/dist/bin/tests/system/conftest.py up to 1.1.1.9
	external/mpl/bind/dist/bin/tests/system/feature-test.c up to 1.15
	external/mpl/bind/dist/bin/tests/system/packet.pl up to 1.1.1.5
	external/mpl/bind/dist/bin/tests/system/requirements.txt up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/start.pl up to 1.1.1.13
	external/mpl/bind/dist/bin/tests/system/_common/controls.conf.in up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/_common/rndc.conf up to 1.1.1.3
	external/mpl/bind/dist/bin/tests/system/_common/rndc.key up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/_common/root.hint up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/_common/root.hint.blackhole up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/_common/trusted.conf.j2 up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/additional/ns3/root.hint up to 1.1.1.4
	external/mpl/bind/dist/bin/tests/system/allow_query/tests.sh up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/allow_query/tests_sh_allow_query.py up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/allow_query/ns2/controls.conf.j2 up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/allow_query/ns2/named.conf.j2 up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/allow_query/ns2/named02.conf.j2 up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/allow_query/ns2/named03.conf.j2 up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/allow_query/ns2/named04.conf.j2 up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/allow_query/ns2/named05.conf.j2 up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/allow_query/ns2/named06.conf.j2 up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/allow_query/ns2/named07.conf.j2 up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/allow_query/ns2/named08.conf.j2 up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/allow_query/ns2/named09.conf.j2 up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/allow_query/ns2/named10.conf.j2 up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/allow_query/ns2/named11.conf.j2 up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/allow_query/ns2/named12.conf.j2 up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/allow_query/ns2/named21.conf.j2 up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/allow_query/ns2/named22.conf.j2 up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/allow_query/ns2/named23.conf.j2 up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/allow_query/ns2/named24.conf.j2 up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/allow_query/ns2/named25.conf.j2 up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/allow_query/ns2/named26.conf.j2 up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/allow_query/ns2/named27.conf.j2 up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/allow_query/ns2/named28.conf.j2 up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/allow_query/ns2/named29.conf.j2 up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/allow_query/ns2/named30.conf.j2 up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/allow_query/ns2/named31.conf.j2 up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/allow_query/ns2/named32.conf.j2 up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/allow_query/ns2/named33.conf.j2 up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/allow_query/ns2/named34.conf.j2 up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/allow_query/ns2/named40.conf.j2 up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/allow_query/ns2/named53.conf.j2 up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/allow_query/ns2/named54.conf.j2 up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/allow_query/ns2/named55.conf.j2 up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/allow_query/ns2/named56.conf.j2 up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/allow_query/ns2/named57.conf.j2 up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/catz/tests.sh up to 1.1.1.14
	external/mpl/bind/dist/bin/tests/system/catz/ns1/named.conf.j2 up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/catz/ns2/named.conf.j2 up to 1.1.1.3
	external/mpl/bind/dist/bin/tests/system/chain/ns7/root.hint up to 1.1.1.3
	external/mpl/bind/dist/bin/tests/system/checkconf/tests.sh up to 1.1.1.15
	external/mpl/bind/dist/bin/tests/system/checkds/tests_checkds.py up to 1.1.1.8
	external/mpl/bind/dist/bin/tests/system/checknames/ns2/root.hints up to 1.1.1.3
	external/mpl/bind/dist/bin/tests/system/checknames/ns3/root.hints up to 1.1.1.3
	external/mpl/bind/dist/bin/tests/system/checknames/ns4/root.hints up to 1.1.1.3
	external/mpl/bind/dist/bin/tests/system/checknames/ns5/root.hints up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/cipher_suites/tests_cipher_suites.py up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/cookie/cookie_ans.py up to 1.1.1.3
	external/mpl/bind/dist/bin/tests/system/cookie/ns1/root.hint up to 1.1.1.3
	external/mpl/bind/dist/bin/tests/system/cookie/ns3/root.hint up to 1.1.1.3
	external/mpl/bind/dist/bin/tests/system/cookie/ns4/root.hint up to 1.1.1.3
	external/mpl/bind/dist/bin/tests/system/cookie/ns5/root.hint up to 1.1.1.3
	external/mpl/bind/dist/bin/tests/system/cookie/ns6/root.hint up to 1.1.1.3
	external/mpl/bind/dist/bin/tests/system/dialup/tests_dialup_zone_transfer.py up to 1.1.1.5
	external/mpl/bind/dist/bin/tests/system/digdelv/root.hint up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/digdelv/tests.sh up to 1.1.1.20
	external/mpl/bind/dist/bin/tests/system/dispatch/ns1/root.db up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/dnssec/tests.sh up to 1.1.1.18
	external/mpl/bind/dist/bin/tests/system/dnssec/tests_sh_dnssec.py up to 1.1.1.6
	external/mpl/bind/dist/bin/tests/system/dnssec_malformed_dnskey/tests_malformed_dnskey.py up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/dnssec_malformed_dnskey/ns2/named.conf.j2 up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/dnssec_malformed_dnskey/ns2/trusted.conf.j2 up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/dnssec_malformed_dnskey/ns3/named.conf.j2 up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/dnssec_malformed_dnskey/ns3/trusted.conf.j2 up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/emptyzones/ns1/root.hint up to 1.1.1.3
	external/mpl/bind/dist/bin/tests/system/expiredglue/ns4/root.hint up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/fetchlimit/ns3/root.hint up to 1.1.1.3
	external/mpl/bind/dist/bin/tests/system/fetchlimit/ns5/root.hint up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/filters/tests_filter_dns64.py up to 1.1.1.3
	external/mpl/bind/dist/bin/tests/system/filters/ns1/unsigned.db up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/filters/ns4/unsigned.db up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/filters/ns5/named.conf.j2 up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/isctest/__init__.py up to 1.1.1.7
	external/mpl/bind/dist/bin/tests/system/isctest/asyncserver.py up to 1.1.1.7
	external/mpl/bind/dist/bin/tests/system/isctest/check.py up to 1.1.1.7
	external/mpl/bind/dist/bin/tests/system/isctest/kasp.py up to 1.1.1.6
	external/mpl/bind/dist/bin/tests/system/isctest/mark.py up to 1.1.1.7
	external/mpl/bind/dist/bin/tests/system/isctest/query.py up to 1.1.1.9
	external/mpl/bind/dist/bin/tests/system/isctest/template.py up to 1.1.1.5
	external/mpl/bind/dist/bin/tests/system/isctest/vars/features.py up to 1.1.1.3
	external/mpl/bind/dist/bin/tests/system/ixfr/ans2/ans.py up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/kasp/setup.sh up to 1.1.1.9
	external/mpl/bind/dist/bin/tests/system/kasp/tests_kasp.py up to 1.1.1.5
	external/mpl/bind/dist/bin/tests/system/ksr/tests_ksr.py up to 1.1.1.6
	external/mpl/bind/dist/bin/tests/system/ksr/ns1/named.conf.j2 up to 1.1.1.3
	external/mpl/bind/dist/bin/tests/system/ksr/ns1/setup.sh up to 1.1.1.3
	external/mpl/bind/dist/bin/tests/system/mirror_root_zone/tests_mirror_root_zone.py up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/nsec/ns3/trusted.conf.j2 up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/nsec3_delegation/ns3/trusted.conf.j2 up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/nsprocessinglimit/ns4/root.hint up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/nsupdate/setup.sh up to 1.1.1.12
	external/mpl/bind/dist/bin/tests/system/nsupdate/tests.sh up to 1.1.1.18
	external/mpl/bind/dist/bin/tests/system/nsupdate/tests_sh_nsupdate.py up to 1.1.1.6
	external/mpl/bind/dist/bin/tests/system/nsupdate/ns6/named.conf.j2 up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/optout/tests_optout.py up to 1.1.1.3
	external/mpl/bind/dist/bin/tests/system/optout/ns2/controls.conf.j2 up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/optout/ns2/named.conf.j2 up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/query_source/ns2/root.hint up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/query_source/ns3/root.hint up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/query_source/ns4/root.hint up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/query_source/ns5/root.hint up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/reclimit/tests.sh up to 1.1.1.10
	external/mpl/bind/dist/bin/tests/system/redirect/setup.sh up to 1.1.1.9
	external/mpl/bind/dist/bin/tests/system/redirect/tests.sh up to 1.1.1.8
	external/mpl/bind/dist/bin/tests/system/redirect/tests_sh_redirect.py up to 1.1.1.3
	external/mpl/bind/dist/bin/tests/system/redirect/ns4/root.hint up to 1.1.1.3
	external/mpl/bind/dist/bin/tests/system/resolver/tests.sh up to 1.1.1.15
	external/mpl/bind/dist/bin/tests/system/resolver/ns1/root.hint up to 1.1.1.3
	external/mpl/bind/dist/bin/tests/system/resolver/ns5/root.hint up to 1.1.1.3
	external/mpl/bind/dist/bin/tests/system/resolver/ns7/root.hint up to 1.1.1.3
	external/mpl/bind/dist/bin/tests/system/resolver/ns9/root.hint up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/rollover/setup.py up to 1.1.1.3
	external/mpl/bind/dist/bin/tests/system/rollover/tests_rollover_manual.py up to 1.1.1.3
	external/mpl/bind/dist/bin/tests/system/rollover/ns3/trusted.conf.j2 up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/rollover_algo_csk/ns3/trusted.conf.j2 up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/rollover_algo_ksk_zsk/ns3/trusted.conf.j2 up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/rollover_csk_roll1/ns3/trusted.conf.j2 up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/rollover_csk_roll2/ns3/trusted.conf.j2 up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/rollover_enable_dnssec/ns3/trusted.conf.j2 up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/rollover_going_insecure/ns3/trusted.conf.j2 up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/rollover_ksk_3crowd/ns3/trusted.conf.j2 up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/rollover_ksk_doubleksk/ns3/trusted.conf.j2 up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/rollover_straight2none/ns3/trusted.conf.j2 up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/rollover_zsk_prepub/ns3/trusted.conf.j2 up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/rpz/testlib/test-data.c up to 1.4
	external/mpl/bind/dist/bin/tests/system/rpzrecurse/ns2/root.hint up to 1.1.1.3
	external/mpl/bind/dist/bin/tests/system/serve_stale/tests.sh up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/serve_stale/tests_sh_serve_stale.py up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/serve_stale/ns1/named.conf.j2 up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/serve_stale/ns1/named4.conf.in up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/serve_stale/ns3/named.conf.j2 up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/serve_stale/ns3/named1.conf.j2 up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/serve_stale/ns3/named2.conf.j2 up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/serve_stale/ns3/named3.conf.j2 up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/serve_stale/ns3/named4.conf.j2 up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/serve_stale/ns3/named5.conf.j2 up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/serve_stale/ns3/named6.conf.j2 up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/serve_stale/ns3/named7.conf.j2 up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/serve_stale/ns3/named9.conf.j2 up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/statistics/ns3/root.hint up to 1.1.1.4
	external/mpl/bind/dist/bin/tests/system/synthfromdnssec/ns2/root.hints up to 1.1.1.3
	external/mpl/bind/dist/bin/tests/system/synthfromdnssec/ns3/root.hints up to 1.1.1.3
	external/mpl/bind/dist/bin/tests/system/synthfromdnssec/ns4/root.hints up to 1.1.1.3
	external/mpl/bind/dist/bin/tests/system/synthfromdnssec/ns5/root.hints up to 1.1.1.3
	external/mpl/bind/dist/bin/tests/system/synthfromdnssec/ns6/root.hints up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/unknown/tests.sh up to 1.1.1.8
	external/mpl/bind/dist/bin/tests/system/xfer/tests_retransfer_with_force.py up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/xfer/tests_xfer.py up to 1.1.1.3
	external/mpl/bind/dist/bin/tests/system/xfer/ns6/named.conf.j2 up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/xfer/ns8/small.db.j2 up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/xfer_servers_list/tests_xfer_servers_list.py up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/xferquota/tests_xferquota.py up to 1.1.1.7
	external/mpl/bind/dist/bin/tests/system/xferquota/ns1/named.conf.j2 up to 1.1.1.2
	external/mpl/bind/dist/bin/tests/system/zero/ns3/root.hint up to 1.1.1.3
	external/mpl/bind/dist/bin/tools/nsec3hash.c    up to 1.10
	external/mpl/bind/dist/doc/arm/changelog.rst    up to 1.1.1.8
	external/mpl/bind/dist/doc/arm/conf.py          up to 1.1.1.11
	external/mpl/bind/dist/doc/arm/isc-logo.pdf     up to 1.6
	external/mpl/bind/dist/doc/arm/notes.rst        up to 1.1.1.16
	external/mpl/bind/dist/doc/arm/platforms.inc.rst up to 1.1.1.7
	external/mpl/bind/dist/doc/dnssec-guide/img/remove-ds-2.png up to 1.2
	external/mpl/bind/dist/doc/man/nsupdate.1in     up to 1.1.1.11
	external/mpl/bind/dist/lib/dns/adb.c            up to 1.18
	external/mpl/bind/dist/lib/dns/catz.c           up to 1.18
	external/mpl/bind/dist/lib/dns/db.c             up to 1.15
	external/mpl/bind/dist/lib/dns/diff.c           up to 1.14
	external/mpl/bind/dist/lib/dns/dispatch.c       up to 1.16
	external/mpl/bind/dist/lib/dns/dns64.c          up to 1.9
	external/mpl/bind/dist/lib/dns/dnssec.c         up to 1.20
	external/mpl/bind/dist/lib/dns/dst_api.c        up to 1.19
	external/mpl/bind/dist/lib/dns/gssapictx.c      up to 1.14
	external/mpl/bind/dist/lib/dns/hmac_link.c      up to 1.11
	external/mpl/bind/dist/lib/dns/master.c         up to 1.16
	external/mpl/bind/dist/lib/dns/masterdump.c     up to 1.20
	external/mpl/bind/dist/lib/dns/message.c        up to 1.24
	external/mpl/bind/dist/lib/dns/name.c           up to 1.17
	external/mpl/bind/dist/lib/dns/nta.c            up to 1.15
	external/mpl/bind/dist/lib/dns/opensslrsa_link.c up to 1.14
	external/mpl/bind/dist/lib/dns/qp.c             up to 1.6
	external/mpl/bind/dist/lib/dns/qp_p.h           up to 1.4
	external/mpl/bind/dist/lib/dns/qpcache.c        up to 1.7
	external/mpl/bind/dist/lib/dns/qpzone.c         up to 1.7
	external/mpl/bind/dist/lib/dns/rdataslab.c      up to 1.14
	external/mpl/bind/dist/lib/dns/request.c        up to 1.15
	external/mpl/bind/dist/lib/dns/resolver.c       up to 1.27
	external/mpl/bind/dist/lib/dns/rpz.c            up to 1.19
	external/mpl/bind/dist/lib/dns/rrl.c            up to 1.14
	external/mpl/bind/dist/lib/dns/tkey.c           up to 1.19
	external/mpl/bind/dist/lib/dns/tsig.c           up to 1.16
	external/mpl/bind/dist/lib/dns/validator.c      up to 1.22
	external/mpl/bind/dist/lib/dns/xfrin.c          up to 1.23
	external/mpl/bind/dist/lib/dns/zone.c           up to 1.28
	external/mpl/bind/dist/lib/dns/zoneverify.c     up to 1.14
	external/mpl/bind/dist/lib/dns/include/dns/adb.h up to 1.12
	external/mpl/bind/dist/lib/dns/include/dns/compress.h up to 1.9
	external/mpl/bind/dist/lib/dns/include/dns/db.h up to 1.16
	external/mpl/bind/dist/lib/dns/include/dns/diff.h up to 1.10
	external/mpl/bind/dist/lib/dns/include/dns/dispatch.h up to 1.10
	external/mpl/bind/dist/lib/dns/include/dns/keyvalues.h up to 1.11
	external/mpl/bind/dist/lib/dns/include/dns/nametree.h up to 1.3
	external/mpl/bind/dist/lib/dns/include/dns/nsec.h up to 1.9
	external/mpl/bind/dist/lib/dns/include/dns/qp.h up to 1.5
	external/mpl/bind/dist/lib/dns/include/dns/sdlz.h up to 1.10
	external/mpl/bind/dist/lib/dns/include/dns/ssu.h up to 1.9
	external/mpl/bind/dist/lib/dns/include/dns/stats.h up to 1.10
	external/mpl/bind/dist/lib/dns/include/dns/tsig.h up to 1.11
	external/mpl/bind/dist/lib/dns/include/dns/zone.h up to 1.17
	external/mpl/bind/dist/lib/dns/include/dst/gssapi.h up to 1.10
	external/mpl/bind/dist/lib/dns/rdata/in_1/a_1.c up to 1.13
	external/mpl/bind/dist/lib/isc/histo.c          up to 1.4
	external/mpl/bind/dist/lib/isc/ht.c             up to 1.12
	external/mpl/bind/dist/lib/isc/mem.c            up to 1.20
	external/mpl/bind/dist/lib/isc/picohttpparser.c up to 1.7
	external/mpl/bind/dist/lib/isc/ratelimiter.c    up to 1.11
	external/mpl/bind/dist/lib/isc/result.c         up to 1.16
	external/mpl/bind/dist/lib/isc/tls.c            up to 1.9
	external/mpl/bind/dist/lib/isc/include/isc/hmac.h up to 1.8
	external/mpl/bind/dist/lib/isc/include/isc/result.h up to 1.15
	external/mpl/bind/dist/lib/isc/include/isc/stdio.h up to 1.8
	external/mpl/bind/dist/lib/isc/include/isc/tls.h up to 1.6
	external/mpl/bind/dist/lib/isc/netmgr/http.c    up to 1.9
	external/mpl/bind/dist/lib/isc/netmgr/tcp.c     up to 1.15
	external/mpl/bind/dist/lib/isccfg/check.c       up to 1.7
	external/mpl/bind/dist/lib/isccfg/include/isccfg/aclconf.h up to 1.10
	external/mpl/bind/dist/lib/ns/client.c          up to 1.29
	external/mpl/bind/dist/lib/ns/query.c           up to 1.29
	external/mpl/bind/dist/lib/ns/update.c          up to 1.21
	external/mpl/bind/dist/lib/ns/xfrout.c          up to 1.18
	external/mpl/bind/dist/tests/dns/dispatch_test.c up to 1.5
	external/mpl/bind/dist/tests/dns/dnstap_test.c  up to 1.5
	external/mpl/bind/dist/tests/dns/qpdb_test.c    up to 1.4
	external/mpl/bind/dist/tests/dns/rsa_test.c     up to 1.4
	external/mpl/bind/dist/tests/dns/tsig_test.c    up to 1.8
	external/mpl/bind/dist/tests/dns/update_test.c  up to 1.5
	external/mpl/bind/dist/tests/isc/mem_test.c     up to 1.6
	external/mpl/bind/dist/tests/isc/time_test.c    up to 1.4
	external/mpl/bind/include/config.h              up to 1.28
	external/mpl/bind/lib/libdns/dns.common.expsym  up to 1.9
	external/mpl/bind/lib/libdns/shlib_version      up to 1.21
	distrib/sets/lists/base/shl.mi			(manually edited)
	distrib/sets/lists/debug/shl.mi			(manually edited)
	doc/3RDPARTY					(manually edited)

Import bind 9.20.24/MPL
@
text
@a0 2
.			NS	a.root-servers.nil.
a.root-servers.nil.	A	10.53.0.1
@


