<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in named.args</title>
    <link>http://nxr.netbsd.org/rss/src/external/mpl/bind/dist/bin/tests/system/tcp/ns3/named.args</link>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2005</copyright>
    <generator>Java</generator>
    
<item>
    <title>branches:  1.1.1;<br/>Initial revision</title>
    <description>/src/external/mpl/bind/dist/bin/tests/system/tcp/ns3/named.args - 1.1</description>
    <pubDate>Wed May 20 16:43:00 UTC 2026</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>branches:  1.1.1.1.2;<br/><br/>Import bind 9.20.23 (previous was 9.20.22)<br/><br/>Security Fixes<br/>Limit resolver server list size. (CVE-2026-3592)<br/><br/>When resolving a domain with many nameservers that shared overlapping<br/>IP addresses (e.g., 10 NS records all pointing at the same set of<br/>addresses), BIND could previously waste time querying duplicate<br/>addresses and build up excessively large server lists. Addresses<br/>in the resolver's server list are now deduplicated so that each<br/>unique IP is only queried once per resolution attempt, regardless<br/>of how many NS records point to it. The number of addresses stored<br/>per nameserver name is also now capped at six (combined A and AAAA),<br/>preventing memory and CPU overhead from domains with unusually<br/>large NS/glue sets.<br/><br/>ISC would like to thank Shuhan Zhang from Tsinghua University for<br/>reporting this issue. [GL #5641]<br/><br/>Fix GSS-API resource leak. (CVE-2026-3039)<br/><br/>A memory leak was fixed where each GSS-API TKEY negotiation leaked<br/>a security context inside the GSS library. An unauthenticated<br/>attacker could exhaust server memory by sending repeated TKEY<br/>queries to a server with tkey-gssapi-keytab configured. The leaked<br/>memory was allocated by the GSS library, bypassing BIND's memory<br/>accounting.<br/><br/>Multi-round GSS-API negotiation (GSS_S_CONTINUE_NEEDED) is now<br/>rejected, as BIND never supported it correctly and Kerberos/SPNEGO<br/>completes in a single round.<br/><br/>ISC would like to thank Vitaly Simonovich for bringing this<br/>vulnerability to our attention. [GL #5752]<br/><br/>Disable recursion, UPDATE, and NOTIFY for non-IN views. (CVE-2026-5946)<br/><br/>Recursion, dynamic updates (UPDATE), and zone change notifications<br/>(NOTIFY) are now disabled for views with a class other than IN<br/>(such as CHAOS or HESIOD); authoritative service for non-IN zones<br/>(e.g. version.bind in class CHAOS) continues to work as before.<br/>Servers configured with recursion yes; in a non-IN view log a<br/>warning at startup, and named-checkconf flags the same condition.<br/>UPDATE and NOTIFY messages that specify the meta-classes ANY or<br/>NONE in the question section are now rejected with FORMERR.<br/><br/>This addresses a set of closely related security issues collectively<br/>identified as CVE-2026-5946. ISC would like to thank Mcsky23 for<br/>bringing these issues to our attention. [GL #5784]<br/><br/>Avoid unbounded recursion loop. (CVE-2026-5950)<br/><br/>A bug during bad server handling could cause the resolver to enter<br/>an infinite loop, continuously sending queries to an upstream server<br/>with no exit condition, until the resolver query timeout was hit.<br/>This has been fixed.<br/><br/>ISC would like to thank Billy Baraja (BielraX) for bringing this<br/>issue to our attention. [GL #5804]<br/><br/>dfmt: Command not found.<br/><br/>A resolver could crash when handling a SIG(0)-signed response if<br/>the matching client query was cancelled while signature verification<br/>was still in progress for example, when the recursive-clients<br/>quota was exhausted. This has been fixed.<br/><br/>ISC would like to thank Naoki Wakamatsu for bringing this vulnerability<br/>to our attention. [GL #5819]<br/><br/>Fix use-after-free error in DNS-over-HTTPS when processing HTTP/2<br/>SETTINGS frames. (CVE-2026-3593)<br/><br/>Previously, a use-after-free vulnerability in the DNS-over-HTTPS<br/>implementation could cause named to crash when a client sent a<br/>flood of HTTP/2 SETTINGS frames while a DoH response was being<br/>written. This affected servers with DoH (DNS-over-HTTPS) enabled<br/>and has been fixed.<br/><br/>ISC would like to thank Naresh Kandula Parmar (Nottiboy) for<br/>reporting this. [GL #5755]<br/><br/>Fix outgoing zone transfers' quota issue.<br/><br/>Unauthorized clients could consume the entire outgoing zone-transfer<br/>quota and block authorized zone transfer clients. This has been<br/>fixed. [GL #3589]<br/><br/>Feature Changes<br/>Fix CPU spikes and slow queries when cache approaches memory limit.<br/><br/>Cache cleanup is now spread probabilistically to avoid CPU usage<br/>spikes and a drop in query throughput. [GL #5891]<br/><br/>Bug Fixes<br/>Use the zone file's basename as origin in DNSSEC tools.<br/><br/>In dnssec-signzone and dnssec-verify, when the zone origin is not<br/>specified using the -o parameter, the default behavior is to try<br/>to sign using the zone's file name as the origin. So, for example,<br/>dnssec-signzone -S example.com will work, so long as the file name<br/>matches the zone name.<br/><br/>This now also works if the zone is in a different directory. For<br/>example, dnssec-signzone -S zones/example.com will set the origin<br/>value to example.com. [GL #5678]<br/><br/>Fix a possible race condition during zone transfers.<br/><br/>The named process could terminate unexpectedly when processing an<br/>IXFR message during a zone transfer. This has been fixed. [GL #5767]<br/><br/>Fix named crash when processing SIG records in dynamic updates.<br/><br/>Previously, named could abort if a client sent a dynamic update<br/>containing a SIG record (the legacy signature type) to a zone<br/>configured with an update-policy. The function dns_db_findrdataset<br/>had an incorrect requirements prerequisite that prevented SIG<br/>records from being looked up, which was triggered as part of<br/>processing an UPDATE request and could be triggered remotely by<br/>any client permitted to send updates. This has been fixed by ensuring<br/>that SIG records are handled consistently with RRSIG records during<br/>update processing. [GL #5818]<br/><br/>Fix rndc modzone behavior for a zone in named.conf.<br/><br/>If a zone was present in the configuration file and not originally<br/>added by rndc addzone, rndc modzone for that zone would succeed<br/>once but subsequent rndc modzone attempts would fail. This has been<br/>fixed. [GL #5826]<br/><br/>Fix zone verification of NSEC3 signed zones.<br/><br/>Previously, when computing the compressed bitmap during verification<br/>of an NSEC3-signed zone, an undersized buffer was used that resulted<br/>in an out-of-bounds write if there were too many active windows in<br/>the bitmap. This impacted the mirror zones which are NSEC3-signed,<br/>dnssec-signzone and dnssec-verify. This has been fixed. [GL #5834]<br/><br/>Prevent a crash when using both dns64 and filter-aaaa.<br/><br/>An assertion failure could be triggered if both dns64 and the<br/>filter-aaaa plugin were in use simultaneously. This happened if<br/>the plugin triggered a second recursion process, which then attempted<br/>to store DNS64 state information in a pointer that had already been<br/>set by the original recursion process. This has been fixed. [GL<br/>#5854]<br/><br/>Fixed an assertion failure when processing catalog zones.<br/><br/>If a TXT record containing an invalid name TSIG key name was found<br/>when processing a catalog zone member's primaries definition,<br/>dns_name_free was incorrectly called, triggering an assertion. This<br/>has been fixed. [GL #5858]<br/><br/>Prevent malicious DNSSEC zones from exhausting validator CPU.<br/><br/>A DNSSEC-signed zone could publish a DNSKEY with an unusually large<br/>RSA public exponent and force any validator resolving names in that<br/>zone to spend disproportionate CPU verifying signatures. The<br/>validator now rejects such DNSKEYs, matching the limit already<br/>applied to keys read from files or HSMs. [GL #5881]<br/><br/>Fix rndc-confgen aborting on HMAC-SHA-384/512 keys above 512 bits.<br/><br/>rndc-confgen (with either -A hmac-sha384 or -A hmac-sha512) previously<br/>documented a -b range of 1..1024, but any value above 512 aborted<br/>on hardened builds instead of producing a key. The full advertised<br/>range now works. [GL #5903]<br/><br/>Prevent crafted queries from degrading RRL performance.<br/><br/>With response rate limiting enabled, an attacker sending queries<br/>from many spoofed source addresses could steer entries into the<br/>same slot of the internal rate-limit table and slow down query<br/>processing on the affected server. The table now uses a per-process<br/>keyed hash so the placement of entries cannot be predicted or<br/>influenced from the network. [GL #5906]<br/><br/>Prevent rare named crash when notifies are cancelled.<br/><br/>Under heavy load, named could occasionally crash when a queued<br/>outbound notify or zone refresh was cancelled at the moment it was<br/>being sent for example, while a zone was being reloaded or removed.<br/>The race that caused the crash is now prevented. [GL #5915]<br/><br/>Stop delv from aborting on a malformed query name.<br/><br/>delv previously aborted with SIGABRT instead of exiting cleanly<br/>when given a query name that failed wire-format conversion (e.g.<br/>a label longer than 63 octets). After this change delv prints the<br/>parse error and exits with a normal failure code. [GL #5916]<br/><br/>Fix a crash when reconfiguring while an NTA is being rechecked.<br/><br/>Previously, if named was reconfigured or shut down while a negative<br/>trust anchor was being rechecked against authoritative servers,<br/>the in-flight recheck could outlive the view that owned it and<br/>cause named to crash. This has been fixed. [GL #5938]<br/><br/>Fix a bug in allow-query/allow-transfer catalog zone custom properties.<br/><br/>The named process could terminate unexpectedly when processing a<br/>catalog zone with an invalid allow-query or allow-transfer custom<br/>property (i.e. having a non-APL type) coexisting with the valid<br/>property. This has been fixed. [GL #5941]<br/><br/>Fix a memory leak issue in catalog zones.<br/><br/>The named process could leak small amounts of memory when processing<br/>a catalog zone entry which had defined custom primary servers with<br/>TSIG keys, if both the regular primaries custom property syntax<br/>and the legacy alternative syntax (masters) were used at the same<br/>time. This has been fixed. [GL #5943]<br/><br/>Fix suppressed missing-glue check in named-checkzone.<br/><br/>named-checkzone and named-checkconf -z silently skipped the<br/>missing-glue check for any NS name that had already triggered an<br/>extra-AAAA-glue warning, so zones missing required A glue could<br/>pass validation and be deployed with broken delegations. [GL !11899]<br/><br/>Implement seamless outgoing TCP connection reuse.<br/><br/>The resolver can and will reuse outgoing TCP connections to the<br/>same host, as recommended by RFC 7766. This prevents a whole class<br/>of attacks that abuse the fact that establishing a TCP connection<br/>is expensive and it is fairly easy to deplete the outgoing TCP<br/>ports by putting them into TIME_WAIT state.<br/><br/>The number of pipelined queries per connection is capped at 256 to<br/>limit the impact of a connection drop. [GL !11845]<br/><br/>Reject record sets too large to serve in DNS.<br/><br/>When BIND was asked to store a record set whose total size exceeded<br/>what fit in a DNS message, it would allocate memory and build the<br/>structure, then fail later at response time. Such oversized record<br/>sets are now rejected at the time of storage with an error, avoiding<br/>wasted work on data that can never be served. [GL !11963]</title>
    <description>/src/external/mpl/bind/dist/bin/tests/system/tcp/ns3/named.args - 1.1.1.1</description>
    <pubDate>Wed May 20 16:43:00 UTC 2026</pubDate>
    <dc:creator>christos</dc:creator>
</item>

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

<item>
    <title>file named.args was added on branch netbsd-11 on 2026-06-27 10:14:26 +0000</title>
    <description>/src/external/mpl/bind/dist/bin/tests/system/tcp/ns3/named.args - 1.1.1.1.2.1</description>
    <pubDate>Wed May 20 16:43:00 UTC 2026</pubDate>
    <dc:creator>martin</dc:creator>
</item>
</channel></rss>

