<?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 iter_timeout_ra_aaaa.rpl</title>
    <link>http://nxr.netbsd.org/rss/src/external/bsd/unbound/dist/testdata/iter_timeout_ra_aaaa.rpl</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/bsd/unbound/dist/testdata/iter_timeout_ra_aaaa.rpl - 1.1</description>
    <pubDate>Sat Aug 20 11:10:37 UTC 2016</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>Import unbound 1.24.2 (previous was 1.23.1)<br/><br/>Unbound 1.24.2 Latest<br/>This security release has additional fixes for CVE-2025-11411.<br/><br/>Promiscuous NS RRSets that complement DNS replies in the authority<br/>section can be used to trick resolvers to update their delegation<br/>information for the zone.<br/><br/>The CVE is described here<br/>https://nlnetlabs.nl/downloads/unbound/CVE-2025-11411.txt<br/><br/>Unbound 1.24.1 included a fix that scrubs unsolicited NS RRSets (and<br/>their respective address records) from replies mitigating the possible<br/>poison effect.<br/><br/>Unbound 1.24.2 includes an additional fix that scrubs unsolicited NS<br/>RRSets (and their respective address records) from YXDOMAIN and<br/>non-referral nodata replies as well, mitigating the possible poison<br/>effect.<br/><br/>We would like to thank TaoFei Guo from Peking University, Yang Luo and<br/>JianJun Chen from Tsinghua University for discovering and responsibly<br/>disclosing the partial mitigation of CVE-2025-11411 in Unbound 1.24.1.<br/><br/>Bug Fixes:<br/><br/>Additional fix for CVE-2025-11411 (possible domain hijacking attack),<br/>to include YXDOMAIN and non-referral nodata answers in the mitigation<br/>as well, reported by TaoFei Guo from Peking University, Yang Luo and<br/>JianJun Chen from Tsinghua University.<br/>Assets<br/>2<br/>Source code<br/>(zip)<br/>Nov 26, 2025<br/>Source code<br/>(tar.gz)<br/>Nov 26, 2025<br/>11 people reacted<br/>Unbound 1.24.1<br/>Oct 22, 2025<br/>@gthess gthess<br/> release-1.24.1<br/> a33f063<br/>Unbound 1.24.1<br/>This security release fixes CVE-2025-11411.<br/><br/>Promiscuous NS RRSets that complement DNS replies in the authority<br/>section can be used to trick resolvers to update their delegation<br/>information for the zone.<br/><br/>The CVE is described here<br/>https://nlnetlabs.nl/downloads/unbound/CVE-2025-11411.txt<br/><br/>We would like to thank Yuxiao Wu, Yunyi Zhang, Baojun Liu and Haixin<br/>Duan from Tsinghua University for discovering and responsibly disclosing<br/>the vulnerability.<br/><br/>Bug Fixes:<br/><br/>Fix CVE-2025-11411 (possible domain hijacking attack), reported by<br/>Yuxiao Wu, Yunyi Zhang, Baojun Liu and Haixin Duan from Tsinghua<br/>University.<br/>Assets<br/>2<br/>10 people reacted<br/>Unbound 1.24.0<br/>Sep 18, 2025<br/>@wcawijngaards wcawijngaards<br/> release-1.24.0<br/> 2dd821c<br/>Unbound 1.24.0<br/>Unbound 1.24.0<br/><br/>This release features increased defaults, num.valops statistic,<br/>unbound-control cache_lookup, and bug fixes.<br/><br/>The default value increase for num-queries-per-thread is to make<br/>saturation of the task queue more resource intensive and less<br/>practical. Thanks to Shiming Liu, Network and Information Security<br/>Lab, Tsinghua University for the report.<br/><br/>The default value increase for so-sndbuf is to mitigate a cross-layer<br/>issue where the UDP socket send buffers are exhausted waiting for<br/>ARP/NDP resolution. Thanks to Reflyable for the report.<br/><br/>To help the server start more easily, the setsockopt for sndbuf buffer<br/>size prints a warning instead of a failure to start the server if it<br/>can not set the buffer size.<br/><br/>Various cache -slabs options are auto-configured if not specified<br/>in the config file. It uses a power of two close to the number of<br/>threads. When the option is specified in the config file that value<br/>is used instead.<br/><br/>An extra statistic is added to track the number of signature validation<br/>operations by the validator, num.valops.<br/><br/>The unbound-control cache_lookup command prints cache information for<br/>names in the domain given. This prints similar to dump_cache, but only<br/>names under the zone(s) specified. Because of that it locks the caches<br/>for a much shorter time, and this is good for server responsiveness.<br/><br/>The sock-queue-timeout option is adapted to work on FreeBSD as well<br/>as Linux.<br/><br/>Features<br/><br/>Increase default to num-queries-per-thread: 2048, when unbound is<br/>compiled with libevent. It makes saturation of the task queue more<br/>resource intensive and less practical. Thanks to Shiming Liu,<br/>Network and Information Security Lab, Tsinghua University for the<br/>report.<br/>Merge #1276: Auto-configure '-slabs' values.<br/>Change default for so-sndbuf to 1m, to mitigate a cross-layer<br/>issue where the UDP socket send buffers are exhausted waiting<br/>for ARP/NDP resolution. Thanks to Reflyable for the report.<br/>Adjusted so-sndbuf default to 4m.<br/>Merge #1289 from Roland van Rijswijk-Deij: Add extra statistic to<br/>track the number of signature validation operations.<br/>Adds 'num.valops' to extended statistics.<br/>Fix #1303: [FR] Disable TLSv1.2.<br/>unbound-control cache_lookup prints the cached rrsets<br/>and messages for those.<br/>unbound-control cache_lookup +t allows tld and root names. And<br/>subnet cache contents are printed.<br/>Fix #1319: [FR] zone status for Unbound auth-zones.<br/>Bug Fixes<br/><br/>Fix #1272: assertion failure testcode/unitverify.c:202.<br/>Merge #1275: Use macros for the fr_check_changed* functions.<br/>Fix for parallel build of dnstap protoc-c output.<br/>Fix dnstap to use protoc.<br/>Sync unbound and unbound-checkconf log output for unknown modules.<br/>Fix #1281: forward-zone "name: ." conflicts with auth-zone "name: ."<br/>in 1.23.0, but worked in 1.22.0.<br/>Fix #1283: Unsafe usage of atoi() while parsing the configuration<br/>file.<br/>Merge #1280: Fix auth nsec3 code. Fixes NSEC3 code to not break on<br/>broken auth zones that include unsigned out of zone (above apex)<br/>data. Could lead to hang while trying to prove a wildcard answer.<br/>Fix #1284: NULL pointer deref in az_find_nsec_cover() (latent bug)<br/>by adding a log_assert() to safeguard future development.<br/>Fix #1282: log-destaddr fail on long ipv6 addresses.<br/>Fix config of slab values when there is no config file.<br/>Fix for cname chain length with qtype ANY and qname minimisation.<br/>Thanks to Jim Greenwood from Nominet for the report.<br/>Merge #1285: RST man pages. It introduces restructuredText man pages<br/>to sync the online and source code man page documentation.<br/>The templated man pages (*.in) are still part of the repo but<br/>generated with docutils from their .rst counterpart.<br/>Documentation on how to generate those (mainly for core developers)<br/>is in README.man.<br/>Add more checks about respip in unbound-checkconf.<br/>Also fixes #310: unbound-checkconf not reporting RPZ configuration<br/>error.<br/>Fix #1288: [FR] Improve fuzzing of unbound by adapting the netbound<br/>program.<br/>Small manpage corrections for the 'disable-dnssec-lame-check' option.<br/>Fix unbound-anchor certificate file read for line ends and end of<br/>file.<br/>Fix comment for the dname_remove_label_limit_len function.<br/>iana portlist updated.<br/>Fix bitwise operators in conditional expressions with parentheses.<br/>Fix conditional expressions with parentheses for bitwise and.<br/>Fix header return value description for skip_pkt_rrs and<br/>parse_edns_from_query_pkt.<br/>Fix to check control-interface addresses in unbound-checkconf.<br/>Fix #1295: Windows 32-bit binaries download seems to be missing dll<br/>dependency.<br/>Fix for consistent use of local zone CNAME alias for configured auth<br/>zones. Now it also applies to downstream configured auth zones.<br/>Fix #1296: DNS over QUIC depends on a very outdated version of<br/>ngtcp2. Fixed so it works with ngtcp2 1.13.0 and OpenSSL 3.5.0.<br/>Merge #1297: edns-subnet: fix NULL_AFTER_DEREF on subnetmod.<br/>Fix rrset cache create allocation failure case.<br/>Fix #1293: EDE 6 is attached to insecure cached answers when client<br/>sends the CD bit.<br/>Fix #1247: forward-first: ssl handshake failed on root nameservers.<br/>For #1247, turn off fetch-policy for delegation when looking into<br/>parent side name servers that may not update the addresses and hit<br/>NXNS limits.<br/>For #1247, replay test (added tcp_transport to<br/>outnet_serviced_query).<br/>Merge #1299: Fix typos.<br/>Generate ltmain.sh and configure again.<br/>Fix #1300: Is 'sock-queue-timeout' a linux only feature.<br/>For #1300: implement sock-queue-timeout for FreeBSD as well.<br/>Fix layout of comm_point_udp_ancil_callback.<br/>Fix to improve dnstap discovery on Fedora.<br/>Fix detection of SSL_CTX_set_tmp_ecdh function.<br/>For #1301: configure cant find SSL_is_quic in OpenSSL 3.5.1.<br/>For #1289: test num.valops in existing stat_values.tdir.<br/>For #1289: add num.valops in the unbound-control man page.<br/>Add unit tests for non-ecs aggregation.<br/>Fix to not set rlimits in the unit tests.<br/>iana portlist updated.<br/>Redis checks for server down and throttles reconnects.<br/>Fix redis cachedb module gettimeofday init failure.<br/>Fix testbound test program to accurately output packets from hex.<br/>Fix #1309: incorrectly reclaimed tcp handler can cause data<br/>corruption and segfault.<br/>Fix to use assertions for consistency checks in #1309 reclaimed<br/>tcp handlers.<br/>Fix edns subnet, so that the subquery without subnet is stored in<br/>global cache if the querier used 0.0.0.0/0 and the name and address<br/>do not receive subnet treatment. If the name and address are<br/>configured for subnet, it is stored in the subnet cache.<br/>Fix dname_str for printout of long names. Thanks to Jan Komissar<br/>for the fix.<br/>Fix that edns-subnet failure to create a subquery errors as<br/>servfail, and not formerror.<br/>Fix to whitespace in dname_str.<br/>Fix that unbound-control dump_cache releases the cache locks<br/>every so often, so that the server stays responsive.<br/>Fix to remove debug from cache_lookup.<br/>Fix to unlock cache_lookup message for malformed records.<br/>Fix to increase responsiveness of dump_cache.<br/>Fix to decouple file descriptor activity and cache lookups in<br/>dump_cache.<br/>Fix cache_lookup subnet printout to wipe zero part of the prefix.<br/>Fix cache_lookup subnet print to not print messages without rrsets<br/>and perform in-depth check on node in the addrtree.<br/>Fix to check for extraneous command arguments for unbound-control,<br/>when the command takes no arguments but there are arguments present.<br/>Fix #1317: Unbound starts too early. Add<br/>Wants=network-online.target under [Unit] in unbound.service.<br/>Fix for #1317: Fix contrib/unbound.service comment path for<br/>systemd network configuration.<br/>For #1318: Fix compile warnings for DoH compile on windows.<br/>Fix sha1 enable environment variable in test code on windows.<br/>Fix that the zone acquired timestamp is set after the<br/>zonefile is read.<br/>Fix ports workflow to install expat for macos.<br/>Fix unbound-control dump_cache for double unlock of lruhash table.<br/>Fix setup_listen_sslctx warning for nettle compile.<br/>Limit the number of consecutive reads on an HTTP/2 session.<br/>Thanks to Gal Bar Nahum for exposing the possibility of infinite<br/>reads on the session.<br/>Fix for #1324: Fix to free edns options scratch in ratelimit case.<br/>Fix #1235: Outdated Python2 code in<br/>unbound/pythonmod/examples/log.py.<br/>Fix #1324: Memory leak in 'msgparse.c' in<br/>'parse_edns_options_from_query(...)'.<br/>Fix indentation in tcp-mss option parsing.<br/>For #1328: make depend.<br/>Update documentation for using "SET ... EX" in Redis.<br/>Document max buffer sizes for Redis commands.<br/>Update man pages.<br/>Fix #1332: CNAME chains are sometimes not followed when RPZs add a<br/>local CNAME rewrite.<br/>Update contrib/aaaa-filter-iterator.patch so it applies on 1.24.0.<br/>Small debug output improvement when attaching an EDE.<br/>Fix to print warning for when so-sndbuf setsockopt is not granted.<br/>Too many quotes for the EDE message debug printout.<br/>Assets<br/>2<br/>16 people reacted</title>
    <description>/src/external/bsd/unbound/dist/testdata/iter_timeout_ra_aaaa.rpl - 1.1.1.4</description>
    <pubDate>Fri Jan 16 16:23:19 UTC 2026</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>branches:  1.1.1.3.14;<br/>Import 1.9.1:<br/><br/>1 March 2019: Wouter<br/>	- output forwarder log in ssl_req_order test.<br/><br/>28 February 2019: Wouter<br/>	- Remove memory leak on pythonmod python2 script file init.<br/>	- Remove swig gcc8 python function cast warnings, they are ignored.<br/>	- Print correct module that failed when module-config is wrong.<br/><br/>27 February 2019: Wouter<br/>	- Fix #4229: Unbound man pages lack information, about access-control<br/>	  order and local zone tags, and elements in views.<br/>	- Fix #14: contrib/unbound.init: Fix wrong comparison judgment<br/>	  before copying.<br/>	- Fix for python module on Windows, fix fopen.<br/><br/>25 February 2019: Wouter<br/>	- Fix #4227: pair event del and add for libevent for tcp_req_info.<br/><br/>21 February 2019: Wouter<br/>	- Fix the error for unknown module in module-config is understandable,<br/>	  and explains it was not compiled in and where to see the list.<br/>	- In example.conf explain where to put cachedb module in module-config.<br/>	- In man page and example config explain that most modules have to<br/>	  be listed at the start of module-config.<br/><br/>20 February 2019: Wouter<br/>	- Fix pythonmod include and sockaddr_un ifdefs for compile on<br/>	  Windows, and for libunbound.<br/><br/>18 February 2019: Wouter<br/>	- Print query name with ip_ratelimit exceeded log lines.<br/>	- Spaces instead of tabs in that log message.<br/>	- Print query name and IP address when domain rate limit exceeded.<br/><br/>14 February 2019: Wouter<br/>	- Fix capsforid canonical sort qsort callback.<br/><br/>11 February 2019: Wouter<br/>	- Note default for module-config in man page.<br/>	- Fix recursion lame test for qname minimisation asked queries,<br/>	  that were not present in the set of prepared answers.<br/>	- Fix #13: Remove left-over requirements on OpenSSL &gt;= 1.1.0 for<br/>	  cert name matching, from man page.<br/>	- make depend, with newer gcc, nicer layout.<br/><br/>7 February 2019: Wouter<br/>	- Fix #4206: OpenSSL 1.0.2 hostname verification for FreeBSD 11.2.<br/>	- Fix that qname minimisation does not skip a label when missing<br/>	  nameserver targets need to be fetched.<br/>	- Fix #4225: clients seem to erroneously receive no answer with<br/>	  DNS-over-TLS and qname-minimisation.<br/><br/>4 February 2019: Wouter<br/>	- Fix that log-replies prints the correct name for local-alias<br/>	  names, for names that have a CNAME in local-data configuration.<br/>	  It logs the original query name, not the target of the CNAME.<br/>	- Add local-zone type inform_redirect, which logs like type inform,<br/>	  and redirects like type redirect.<br/>	- Perform canonical sort for 0x20 capsforid compare of replies,<br/>	  this sorts rrsets in the authority and additional section before<br/>	  comparison, so that out of order rrsets do not cause failure.<br/><br/>31 January 2019: Wouter<br/>	- Set ub_ctx_set_tls call signature in ltrace config file for<br/>	  libunbound in contrib/libunbound.so.conf.<br/>	- improve documentation for tls-service-key and forward-first.<br/>	- #10: fixed pkg-config operations, PKG_PROG_PKG_CONFIG moved out of<br/>	  conditional section, fixes systemd builds, from Enrico Scholz.<br/>	- #9: For openssl 1.0.2 use the CRYPTO_THREADID locking callbacks,<br/>	  still supports the set_id_callback previous API.  And for 1.1.0<br/>	  no locking callbacks are needed.<br/>	- #8: Fix OpenSSL without ENGINE support compilation.<br/>	- Wipe TLS session key data from memory on exit.<br/><br/>30 January 2019: Ralph<br/>	- Fix case in which query timeout can result in marking delegation<br/>	  as edns_lame_known.<br/><br/>29 January 2019: Wouter<br/>	- Fix spelling of tls-ciphers in example.conf.in.<br/>	- Fix #4224: auth_xfr_notify.rpl test broken due to typo<br/>	- Fix locking for libunbound context setup with broken port config.<br/><br/>28 January 2019: Wouter<br/>	- ub_ctx_set_tls call for libunbound that enables DoT for the machines<br/>	  set with ub_ctx_set_fwd.  Patch from Florian Obser.<br/>	- Set build system for added call in the libunbound API.<br/>	- List example config for root zone copy locally hosted with auth-zone<br/>	  as suggested from draft-ietf-dnsop-7706-bis-02.  But with updated<br/>	  B root address.<br/>	- set version to 1.9.0 for release.  And this was released with the<br/>	  spelling for tls-ciphers fix as 1.9.0 on Feb 5.  Trunk has 1.9.1 in<br/>	  development.<br/><br/>25 January 2019: Wouter<br/>	- Fix that tcp for auth zone and outgoing does not remove and<br/>	  then gets the ssl read again applied to the deleted commpoint.<br/>	- updated contrib/fastrpz.patch to cleanly diff.<br/>	- no lock when threads disabled in tcp request buffer count.<br/>	- remove compile warnings from libnettle compile.<br/>	- output of newer lex 2.6.1 and bison 3.0.5.<br/><br/>24 January 2019: Wouter<br/>	- Newer aclocal and libtoolize used for generating configure scripts,<br/>	  aclocal 1.16.1 and libtoolize 2.4.6.<br/>	- Fix unit test for python 3.7 new keyword 'async'.<br/>	- clang analysis fixes, assert arc4random buffer in init,<br/>	  no check for already checked delegation pointer in iterator,<br/>	  in testcode check for NULL packet matches, in perf do not copy<br/>	  from NULL start list when growing capacity.  Adjust host and file<br/>	  only when present in test header read to please checker.  In<br/>	  testcode for unknown macro operand give zero result. Initialise the<br/>	  passed argv array in test code.  In test code add EDNS data<br/>	  segment copy only when nonempty.<br/>	- Patch from Florian Obser fixes some compiler warnings:<br/>	  include mini_event.h to have a prototype for mini_ev_cmp<br/>	  include edns.h to have a prototype for apply_edns_options<br/>	  sldns_wire2str_edns_keepalive_print is only called in the wire2str,<br/>	  module declare it static to get rid of compiler warning:<br/>	  no previous prototype for function<br/>	  infra_find_ip_ratedata() is only called in the infra module,<br/>	  declare it static to get rid of compiler warning:<br/>	  no previous prototype for function<br/>	  do not shadow local variable buf in authzone<br/>	  auth_chunks_delete and az_nsec3_findnode are only called in the<br/>	  authzone module, declare them static to get rid of compiler warning:<br/>	  no previous prototype for function...<br/>	  copy_rrset() is only called in the respip module, declare it<br/>	  static to get rid of compiler warning:<br/>	  no previous prototype for function 'copy_rrset'<br/>	  no need for another variable "r"; gets rid of compiler warning:<br/>	  declaration shadows a local variable in libunbound.c<br/>	  no need for another variable "ns"; gets rid of compiler warning:<br/>	  declaration shadows a local variable in iterator.c<br/>	- Moved includes and make depend.<br/><br/>23 January 2019: Wouter<br/>	- Patch from Manabu Sonoda with tls-ciphers and tls-ciphersuites<br/>	  options for unbound.conf.<br/>	- Fixes for the patch, and man page entry.<br/>	- Fix configure to detect SSL_CTX_set_ciphersuites, for better<br/>	  library compatibility when compiling.<br/>	- Patch for TLS session resumption from Manabu Sonoda,<br/>	  enable with tls-session-ticket-keys in unbound.conf.<br/>	- Fixes for patch (includes, declarations, warnings).  Free at end<br/>	  and keep config options in order read from file to keep the first<br/>	  one as the first one.<br/>	- Fix for IXFR fallback to reset counter when IXFR does not timeout.<br/><br/>22 January 2019: Wouter<br/>	- Fix space calculation for tcp req buffer size.<br/>	- Doc for stream-wait-size and unit test.<br/>	- unbound-control stats has mem.streamwait that counts TCP and TLS<br/>	  waiting result buffers.<br/>	- Fix for #4219: secondaries not updated after serial change, unbound<br/>	  falls back to AXFR after IXFR gives several timeout failures.<br/>	- Fix that auth zone after IXFR fallback tries the same master.<br/><br/>21 January 2019: Wouter<br/>	- Fix tcp idle timeout test, for difference in the tcp reply code.<br/>	- Unit test for tcp request reorder and timeouts.<br/>	- Unit tests for ssl out of order processing.<br/>	- Fix that multiple dns fragments can be carried in one TLS frame.<br/>	- Add stream-wait-size: 4m config option to limit the maximum<br/>	  memory used by waiting tcp and tls stream replies.  This avoids<br/>	  a denial of service where these replies use up all of the memory.<br/><br/>17 January 2019: Wouter<br/>	- For caps-for-id fallback, use the whitelist to avoid timeout<br/>	  starting a fallback sequence for it.<br/>	- increase mesh max activation count for capsforid long fetches.<br/><br/>16 January 2019: Ralph<br/>	- Get ready for the DNS flag day: remove EDNS lame procedure, do not<br/>	  re-query without EDNS after timeout.<br/><br/>15 January 2019: Wouter<br/>	- In the out of order processing, reset byte count for (potential)<br/>	  partial read.<br/>	- Review fixes in out of order processing.<br/><br/>14 January 2019: Wouter<br/>	- streamtcp option -a send queries consecutively and prints answers<br/>	  as they arrive.<br/>	- Fix for out of order processing administration quit cleanup.<br/>	- unit test for tcp out of order processing.<br/><br/>11 January 2019: Wouter<br/>	- Initial commit for out-of-order processing for TCP and TLS.<br/><br/>9 January 2019: Wouter<br/>	- Log query name for looping module errors.<br/><br/>8 January 2019: Wouter<br/>	- Fix syntax in comment of local alias processing.<br/>	- Fix NSEC3 record that is returned in wildcard replies from<br/>	  auth-zone zones with NSEC3 and wildcards.<br/><br/>7 January 2019: Wouter<br/>	- On FreeBSD warn if systcl settings do not allow server TCP FASTOPEN,<br/>	  and server tcp fastopen is enabled at compile time.<br/>	- Document interaction between the tls-upstream option in the server<br/>	  section and forward-tls-upstream option in the forward-zone sections.<br/>	- Add contrib/unbound-fuzzme.patch from Jacob Hoffman-Andrews,<br/>	  the patch adds a program used for fuzzing.<br/><br/>12 December 2018: Wouter<br/>	- Fix for crash in dns64 module if response is null.<br/><br/>10 December 2018: Wouter<br/>	- Fix config parser memory leaks.<br/>	- ip-ratelimit-factor of 1 allows all traffic through, instead of the<br/>	  previous blocking everything.<br/>	- Fix for FreeBSD port make with dnscrypt and dnstap enabled.<br/>	- Fix #4206: support openssl 1.0.2 for TLS hostname verification,<br/>	  alongside the 1.1.0 and later support that is already there.<br/>	- Fixup openssl 1.0.2 compile<br/><br/>6 December 2018: Wouter<br/>	- Fix dns64 allocation in wrong region for returned internal queries.<br/><br/>3 December 2018: Wouter<br/>	- Fix icon, no ragged edges and nicer resolutions available, for eg.<br/>	  Win 7 and Windows 10 display.<br/>	- cache-max-ttl also defines upperbound of initial TTL in response.<br/><br/>30 November 2018: Wouter<br/>	- Patch for typo in unbound.conf man page.<br/>	- log-tag-queryreply: yes in unbound.conf tags the log-queries and<br/>	  log-replies in the log file for easier log filter maintenance.<br/><br/>29 November 2018: Wouter<br/>	- iana portlist updated.<br/>	- Fix chroot auth-zone fix to remove chroot prefix.<br/>	- tag for 1.8.2rc1, which became 1.8.2 on 4 dec 2018, with icon<br/>	  updated.  Trunk contains 1.8.3 in development.<br/>	  Which became 1.8.3 on 11 december with only the dns64 fix of 6 dec.<br/>	  Trunk then became 1.8.4 in development.<br/>	- Fix that unbound-checkconf does not complains if the config file<br/>	  is not placed inside the chroot.<br/>	- Refuse to start with no ports.<br/>	- Remove clang analysis warnings.<br/><br/>28 November 2018: Wouter<br/>	- Fix leak in chroot fix for auth-zone.<br/>	- Fix clang analysis for outside directory build test.<br/><br/>27 November 2018: Wouter<br/>	- Fix DNS64 to not store intermediate results in cache, this avoids<br/>	  other threads from picking up the wrong data.  The module restores<br/>	  the previous no_cache_store setting when the the module is finished.<br/>	- Fix #4208: 'stub-no-cache' and 'forward-no-cache' not work.<br/>	- New and better fix for Fix #4193: Fix that prefetch failure does<br/>	  not overwrite valid cache entry with SERVFAIL.<br/>	- auth-zone give SERVFAIL when expired, fallback activates when<br/>	  expired, and this is documented in the man page.<br/>	- stat count SERVFAIL downstream auth-zone queries for expired zones.<br/>	- Put new logos into windows installer.<br/>	- Fix windows compile for new rrset roundrobin fix.<br/>	- Update contrib fastrpz patch for latest release.<br/><br/>26 November 2018: Wouter<br/>	- Fix to not set GLOB_NOSORT so the unbound.conf include: files are<br/>	  sorted and in a predictable order.<br/>	- Fix #4193: Fix that prefetch failure does not overwrite valid cache<br/>	  entry with SERVFAIL.<br/>	- Add unbound-control view_local_datas command, like local_datas.<br/>	- Fix that unbound-control can send file for view_local_datas.<br/><br/>22 November 2018: Wouter<br/>	- With ./configure --with-pyunbound --with-pythonmodule<br/>	  PYTHON_VERSION=3.6 or with 2.7 unbound can compile and unit tests<br/>	  succeed for the python module.<br/>	- pythonmod logs the python error and traceback on failure.<br/>	- ignore debug python module for test in doxygen output.<br/>	- review fixes for python module.<br/>	- Fix #4209: Crash in libunbound when called from getdns.<br/>	- auth zone zonefiles can be in a chroot, the chroot directory<br/>	  components are removed before use.<br/>	- Fix that empty zonefile means the zonefile is not set and not used.<br/>	- make depend.<br/><br/>21 November 2018: Wouter<br/>	- Scrub NS records from NODATA responses as well.<br/><br/>20 November 2018: Wouter<br/>	- Scrub NS records from NXDOMAIN responses to stop fragmentation<br/>	  poisoning of the cache.<br/>	- Add patch from Jan Vcelak for pythonmod,<br/>	  add sockaddr_storage getters, add support for query callbacks,<br/>	  allow raw address access via comm_reply and update API documentation.<br/>	- Removed compile warnings in pythonmod sockaddr routines.<br/><br/>19 November 2018: Wouter<br/>	- Support SO_REUSEPORT_LB in FreeBSD 12 with the so-reuseport: yes<br/>	  option in unbound.conf.<br/><br/>6 November 2018: Ralph<br/>	- Bugfix min-client-subnet-ipv6<br/><br/>25 October 2018: Ralph<br/>	- Add min-client-subnet-ipv6 and min-client-subnet-ipv4 options.<br/><br/>25 October 2018: Wouter<br/>	- Fix #4191: NXDOMAIN vs SERVFAIL during dns64 PTR query.<br/>	- Fix #4190: Please create a "ANY" deny option, adds the option<br/>	  deny-any: yes in unbound.conf.  This responds with an empty message<br/>	  to queries of type ANY.<br/>	- Fix #4141: More randomness to rrset-roundrobin.<br/>	- Fix #4132: Openness/closeness of RANGE intervals in rpl files.<br/>	- Fix #4126: RTT_band too low on VSAT links with 600+ms latency,<br/>	  adds the option unknown-server-time-limit to unbound.conf that<br/>	  can be increased to avoid the problem.<br/>	- remade makefile dependencies.<br/>	- Fix #4152: Logs shows wrong time when using log-time-ascii: yes.<br/><br/>24 October 2018: Ralph<br/>	- Add markdel function to ECS slabhash.<br/>	- Limit ECS scope returned to client to the scope used for caching.<br/>	- Make lint like previous #4154 fix.<br/><br/>22 October 2018: Wouter<br/>	- Fix #4192: unbound-control-setup generates keys not readable by<br/>	  group.<br/>	- check that the dnstap socket file can be opened and exists, print<br/>	  error if not.<br/>	- Fix #4154: make ECS_MAX_TREESIZE configurable, with<br/>	  the max-ecs-tree-size-ipv4 and max-ecs-tree-size-ipv6 options.<br/><br/>22 October 2018: Ralph<br/>	- Change fast-server-num default to 3.<br/><br/>8 October 2018: Ralph<br/>	- Add fast-server-permil and fast-server-num options.<br/>	- Deprecate low-rtt and low-rtt-permil options.<br/><br/>8 October 2018: Wouter<br/>	- Squelch log of failed to tcp initiate after TCP Fastopen failure.<br/><br/>5 October 2018: Wouter<br/>	- Squelch EADDRNOTAVAIL errors when the interface goes away,<br/>	  this omits 'can't assign requested address' errors unless<br/>	  verbosity is set to a high value.<br/>	- Set default for so-reuseport to no for FreeBSD.  It is enabled<br/>	  by default for Linux and DragonFlyBSD.  The setting can<br/>	  be configured in unbound.conf to override the default.<br/>	- iana port update.<br/><br/>2 October 2018: Wouter<br/>	- updated contrib/fastrpz.patch to apply for this version<br/>	- dnscrypt.c removed sizeof to get array bounds.<br/>	- Fix testlock code to set noreturn on error routine.<br/>	- Remove unused variable from contrib fastrpz/rpz.c and<br/>	  remove unused diagnostic pragmas that themselves generate warnings<br/>	- clang analyze test is used only when assertions are enabled.<br/><br/>1 October 2018: Wouter<br/>	- tag for release 1.8.1rc1.  Became release 1.8.1 on 8 oct, with<br/>	  fastrpz.patch fix included.  Trunk has 1.8.2 in development.<br/><br/>27 September 2018: Wouter<br/>	- Fix #4188: IPv6 forwarders without ipv6 result in SERVFAIL, fixes<br/>	  qname minimisation with a forwarder when connectivity has issues<br/>	  from rejecting responses.<br/><br/>25 September 2018: Wouter<br/>	- Perform TLS SNI indication of the host that is being contacted<br/>	  for DNS over TLS service.  It sets the configured tls auth name.<br/>	  This is useful for hosts that apart from the DNS over TLS services<br/>	  also provide other (web) services.<br/>	- Fix #4149: Add SSL cleanup for tcp timeout.<br/><br/>17 September 2018: Wouter<br/>	- Fix compile on Mac for unbound, provide explicit_bzero when libc<br/>	  does not have it.<br/>	- Fix unbound for openssl in FIPS mode, it uses the digests with<br/>	  the EVP call contexts.<br/>	- Fix that with harden-below-nxdomain and qname minisation enabled<br/>	  some iterator states for nonresponsive domains can get into a<br/>	  state where they waited for an empty list.<br/>	- Stop UDP to TCP failover after timeouts that causes the ping count<br/>	  to be reset by the TCP time measurement (that exists for TLS),<br/>	  because that causes the UDP part to not be measured as timeout.<br/>	- Fix #4156: Fix systemd service manager state change notification.<br/><br/>13 September 2018: Wouter<br/>	- Fix seed for random backup code to use explicit zero when wiped.<br/>	- exit log routine is annotated as noreturn function.<br/>	- free memory leaks in config strlist and str2list insert functions.<br/>	- do not move unused argv variable after getopt.<br/>	- Remove unused if clause in testcode.<br/>	- in testcode, free async ids, initialise array, and check for null<br/>	  pointer during test of the test.  And use exit for return to note<br/>	  irregular program stop.<br/>	- Free memory leak in config strlist append.<br/>	- make sure nsec3 comparison salt is initialized.<br/>	- unit test has clang analysis.<br/>	- remove unused variable assignment from iterator scrub routine.<br/>	- check for null in delegation point during iterator refetch<br/>	  in forward zone.<br/>	- neater pointer cast in libunbound context quit routine.<br/>	- initialize statistics totals for printout.<br/>	- in authzone check that node exists before adding rrset.<br/>	- in unbound-anchor, use readwrite memory BIO.<br/>	- assertion in autotrust that packed rrset is formed correctly.<br/>	- Fix memory leak when message parse fails partway through copy.<br/>	- remove unused udpsize assignment in message encode.<br/>	- nicer bio free code in unbound-anchor.<br/>	- annotate exit functions with noreturn in unbound-control.<br/><br/>11 September 2018: Wouter<br/>	- Fixed unused return value warnings in contrib/fastrpz.patch for<br/>	  asprintf.<br/>	- Fix to squelch respip warning in unit test, it is printed at<br/>	  higher verbosity settings.<br/>	- Fix spelling errors.<br/>	- Fix initialisation in remote.c<br/><br/>10 September 2018: Wouter<br/>	- 1.8.1 in svn trunk. (changes from 4,5,.. sep apply).<br/>	- iana port update.<br/><br/>5 September 2018: Wouter<br/>	- Fix spelling error in header, from getdns commit by Andreas Gelmini.<br/><br/>4 September 2018: Ralph<br/>	- More explicitly mention the type of ratelimit when applying<br/>	  ip-ratelimit.<br/><br/>4 September 2018: Wouter<br/>	- Tag for 1.8.0rc1 release, became 1.8.0 release on 10 Sep 2018.<br/><br/>31 August 2018: Wouter<br/>	- Disable minimal-responses in subnet unit tests.<br/><br/>30 August 2018: Wouter<br/>	- Fix that a local-zone with a local-zone-type that is transparent<br/>	  in a view with view-first, makes queries check for answers from the<br/>	  local-zones defined outside of views.<br/><br/>28 August 2018: Ralph<br/>	- Disable minimal-responses in ipsecmod unit tests.<br/>	- Added serve-expired-ttl and serve-expired-ttl-reset options.<br/><br/>27 August 2018: Wouter<br/>	- Set defaults to yes for a number of options to increase speed and<br/>	  resilience of the server.  The so-reuseport, harden-below-nxdomain,<br/>	  and minimal-responses options are enabled by default.  They used<br/>	  to be disabled by default, waiting to make sure they worked.  They<br/>	  are enabled by default now, and can be disabled explicitly by<br/>	  setting them to "no" in the unbound.conf config file.  The reuseport<br/>	  and minimal options increases speed of the server, and should be<br/>	  otherwise harmless.  The harden-below-nxdomain option works well<br/>	  together with the recently default enabled qname minimisation, this<br/>	  causes more fetches to use information from the cache.<br/>	- next release is called 1.8.0.<br/>	- Fix lintflags for lint on FreeBSD.<br/><br/>22 August 2018: George<br/>	- #4140: Expose repinfo (comm_reply) to the inplace_callbacks. This<br/>	  gives access to reply information for the client's communication<br/>	  point when the callback is called before the mesh state (modules).<br/>	  Changes to C and Python's inplace_callback signatures were also<br/>	  necessary.<br/><br/>21 August 2018: Wouter<br/>	- log-local-actions: yes option for unbound.conf that logs all the<br/>	  local zone actions, a patch from Saksham Manchanda (Secure64).<br/>	- #4146: num.query.subnet and num.query.subnet_cache counters.<br/>	- Fix only misc failure from log-servfail when val-log-level is not<br/>	  enabled.<br/><br/>17 August 2018: Ralph<br/>	- Fix classification for QTYPE=CNAME queries when QNAME minimisation is<br/> 	  enabled.<br/><br/>17 August 2018: Wouter<br/>	- Set libunbound to increase current, because the libunbound change<br/>	  to the event callback function signature.  That needs programs,<br/>	  that use it, to recompile against the new header definition.<br/>	- print servfail info to log as error.<br/>	- added more servfail printout statements, to the iterator.<br/>	- log-servfail: yes prints log lines that say why queries are<br/>	  returning SERVFAIL to clients.<br/><br/>16 August 2018: Wouter<br/>	- Fix warning on compile without threads.<br/>	- Fix contrib/fastrpz.patch.<br/><br/>15 August 2018: Wouter<br/>	- Fix segfault in auth-zone read and reorder of RRSIGs.<br/><br/>14 August 2018: Wouter<br/>	- Fix that printout of error for cycle targets is a verbosity 4<br/>	  printout and does not wrongly print it is a memory error.<br/>	- Upgraded crosscompile script to include libunbound DLL in the<br/>	  zipfile.<br/><br/>10 August 2018: Wouter<br/>	- Fix #4144: dns64 module caches wrong (negative) information.<br/><br/>9 August 2018: Wouter<br/>	- unbound-checkconf checks if modules exist and prints if they are<br/>	  not compiled in the name of the wrong module.<br/>	- document --enable-subnet in doc/README.<br/>	- Patch for stub-no-cache and forward-no-cache options that disable<br/>	  caching for the contents of that stub or forward, for when you<br/>	  want immediate changes visible, from Bjoern A. Zeeb.<br/><br/>7 August 2018: Ralph<br/>	- Make capsforid fallback QNAME minimisation aware.<br/><br/>7 August 2018: Wouter<br/>	- Fix #4142: unbound.service.in: improvements and fixes.<br/>	  Add unit dependency ordering (based on systemd-resolved).<br/>	  Add 'CAP_SYS_RESOURCE' to 'CapabilityBoundingSet' (fixes warnings<br/>	  about missing privileges during startup). Add 'AF_INET6' to<br/>	  'RestrictAddressFamilies' (without it IPV6 can't work). From<br/>	  Guido Shanahan.<br/>	- Patch to implement tcp-connection-limit from Jim Hague (Sinodun).<br/>	  This limits the number of simultaneous TCP client connections<br/>	  from a nominated netblock.<br/>	- make depend, yacc, lex, doc, headers.  And log the limit exceeded<br/>	  message only on high verbosity, so as to not spam the logs when<br/>	  it is busy.<br/><br/>6 August 2018: Wouter<br/>	- Fix for #4136: Fix to unconditionally call destroy in daemon.c.<br/><br/>3 August 2018: George<br/>	- Expose if a query (or a subquery) was ratelimited (not src IP<br/>	  ratelimiting) to libunbound under 'ub_result.was_ratelimited'.<br/>	  This also introduces a change to 'ub_event_callback_type' in<br/>	  libunbound/unbound-event.h.<br/>	- Tidy pylib tests.<br/><br/>3 August 2018: Wouter<br/>	- Revert previous change for #4136: because it introduces build<br/>	  problems.<br/>	- New fix for #4136: This one ignores lex without without<br/>	  yylex_destroy.<br/><br/>1 August 2018: Wouter<br/>	- Fix to remove systemd sockaddr function check, that is not<br/>	  always present.  Make socket activation more lenient.  But not<br/>	  different when socket activation is not used.<br/>	- iana port list update.<br/><br/>31 July 2018: Wouter<br/>	- Patches from Jim Hague (Sinodun) for EDNS KeepAlive.<br/>	- Sort out test runs when the build directory isn't the project<br/>	  root directory.<br/>	- Add config tcp-idle-timeout (default 30s). This applies to<br/>	  client connections only; the timeout on TCP connections upstream<br/>	  is unaffected.<br/>	- Error if EDNS Keepalive received over UDP.<br/>	- Add edns-tcp-keepalive and edns-tcp-keepalive timeout options<br/>	  and implement option in client responses.<br/>	- Correct and expand manual page entries for keepalive and idle timeout.<br/>	- Implement progressive backoff of TCP idle/keepalive timeout.<br/>	- Fix 'make depend' to work when build dir is not project root.<br/>	- Add delay parameter to streamtcp, -d secs.<br/>	  To be used when testing idle timeout.<br/>	- From Wouter: make depend, the dependencies in the patches did not<br/>	  apply cleanly.  Also remade yacc and lex.<br/>	- Fix mesh.c incompatible pointer pass.<br/>	- Please doxygen so it passes.<br/>	- Fix #4139: Fix unbound-host leaks memory on ANY.<br/><br/>30 July 2018: Wouter<br/>	- Fix #4136: insufficiency from mismatch of FLEX capability between<br/>	  released tarball and build host.<br/><br/>27 July 2018: Wouter<br/>	- Fix man page, say that chroot is enabled by default.<br/><br/>26 July 2018: Wouter<br/>	- Fix #4135: 64-bit Windows Installer Creates Entries Under The<br/>	  Wrong Registry Key, reported by Brian White.<br/><br/>23 July 2018: Wouter<br/>	- Fix use-systemd readiness signalling, only when use-systemd is yes<br/>	  and not in signal handler.<br/><br/>20 July 2018: Wouter<br/>	- Fix #4130: print text describing -dd and unbound-checkconf on<br/>	  config file read error at startup, the errors may have been moved<br/>	  away by the startup process.<br/>	- Fix #4131: for solaris, error YY_CURRENT_BUFFER undeclared.<br/><br/>19 July 2018: Wouter<br/>	- Fix #4129 unbound-control error message with wrong cert permissions<br/>	  is too cryptic.<br/><br/>17 July 2018: Wouter<br/>	- Fix #4127 unbound -h does not list -p help.<br/>	- Print error if SSL name verification configured but not available<br/>	  in the ssl library.<br/>	- Fix that ratelimit and ip-ratelimit are applied after reload of<br/>	  changed config file.<br/>	- Resize ratelimit and ip-ratelimit caches if changed on reload.<br/><br/>16 July 2018: Wouter<br/>	- Fix qname minimisation NXDOMAIN validation lookup failures causing<br/>	  error_supers assertion fails.<br/>	- Squelch can't bind socket errors with Permission denied unless<br/>	  verbosity is 4 or higher, for UDP outgoing sockets.<br/><br/>12 July 2018: Wouter<br/>	- Fix to improve systemd socket activation code file descriptor<br/>	  assignment.<br/>	- Fix for 4126 that the #define for UNKNOWN_SERVER_NICENESS can be more<br/>	  easily changed to adjust default rtt assumptions.<br/><br/>10 July 2018: Wouter<br/>	- Note in documentation that the cert name match code needs<br/>	  OpenSSL 1.1.0 or later to be enabled.<br/><br/>6 July 2018: Wouter<br/>	- Fix documentation ambiguity for tls-win-cert in tls-upstream and<br/>	  forward-tls-upstream docs.<br/>	- iana port update.<br/>	- Note RFC8162 support.  SMIMEA record type can be read in by the<br/>	  zone record parser.<br/>	- Fix round robin for failed addresses with prefer-ip6: yes<br/><br/>4 July 2018: Wouter<br/>	- Fix #4112: Fix that unbound-anchor -f /etc/resolv.conf will not pass<br/>	  if DNSSEC is not enabled.  New option -R allows fallback from<br/>	  resolv.conf to direct queries.<br/><br/>3 July 2018: Wouter<br/>	- Better documentation for unblock-lan-zones and insecure-lan-zones<br/>	  config statements.<br/>	- Fix permission denied printed for auth zone probe random port nrs.<br/><br/>2 July 2018: Wouter<br/>	- Fix checking for libhiredis printout in configure output.<br/>	- Fix typo on man page in ip-address description.<br/>	- Update libunbound/python/examples/dnssec_test.py example code to<br/>	  also set the 20326 trust anchor for the root in the example code.<br/><br/>29 June 2018: Wouter<br/>	- dns64-ignore-aaaa: config option to list domain names for which the<br/>	  existing AAAA is ignored and dns64 processing is used on the A<br/>	  record.<br/><br/>28 June 2018: Wouter<br/>	- num.queries.tls counter for queries over TLS.<br/>	- log port number with err_addr logs.<br/><br/>27 June 2018: Wouter<br/>	- #4109: Fix that package config depends on python unconditionally.<br/>	- Patch, do not export python from pkg-config, from Petr Menšík.<br/><br/>26 June 2018: Wouter<br/>	- Partial fix for permission denied on IPv6 address on FreeBSD.<br/>	- Fix that auth-zone master reply with current SOA serial does not<br/>	  stop scan of masters for an updated zone.<br/>	- Fix that auth-zone does not start the wait timer without checking<br/>	  if the wait timer has already been started.<br/><br/>21 June 2018: Wouter<br/>	- #4108: systemd reload hang fix.<br/>	- Fix usage printout for unbound-host, hostname has to be last<br/>	  argument on BSDs and Windows.</title>
    <description>/src/external/bsd/unbound/dist/testdata/iter_timeout_ra_aaaa.rpl - 1.1.1.3</description>
    <pubDate>Sat May 25 21:17:58 UTC 2019</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>Import unbound-1.7.3<br/><br/>19 June 2018: Wouter<br/>	- Fix for unbound-control on Windows and set TCP socket parameters<br/>	  more closely.<br/>	- Fix windows unbound-control no cert bad file descriptor error.<br/><br/>18 June 2018: Wouter<br/>	- Fix that control-use-cert: no works for 127.0.0.1 to disable certs.<br/>	- Fix unbound-checkconf for control-use-cert.<br/><br/>15 June 2018: Wouter<br/>	- tag for 1.7.3rc1.<br/><br/>14 June 2018: Wouter<br/>	- #4103: Fix that auth-zone does not insist on SOA record first in<br/>	  file for url downloads.<br/>	- Fix that first control-interface determines if TLS is used.  Warn<br/>	  when IP address interfaces are used without TLS.<br/>	- Fix nettle compile.<br/><br/>12 June 2018: Ralph<br/>	- Don't count CNAME response types received during qname minimisation as<br/>	  query restart.<br/><br/>12 June 2018: Wouter<br/>	- #4102 for NSD, but for Unbound.  Named unix pipes do not use<br/>	  certificate and key files, access can be restricted with file and<br/>	  directory permissions.  The option control-use-cert is no longer<br/>	  used, and ignored if found in unbound.conf.<br/>	- Rename tls-additional-ports to tls-additional-port, because every<br/>	  line adds one port.<br/>	- Fix buffer size warning in unit test.<br/>	- remade dependencies in the Makefile.<br/><br/>6 June 2018: Wouter<br/>	- Patch to fix openwrt for mac os build darwin detection in configure.<br/><br/>5 June 2018: Wouter<br/>	- Fix crash if ratelimit taken into use with unbound-control<br/>	  instead of with unbound.conf.<br/><br/>4 June 2018: Wouter<br/>	- Fix deadlock caused by incoming notify for auth-zone.<br/>	- tag for 1.7.2rc1, became 1.7.2 release on 11 June 2018,<br/>	  trunk is 1.7.3 in development from this point.<br/>	- #4100: Fix stub reprime when it becomes useless.<br/><br/>1 June 2018: Wouter<br/>	- Rename additional-tls-port to tls-additional-ports.<br/>	  The older name is accepted for backwards compatibility.<br/><br/>30 May 2018: Wouter<br/>	- Patch from Syzdek: Add ability to ignore RD bit and treat all<br/>	  requests as if the RD bit is set.<br/><br/>29 May 2018: Wouter<br/>	- in compat/arc4random call getentropy_urandom when getentropy fails<br/>	  with ENOSYS.<br/>	- Fix that fallback for windows port.<br/><br/>28 May 2018: Wouter<br/>	- Fix windows tcp and tls spin on events.<br/>	- Add routine from getdns to add windows cert store to the SSL_CTX.<br/>	- tls-win-cert option that adds the system certificate store for<br/>	  authenticating DNS-over-TLS connections.  It can be used instead<br/>	  of the tls-cert-bundle option, or with it to add certificates.<br/><br/>25 May 2018: Wouter<br/>	- For TCP and TLS connections that don't establish, perform address<br/>	  update in infra cache, so future selections can exclude them.<br/>	- Fix that tcp sticky events are removed for closed fd on windows.<br/>	- Fix close events for tcp only.<br/><br/>24 May 2018: Wouter<br/>	- Fix that libunbound can do DNS-over-TLS, when configured.<br/>	- Fix that windows unbound service can use DNS-over-TLS.<br/>	- unbound-host initializes ssl (for potential DNS-over-TLS usage<br/>	  inside libunbound), when ssl upstream or a cert-bundle is configured.<br/><br/>23 May 2018: Wouter<br/>	- Use accept4 to speed up incoming TCP (and TLS) connections,<br/>	  available on Linux, FreeBSD and OpenBSD.<br/><br/>17 May 2018: Ralph<br/>	- Qname minimisation default changed to yes.<br/><br/>15 May 2018: Wouter<br/>	- Fix low-rtt-pct to low-rtt-permil, as it is parts in one thousand.<br/><br/>11 May 2018: Wouter<br/>	- Fix contrib/libunbound.pc for libssl libcrypto references,<br/>	  from https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226914<br/><br/>7 May 2018: Wouter<br/>	- Fix windows to not have sticky TLS events for TCP.<br/>	- Fix read of DNS over TLS length and data in one read call.<br/>	- Fix mesh state assertion failure due to callback removal.<br/><br/>3 May 2018: Wouter<br/>	- Fix that configure --with-libhiredis also turns on cachedb.<br/>	- Fix gcc 8 buffer warning in testcode.<br/>	- Fix function type cast warning in libunbound context callback type.<br/><br/>2 May 2018: Wouter<br/>	- Fix fail to reject dead peers in forward-zone, with ssl-upstream.<br/><br/>1 May 2018: Wouter<br/>	- Fix that unbound-control reload frees the rrset keys and returns<br/>	  the memory pages to the system.<br/><br/>30 April 2018: Wouter<br/>	- Fix spelling error in man page and note defaults as no instead of<br/>	  off.<br/><br/>26 April 2018: Wouter<br/>	- Fix for crash in daemon_cleanup with dnstap during reload,<br/>	  from Saksham Manchanda.<br/>	- Also that for dnscrypt.<br/>	- tag for 1.7.1rc1 release.  Became 1.7.1 release on 3 May, trunk<br/>	  is from here 1.7.2 in development.<br/><br/>25 April 2018: Ralph<br/>	- Fix memory leak when caching wildcard records for aggressive NSEC use<br/><br/>24 April 2018: Wouter<br/>	- Fix contrib/fastrpz.patch for this release.<br/>	- Fix auth https for libev.<br/><br/>24 April 2018: Ralph<br/>	- Added root-key-sentinel support<br/><br/>23 April 2018: Wouter<br/>	- makedist uses bz2 for expat code, instead of tar.gz.<br/>	- Fix #4092: libunbound: use-caps-for-id lacks colon in<br/>	  config_set_option.<br/>	- auth zone http download stores exact copy of downloaded file,<br/>	  including comments in the file.<br/>	- Fix sldns parse failure for CDS alternate delete syntax empty hex.<br/>	- Attempt for auth zone fix; add of callback in mesh gets from<br/>	  callback does not skip callback of result.<br/>	- Fix cname classification with qname minimisation enabled.<br/>	- list_auth_zones unbound-control command.<br/><br/>20 April 2018: Wouter<br/>	- man page documentation for dns-over-tls forward-addr '#' notation.<br/>	- removed free from failed parse case.<br/>	- Fix #4091: Fix that reload of auth-zone does not merge the zonefile<br/>	  with the previous contents.<br/>	- Delete auth zone when removed from config.<br/><br/>19 April 2018: Wouter<br/>	- Can set tls authentication with forward-addr: IP#tls.auth.name<br/>	  And put the public cert bundle in tls-cert-bundle: "ca-bundle.pem".<br/>	  such as forward-addr: 9.9.9.9@853#dns.quad9.net or<br/>	  1.1.1.1@853#cloudflare-dns.com<br/>	- Fix #658: unbound using TLS in a forwarding configuration does not<br/>	  verify the server's certificate (RFC 8310 support).<br/>	- For addr with #authname and no @port notation, the default is 853.<br/><br/>18 April 2018: Wouter<br/>	- Fix auth-zone retry timer to be on schedule with retry timeout,<br/>	  with backoff.  Also time a refresh at the zone expiry.<br/><br/>17 April 2018: Wouter<br/>	- auth zone notify work.<br/>	- allow-notify: config statement for auth-zones.<br/>	- unit test for allow-notify<br/><br/>16 April 2018: Wouter<br/>	- Fix auth zone target lookup iterator.<br/>	- auth zone notify with prefix<br/>	- auth zone notify work.<br/><br/>13 April 2018: Wouter<br/>	- Fix for max include depth for authzones.<br/>	- Fix memory free on fail for $INCLUDE in authzone.<br/>	- Fix that an internal error to look up the wrong rr type for<br/>	  auth zone gets stopped, before trying to send there.<br/>	- auth zone notify work.<br/><br/>10 April 2018: Ralph<br/>	- num.query.aggressive.NOERROR and num.query.aggressive.NXDOMAIN<br/>	  statistics counters.<br/><br/>10 April 2018: Wouter<br/>	- documentation for low-rtt and low-rtt-pct.<br/>	- auth zone notify work.<br/><br/>9 April 2018: Wouter<br/>	- Fix that flush_zone sets prefetch ttl expired, so that with<br/>	  serve-expired enabled it'll start prefetching those entries.<br/>	- num.query.authzone.up and num.query.authzone.down statistics counters.<br/>	- Fix downstream auth zone, only fallback when auth zone fails to<br/>	  answer and fallback is enabled.<br/>	- Accept both option names with and without colon for get_option<br/>	  and set_option.<br/>	- low-rtt and low-rtt-pct in unbound.conf enable the server selection<br/>	  of fast servers for some percentage of the time.<br/><br/>5 April 2018: Wouter<br/>	- Combine write of tcp length and tcp query for dns over tls.<br/>	- nitpick fixes in example.conf.<br/>	- Fix above stub queries for type NS and useless delegation point.<br/>	- Fix unbound-control over pipe with openssl 1.1.1, the TLSv1.3<br/>	  tls_choose_sigalg routine does not allow the ciphers for the pipe,<br/>	  so use TLSv1.2.<br/>	- ED448 support.<br/><br/>3 April 2018: Wouter<br/>	- Fix #4043: make test fails due to v6 presentation issue in macOS.<br/>	- Fix unable to resolve after new WLAN connection, due to auth-zone<br/>	  failing with a forwarder set.  Now, auth-zone is only used for<br/>	  answers (not referrals) when a forwarder is set.<br/><br/>29 March 2018: Ralph<br/>	- Check "result" in dup_all(), by Florian Obser.<br/><br/>23 March 2018: Ralph<br/>	- Fix unbound-control get_option aggressive-nsec<br/><br/>21 March 2018: Ralph<br/>	- Do not use cached NSEC records to generate negative answers for<br/>	  domains under DNSSEC Negative Trust Anchors.<br/><br/>19 March 2018: Wouter<br/>	- iana port update.<br/><br/>16 March 2018: Wouter<br/>	- corrected a minor typo in the changelog.<br/>	- move htobe64/be64toh portability code to cachedb.c.<br/><br/>15 March 2018: Wouter<br/>	- Add --with-libhiredis, unbound support for a new cachedb backend<br/>	  that uses a Redis server as the storage.  This implementation<br/>	  depends on the hiredis client library (https://redislabs.com/lp/hiredis/).<br/>	  And unbound should be built with both --enable-cachedb and<br/>	  --with-libhiredis[=PATH] (where $PATH/include/hiredis/hiredis.h<br/>	  should exist).  Patch from Jinmei Tatuya (Infoblox).<br/>	- Fix #3817: core dump happens in libunbound delete, when queued<br/>	  servfail hits deleted message queue.<br/>	- Create additional tls service interfaces by opening them on other<br/>	  portnumbers and listing the portnumbers as additional-tls-port: nr.<br/><br/>13 March 2018: Wouter<br/>	- Fix typo in documentation.<br/>	- Fix #3736: Fix 0 TTL domains stuck on SERVFAIL unless manually<br/>	  flushed with serve-expired on.<br/><br/>12 March 2018: Wouter<br/>	- Added documentation for aggressive-nsec: yes.<br/>	- tag 1.7.0rc3.  That became the 1.7.0 release on 15 Mar, trunk<br/>	  now has 1.7.1 in development.<br/>	- Fix #3727: Protocol name is TLS, options have been renamed but<br/>	  documentation is not consistent.<br/>	- Check IXFR start serial.<br/><br/>9 March 2018: Wouter<br/>	- Fix #3598: Fix swig build issue on rhel6 based system.<br/>	  configure --disable-swig-version-check stops the swig version check.<br/><br/>8 March 2018: Wouter<br/>	- tag 1.7.0rc2.<br/><br/>7 March 2018: Wouter<br/>	- Fixed contrib/fastrpz.patch, even though this already applied<br/>	  cleanly for me, now also for others.<br/>	- patch to log creates keytag queries, from A. Schulze.<br/>	- patch suggested by Debian lintian: allow to -&gt; allow one to, from<br/>	  A. Schulze.<br/>	- Attempt to remove warning about trailing whitespace.<br/><br/>6 March 2018: Wouter<br/>	- Reverted fix for #3512, this may not be the best way forward;<br/>	  although it could be changed at a later time, to stay similar to<br/>	  other implementations.<br/>	- svn trunk contains 1.7.0, this is the number for the next release.<br/>	- Fix for windows compile.<br/>	- tag 1.7.0rc1.<br/><br/>5 March 2018: Wouter<br/>	- Fix to check define of DSA for when openssl is without deprecated.<br/>	- iana port update.<br/>	- Fix #3582: Squelch address already in use log when reuseaddr option<br/>	  causes same port to be used twice for tcp connections.<br/><br/>27 February 2018: Wouter<br/>	- Fixup contrib/fastrpz.patch so that it applies.<br/>	- Fix compile without threads, and remove unused variable.<br/>	- Fix compile with staticexe and python module.<br/>	- Fix nettle compile.<br/><br/>22 February 2018: Ralph<br/>	- Save wildcard RRset from answer with original owner for use in<br/> 	  aggressive NSEC.<br/><br/>21 February 2018: Wouter<br/>	- Fix #3512: unbound incorrectly reports SERVFAIL for CAA query<br/>	  when there is a CNAME loop.<br/>	- Fix validation for CNAME loops.  When it detects a cname loop,<br/>	  by finding the cname, cname in the existing list, it returns<br/>	  the partial result with the validation result up to then.<br/>	- more robust cachedump rrset routine.<br/><br/>19 February 2018: Wouter<br/>	- Fix #3505: Documentation for default local zones references<br/>	  wrong RFC.<br/>	- Fix #3494: local-zone noview can be used to break out of the view<br/>	  to the global local zone contents, for queries for that zone.<br/>	- Fix for more maintainable code in localzone.<br/><br/>16 February 2018: Wouter<br/>	- Fixes for clang static analyzer, the missing ; in<br/>	  edns-subnet/addrtree.c after the assert made clang analyzer<br/>	  produce a failure to analyze it.<br/><br/>13 February 2018: Ralph<br/>	- Aggressive NSEC tests<br/><br/>13 February 2018: Wouter<br/>	- tls-cert-bundle option in unbound.conf enables TLS authentication.<br/>	- iana port update.<br/><br/>12 February 2018: Wouter<br/>	- Unit test for auth zone https url download.<br/><br/>12 February 2018: Ralph<br/>	- Added tests with wildcard expanded NSEC records (CVE-2017-15105 test)<br/>	- Processed aggressive NSEC code review remarks Wouter<br/><br/>8 February 2018: Ralph<br/>	- Aggressive use of NSEC implementation. Use cached NSEC records to<br/>	  generate NXDOMAIN, NODATA and positive wildcard answers.<br/><br/>8 February 2018: Wouter<br/>	- iana port update.<br/>	- auth zone url config.<br/><br/>5 February 2018: Wouter<br/>	- Fix #3451: dnstap not building when you have a separate build dir.<br/>	  And removed protoc warning, set dnstap.proto syntax to proto2.<br/>	- auth-zone provides a way to configure RFC7706 from unbound.conf,<br/>	  eg. with auth-zone: name: "." for-downstream: no for-upstream: yes<br/>	  fallback-enabled: yes and masters or a zonefile with data.<br/><br/>2 February 2018: Wouter<br/>	- Fix unfreed locks in log and arc4random at exit of unbound.<br/>	- unit test with valgrind<br/>	- Fix lock race condition in dns cache dname synthesis.<br/>	- lock subnet new item before insertion to please checklocks,<br/>	  no modification of critical regions outside of lock region.<br/><br/>1 February 2018: Wouter<br/>	- fix unaligned structure making a false positive in checklock<br/>	  unitialised memory.<br/><br/>29 January 2018: Ralph<br/>	- Use NSEC with longest ce to prove wildcard absence.<br/>	- Only use *.ce to prove wildcard absence, no longer names.<br/><br/>25 January 2018: Wouter<br/>	- ltrace.conf file for libunbound in contrib.<br/><br/>23 January 2018: Wouter<br/>	- Fix that unbound-checkconf -f flag works with auto-trust-anchor-file<br/>	  for startup scripts to get the full pathname(s) of anchor file(s).<br/>	- Print fatal errors about remote control setup before log init,<br/>	  so that it is printed to console.<br/><br/>22 January 2018: Wouter<br/>	- Accept tls-upstream in unbound.conf, the ssl-upstream keyword is<br/>	  also recognized and means the same.  Also for tls-port,<br/>	  tls-service-key, tls-service-pem, stub-tls-upstream and<br/>	  forward-tls-upstream.<br/>	- Fix #3397: Fix that cachedb could return a partial CNAME chain.<br/>	- Fix #3397: Fix that when the cache contains an unsigned DNAME in<br/>	  the middle of a cname chain, a result without the DNAME could<br/>	  be returned.</title>
    <description>/src/external/bsd/unbound/dist/testdata/iter_timeout_ra_aaaa.rpl - 1.1.1.2</description>
    <pubDate>Mon Sep 03 14:09:24 UTC 2018</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>branches:  1.1.1.1.2;  1.1.1.1.14;  1.1.1.1.16;<br/>Import unbound 1.5.9</title>
    <description>/src/external/bsd/unbound/dist/testdata/iter_timeout_ra_aaaa.rpl - 1.1.1.1</description>
    <pubDate>Sat Aug 20 11:10:37 UTC 2016</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>Pull up following revision(s) (requested by gutteridge in ticket #162):<br/><br/>	distrib/sets/lists/debug/shl.mi: revision 1.385<br/>	distrib/sets/lists/base/shl.mi: revision 1.1027<br/>	external/bsd/unbound/dist/doc/README.man        up to 1.1.1.1<br/>	external/bsd/unbound/dist/doc/libunbound.rst    up to 1.1.1.1<br/>	external/bsd/unbound/dist/doc/unbound-anchor.rst up to 1.1.1.1<br/>	external/bsd/unbound/dist/doc/unbound-checkconf.rst up to 1.1.1.1<br/>	external/bsd/unbound/dist/doc/unbound-control.rst up to 1.1.1.1<br/>	external/bsd/unbound/dist/doc/unbound-host.rst  up to 1.1.1.1<br/>	external/bsd/unbound/dist/doc/unbound.conf.rst  up to 1.1.1.1<br/>	external/bsd/unbound/dist/doc/unbound.rst       up to 1.1.1.1<br/>	external/bsd/unbound/dist/testcode/doqclient.c  up to 1.1.1.2<br/>	external/bsd/unbound/dist/testcode/unitdoq.c    up to 1.1.1.1<br/>	external/bsd/unbound/dist/testcode/unitinfra.c  up to 1.1.1.2<br/>	external/bsd/unbound/dist/testdata/09-unbound-control.tdir/view_local_data up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/09-unbound-control.tdir/view_local_data_remove up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/stat_values.tdir/stat_values_discard_wait_limit.conf up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/acl_interface.tdir/rpz-nx.zone up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/acl_interface.tdir/rpz-one.zone up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/acl_interface.tdir/rpz-two.zone up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/cachedb_expired.crpl up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/cachedb_expired_client_timeout.crpl up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/cachedb_expired_reply_ttl.crpl up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/subnet_cached_size.crpl up to 1.1.1.2<br/>	external/bsd/unbound/dist/testdata/cachedb_subnet_change.crpl up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/cachedb_subnet_expired.crpl up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/cachedb_subnet_toecs_timeout.crpl up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/cachedb_val_expired.crpl up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/dns64_prefetch_cache.rpl up to 1.1.1.2<br/>	external/bsd/unbound/dist/testdata/dns_error_reporting.rpl up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/fwd_name_lookup.rpl up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/iter_dname_ttl.rpl up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/iter_fwdstubauth.rpl up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/iter_ghost_grandchild_delegation.rpl up to 1.1.1.2<br/>	external/bsd/unbound/dist/testdata/iter_max_global_quota.rpl up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/iter_unverified_glue.rpl up to 1.1.1.2<br/>	external/bsd/unbound/dist/testdata/iter_unverified_glue_fallback.rpl up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/local_cnameother.rpl up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/rpz_clientip_override.rpl up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/rpz_cname_handle.rpl up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/rpz_cname_tag.rpl up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/rpz_nsdname_override.rpl up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/rpz_nsip_override.rpl up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/rpz_passthru_clientip.rpl up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/rpz_qtype_cname.rpl up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/rpz_val_block.rpl up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/rrset_use_cached.rpl up to 1.1.1.2<br/>	external/bsd/unbound/dist/testdata/serve_expired_client_timeout_val_bogus.rpl up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/serve_expired_client_timeout_val_insecure_delegation.rpl up to 1.1.1.2<br/>	external/bsd/unbound/dist/testdata/serve_expired_ttl_reset.rpl up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/serve_expired_val_bogus.rpl up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/auth_tls.tdir/auth_tls.dsc up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/auth_tls.tdir/auth_tls.nsd.conf up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/auth_tls.tdir/auth_tls.post up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/auth_tls.tdir/auth_tls.pre up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/auth_tls.tdir/auth_tls.test up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/auth_tls.tdir/auth_tls.ub.conf up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/auth_tls.tdir/example.com.zone up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/auth_tls.tdir/nsd_server.key up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/auth_tls.tdir/nsd_server.pem up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/auth_tls.tdir/unbound_server.key up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/auth_tls.tdir/unbound_server.pem up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/subnet_scopezero_noedns.crpl up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/ttl_max_negative.rpl up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/ttl_min_negative.rpl up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/val_cnameqtype_qmin.rpl up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/val_dname_twice.rpl up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/val_dnameqtype.rpl up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/val_dnameqtype_qmin.rpl up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/val_failure_dnskey.rpl up to 1.1.1.2<br/>	external/bsd/unbound/dist/testdata/val_negcache_ttl.rpl up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/val_negcache_ttl_prefetch.rpl up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/auth_tls_failcert.tdir/auth_tls_failcert.dsc up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/auth_tls_failcert.tdir/auth_tls_failcert.nsd.conf up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/auth_tls_failcert.tdir/auth_tls_failcert.post up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/auth_tls_failcert.tdir/auth_tls_failcert.pre up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/auth_tls_failcert.tdir/auth_tls_failcert.test up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/auth_tls_failcert.tdir/auth_tls_failcert.ub.conf up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/auth_tls_failcert.tdir/example.com.zone up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/auth_tls_failcert.tdir/nsd_server.key up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/auth_tls_failcert.tdir/nsd_server.pem up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/auth_tls_failcert.tdir/unbound_server.key up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/auth_tls_failcert.tdir/unbound_server.pem up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/cookie_file.tdir/cookie_file.conf up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/cookie_file.tdir/cookie_file.dsc up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/cookie_file.tdir/cookie_file.post up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/cookie_file.tdir/cookie_file.pre up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/cookie_file.tdir/cookie_file.test up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/auth_nsec3_ent_with_out_of_zone_data.rpl up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/doq_downstream.tdir/doq_downstream.conf up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/doq_downstream.tdir/doq_downstream.dsc up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/doq_downstream.tdir/doq_downstream.post up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/doq_downstream.tdir/doq_downstream.pre up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/doq_downstream.tdir/doq_downstream.test up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/doq_downstream.tdir/doq_downstream.testns up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/doq_downstream.tdir/unbound_server.key up to 1.1.1.2<br/>	external/bsd/unbound/dist/testdata/doq_downstream.tdir/unbound_server.pem up to 1.1.1.2<br/>	external/bsd/unbound/dist/testdata/iter_fwdfirstequaltcp.rpl up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/fast_reload_fwd.tdir/auth1.zone up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/fast_reload_fwd.tdir/auth2.zone up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/fast_reload_fwd.tdir/fast_reload_fwd.conf up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/fast_reload_fwd.tdir/fast_reload_fwd.conf2 up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/fast_reload_fwd.tdir/fast_reload_fwd.dsc up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/fast_reload_fwd.tdir/fast_reload_fwd.ns1 up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/fast_reload_fwd.tdir/fast_reload_fwd.ns2 up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/fast_reload_fwd.tdir/fast_reload_fwd.post up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/fast_reload_fwd.tdir/fast_reload_fwd.pre up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/fast_reload_fwd.tdir/fast_reload_fwd.test up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/fast_reload_most_options.tdir/auth.nlnetlabs.nl.zone up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/fast_reload_most_options.tdir/fast_reload_most_options.conf up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/fast_reload_most_options.tdir/fast_reload_most_options.dsc up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/fast_reload_most_options.tdir/fast_reload_most_options.post up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/fast_reload_most_options.tdir/fast_reload_most_options.pre up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/fast_reload_most_options.tdir/fast_reload_most_options.test up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/fast_reload_most_options.tdir/rpz.nlnetlabs.nl.zone up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/fast_reload_thread.tdir/fast_reload_thread.conf up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/fast_reload_thread.tdir/fast_reload_thread.dsc up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/fast_reload_thread.tdir/fast_reload_thread.post up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/fast_reload_thread.tdir/fast_reload_thread.pre up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/fast_reload_thread.tdir/fast_reload_thread.test up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/log_servfail.tdir/log_servfail.conf up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/log_servfail.tdir/log_servfail.dsc up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/log_servfail.tdir/log_servfail.post up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/log_servfail.tdir/log_servfail.pre up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/log_servfail.tdir/log_servfail.test up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/redis_replica.tdir/after.zone up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/redis_replica.tdir/before.zone up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/redis_replica.tdir/redis.conf up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/redis_replica.tdir/redis_replica.conf up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/redis_replica.tdir/redis_replica.dsc up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/redis_replica.tdir/redis_replica.post up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/redis_replica.tdir/redis_replica.pre up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/redis_replica.tdir/redis_replica.test up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/redis_replica.tdir/unbound_control.key up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/redis_replica.tdir/unbound_control.pem up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/redis_replica.tdir/unbound_server.key up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/redis_replica.tdir/unbound_server.pem up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/rpz_reload.tdir/example.org.zone up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/rpz_reload.tdir/rpz.example.com.zone up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/rpz_reload.tdir/rpz_reload.conf up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/rpz_reload.tdir/rpz_reload.dsc up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/rpz_reload.tdir/rpz_reload.post up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/rpz_reload.tdir/rpz_reload.pre up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/rpz_reload.tdir/rpz_reload.test up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/auth_nsec3_wild_with_out_of_zone_data.rpl up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/iter_minimise_chain.rpl up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/iter_scrub_promiscuous.rpl up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/rpz_cname_wild.rpl up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/subnet_noecs_mult.crpl up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/subnet_noecs_refused.crpl up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/subnet_noecs_support.crpl up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/subnet_scopezero_global.crpl up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/redis_reconnect_interval.tdir/after.zone up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/redis_reconnect_interval.tdir/before.zone up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/redis_reconnect_interval.tdir/redis.conf up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/redis_reconnect_interval.tdir/redis_reconnect_interval.conf up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/redis_reconnect_interval.tdir/redis_reconnect_interval.dsc up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/redis_reconnect_interval.tdir/redis_reconnect_interval.post up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/redis_reconnect_interval.tdir/redis_reconnect_interval.pre up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/redis_reconnect_interval.tdir/redis_reconnect_interval.test up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/redis_reconnect_interval.tdir/unbound_control.key up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/redis_reconnect_interval.tdir/unbound_control.pem up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/redis_reconnect_interval.tdir/unbound_server.key up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/redis_reconnect_interval.tdir/unbound_server.pem up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/subnet_cache_lookup.tdir/subnet_cache_lookup.conf up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/subnet_cache_lookup.tdir/subnet_cache_lookup.dsc up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/subnet_cache_lookup.tdir/subnet_cache_lookup.post up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/subnet_cache_lookup.tdir/subnet_cache_lookup.pre up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/subnet_cache_lookup.tdir/subnet_cache_lookup.test up to 1.1.1.1<br/>	external/bsd/unbound/dist/testdata/subnet_cache_lookup.tdir/subnet_cache_lookup.testns up to 1.1.1.1<br/>	external/bsd/unbound/dist/ax_build_date_epoch.m4 up to 1.1.1.1<br/>	external/bsd/unbound/dist/ax_pkg_swig.m4        up to 1.1.1.1<br/>	external/bsd/unbound/dist/ac_pkg_swig.m4        delete<br/>	external/bsd/unbound/dist/testdata/remote-threaded.tdir/bad_control.key delete<br/>	external/bsd/unbound/dist/testdata/remote-threaded.tdir/bad_control.pem delete<br/>	external/bsd/unbound/dist/testdata/remote-threaded.tdir/bad_server.key delete<br/>	external/bsd/unbound/dist/testdata/remote-threaded.tdir/bad_server.pem delete<br/>	external/bsd/unbound/dist/testdata/remote-threaded.tdir/remote-threaded.conf delete<br/>	external/bsd/unbound/dist/testdata/remote-threaded.tdir/remote-threaded.dsc delete<br/>	external/bsd/unbound/dist/testdata/remote-threaded.tdir/remote-threaded.post delete<br/>	external/bsd/unbound/dist/testdata/remote-threaded.tdir/remote-threaded.pre delete<br/>	external/bsd/unbound/dist/testdata/remote-threaded.tdir/remote-threaded.test delete<br/>	external/bsd/unbound/dist/testdata/remote-threaded.tdir/remote-threaded.testns delete<br/>	external/bsd/unbound/dist/testdata/remote-threaded.tdir/unbound_control.key delete<br/>	external/bsd/unbound/dist/testdata/remote-threaded.tdir/unbound_control.pem delete<br/>	external/bsd/unbound/dist/testdata/remote-threaded.tdir/unbound_server.key delete<br/>	external/bsd/unbound/dist/testdata/remote-threaded.tdir/unbound_server.pem delete<br/>	external/bsd/unbound/dist/Makefile.in           up to 1.1.1.10<br/>	external/bsd/unbound/dist/aclocal.m4            up to 1.1.1.6<br/>	external/bsd/unbound/dist/acx_nlnetlabs.m4      up to 1.1.1.6<br/>	external/bsd/unbound/dist/acx_python.m4         up to 1.1.1.6<br/>	external/bsd/unbound/dist/ax_pthread.m4         up to 1.1.1.2<br/>	external/bsd/unbound/dist/config.guess          up to 1.9<br/>	external/bsd/unbound/dist/config.h.in           up to 1.1.1.10<br/>	external/bsd/unbound/dist/config.sub            up to 1.8<br/>	external/bsd/unbound/dist/configure             up to 1.1.1.10<br/>	external/bsd/unbound/dist/configure.ac          up to 1.1.1.10<br/>	external/bsd/unbound/dist/install-sh            up to 1.1.1.5<br/>	external/bsd/unbound/dist/ltmain.sh             up to 1.1.1.3<br/>	external/bsd/unbound/dist/systemd.m4            up to 1.1.1.2<br/>	external/bsd/unbound/dist/cachedb/cachedb.c     up to 1.1.1.9<br/>	external/bsd/unbound/dist/cachedb/cachedb.h     up to 1.1.1.4<br/>	external/bsd/unbound/dist/cachedb/redis.c       up to 1.1.1.5<br/>	external/bsd/unbound/dist/compat/fake-rfc2553.c up to 1.1.1.2<br/>	external/bsd/unbound/dist/compat/malloc.c       up to 1.1.1.3<br/>	external/bsd/unbound/dist/contrib/aaaa-filter-iterator.patch up to 1.1.1.7<br/>	external/bsd/unbound/dist/contrib/rc_d_unbound  up to 1.1.1.2<br/>	external/bsd/unbound/dist/contrib/unbound.init  up to 1.1.1.4<br/>	external/bsd/unbound/dist/contrib/unbound.init_fedora up to 1.1.1.3<br/>	external/bsd/unbound/dist/contrib/unbound.init_yocto up to 1.1.1.2<br/>	external/bsd/unbound/dist/contrib/unbound.service.in up to 1.1.1.8<br/>	external/bsd/unbound/dist/contrib/unbound_portable.service.in up to 1.1.1.2<br/>	external/bsd/unbound/dist/contrib/android/install_expat.sh up to 1.1.1.2<br/>	external/bsd/unbound/dist/contrib/ios/install_expat.sh up to 1.1.1.2<br/>	external/bsd/unbound/dist/daemon/acl_list.c     up to 1.1.1.7<br/>	external/bsd/unbound/dist/daemon/acl_list.h     up to 1.1.1.6<br/>	external/bsd/unbound/dist/daemon/cachedump.c    up to 1.1.1.8<br/>	external/bsd/unbound/dist/daemon/daemon.c       up to 1.1.1.9<br/>	external/bsd/unbound/dist/daemon/daemon.h       up to 1.1.1.6<br/>	external/bsd/unbound/dist/daemon/remote.c       up to 1.1.1.10<br/>	external/bsd/unbound/dist/daemon/remote.h       up to 1.1.1.5<br/>	external/bsd/unbound/dist/daemon/stats.c        up to 1.1.1.10<br/>	external/bsd/unbound/dist/daemon/unbound.c      up to 1.1.1.9<br/>	external/bsd/unbound/dist/daemon/worker.c       up to 1.1.1.10<br/>	external/bsd/unbound/dist/daemon/worker.h       up to 1.1.1.4<br/>	external/bsd/unbound/dist/dns64/dns64.c         up to 1.1.1.9<br/>	external/bsd/unbound/dist/dnstap/dnstap.c       up to 1.1.1.8<br/>	external/bsd/unbound/dist/dnstap/dnstap.h       up to 1.1.1.5<br/>	external/bsd/unbound/dist/dnstap/dnstap.m4      up to 1.1.1.5<br/>	external/bsd/unbound/dist/dnstap/dnstap.proto   up to 1.1.1.4<br/>	external/bsd/unbound/dist/dnstap/dtstream.c     up to 1.1.1.5<br/>	external/bsd/unbound/dist/dnstap/unbound-dnstap-socket.c up to 1.1.1.4<br/>	external/bsd/unbound/dist/doc/Changelog         up to 1.1.1.10<br/>	external/bsd/unbound/dist/doc/README            up to 1.1.1.10<br/>	external/bsd/unbound/dist/doc/example.conf.in   up to 1.1.1.10<br/>	external/bsd/unbound/dist/doc/libunbound.3.in   up to 1.1.1.10<br/>	external/bsd/unbound/dist/doc/unbound-anchor.8.in up to 1.1.1.10<br/>	external/bsd/unbound/dist/doc/unbound-checkconf.8.in up to 1.1.1.10<br/>	external/bsd/unbound/dist/doc/unbound-control.8.in up to 1.1.1.10<br/>	external/bsd/unbound/dist/doc/unbound-host.1.in up to 1.1.1.10<br/>	external/bsd/unbound/dist/doc/unbound.8.in      up to 1.1.1.10<br/>	external/bsd/unbound/dist/doc/unbound.conf.5.in up to 1.1.1.10<br/>	external/bsd/unbound/dist/doc/unbound.doxygen   up to 1.1.1.7<br/>	external/bsd/unbound/dist/dynlibmod/dynlibmod.c up to 1.1.1.3<br/>	external/bsd/unbound/dist/edns-subnet/addrtree.h up to 1.1.1.4<br/>	external/bsd/unbound/dist/edns-subnet/subnetmod.c up to 1.1.1.9<br/>	external/bsd/unbound/dist/edns-subnet/subnetmod.h up to 1.1.1.7<br/>	external/bsd/unbound/dist/ipsecmod/ipsecmod.c   up to 1.1.1.5<br/>	external/bsd/unbound/dist/ipset/ipset.c         up to 1.1.1.4<br/>	external/bsd/unbound/dist/ipset/ipset.h         up to 1.1.1.2<br/>	external/bsd/unbound/dist/iterator/iter_delegpt.c up to 1.1.1.7<br/>	external/bsd/unbound/dist/iterator/iter_delegpt.h up to 1.1.1.8<br/>	external/bsd/unbound/dist/iterator/iter_fwd.c   up to 1.1.1.7<br/>	external/bsd/unbound/dist/iterator/iter_fwd.h   up to 1.1.1.3<br/>	external/bsd/unbound/dist/iterator/iter_hints.c up to 1.1.1.7<br/>	external/bsd/unbound/dist/iterator/iter_hints.h up to 1.1.1.3<br/>	external/bsd/unbound/dist/iterator/iter_scrub.c up to 1.1.1.10<br/>	external/bsd/unbound/dist/iterator/iter_utils.c up to 1.1.1.9<br/>	external/bsd/unbound/dist/iterator/iter_utils.h up to 1.1.1.8<br/>	external/bsd/unbound/dist/iterator/iterator.c   up to 1.1.1.10<br/>	external/bsd/unbound/dist/iterator/iterator.h   up to 1.1.1.8<br/>	external/bsd/unbound/dist/libunbound/context.c  up to 1.1.1.9<br/>	external/bsd/unbound/dist/libunbound/libunbound.c up to 1.1.1.9<br/>	external/bsd/unbound/dist/libunbound/libworker.c up to 1.1.1.10<br/>	external/bsd/unbound/dist/libunbound/unbound.h  up to 1.7<br/>	external/bsd/unbound/dist/libunbound/python/examples/dnssec_test.py up to 1.1.1.3<br/>	external/bsd/unbound/dist/pythonmod/interface.i up to 1.1.1.9<br/>	external/bsd/unbound/dist/pythonmod/pythonmod.c up to 1.1.1.7<br/>	external/bsd/unbound/dist/pythonmod/pythonmod_utils.c up to 1.1.1.6<br/>	external/bsd/unbound/dist/pythonmod/doc/modules/config.rst up to 1.1.1.4<br/>	external/bsd/unbound/dist/pythonmod/examples/log.py up to 1.1.1.3<br/>	external/bsd/unbound/dist/respip/respip.c       up to 1.1.1.7<br/>	external/bsd/unbound/dist/respip/respip.h       up to 1.1.1.6<br/>	external/bsd/unbound/dist/services/authzone.c   up to 1.5<br/>	external/bsd/unbound/dist/services/authzone.h   up to 1.1.1.8<br/>	external/bsd/unbound/dist/services/listen_dnsport.c up to 1.1.1.10<br/>	external/bsd/unbound/dist/services/listen_dnsport.h up to 1.1.1.8<br/>	external/bsd/unbound/dist/services/localzone.c  up to 1.1.1.9<br/>	external/bsd/unbound/dist/services/localzone.h  up to 1.1.1.8<br/>	external/bsd/unbound/dist/services/mesh.c       up to 1.1.1.10<br/>	external/bsd/unbound/dist/services/mesh.h       up to 1.1.1.8<br/>	external/bsd/unbound/dist/services/modstack.c   up to 1.1.1.9<br/>	external/bsd/unbound/dist/services/modstack.h   up to 1.1.1.4<br/>	external/bsd/unbound/dist/services/outside_network.c up to 1.1.1.10<br/>	external/bsd/unbound/dist/services/outside_network.h up to 1.1.1.9<br/>	external/bsd/unbound/dist/services/rpz.c        up to 1.1.1.5<br/>	external/bsd/unbound/dist/services/rpz.h        up to 1.1.1.4<br/>	external/bsd/unbound/dist/services/view.c       up to 1.1.1.4<br/>	external/bsd/unbound/dist/services/view.h       up to 1.1.1.2<br/>	external/bsd/unbound/dist/services/cache/dns.c  up to 1.1.1.9<br/>	external/bsd/unbound/dist/services/cache/dns.h  up to 1.1.1.8<br/>	external/bsd/unbound/dist/services/cache/infra.c up to 1.1.1.8<br/>	external/bsd/unbound/dist/services/cache/infra.h up to 1.1.1.7<br/>	external/bsd/unbound/dist/services/cache/rrset.c up to 1.1.1.7<br/>	external/bsd/unbound/dist/services/cache/rrset.h up to 1.1.1.5<br/>	external/bsd/unbound/dist/sldns/keyraw.c        up to 1.1.1.6<br/>	external/bsd/unbound/dist/sldns/parse.h         up to 1.1.1.4<br/>	external/bsd/unbound/dist/sldns/parseutil.c     up to 1.1.1.5<br/>	external/bsd/unbound/dist/sldns/rrdef.c         up to 1.1.1.7<br/>	external/bsd/unbound/dist/sldns/rrdef.h         up to 1.1.1.7<br/>	external/bsd/unbound/dist/sldns/str2wire.c      up to 1.1.1.9<br/>	external/bsd/unbound/dist/sldns/str2wire.h      up to 1.1.1.6<br/>	external/bsd/unbound/dist/sldns/wire2str.c      up to 1.1.1.8<br/>	external/bsd/unbound/dist/sldns/wire2str.h      up to 1.1.1.8<br/>	external/bsd/unbound/dist/smallapp/unbound-anchor.c up to 1.1.1.9<br/>	external/bsd/unbound/dist/smallapp/unbound-checkconf.c up to 1.1.1.10<br/>	external/bsd/unbound/dist/smallapp/unbound-control-setup.sh.in up to 1.1.1.4<br/>	external/bsd/unbound/dist/smallapp/unbound-control.c up to 1.1.1.10<br/>	external/bsd/unbound/dist/smallapp/unbound-host.c up to 1.1.1.8<br/>	external/bsd/unbound/dist/smallapp/worker_cb.c  up to 1.1.1.7<br/>	external/bsd/unbound/dist/testcode/checklocks.c up to 1.1.1.4<br/>	external/bsd/unbound/dist/testcode/checklocks.h up to 1.1.1.3<br/>	external/bsd/unbound/dist/testcode/do-tests.sh  up to 1.1.1.6<br/>	external/bsd/unbound/dist/testcode/dohclient.c  up to 1.1.1.4<br/>	external/bsd/unbound/dist/testcode/fake_event.c up to 1.1.1.10<br/>	external/bsd/unbound/dist/testcode/mini_tdir.sh up to 1.1.1.5<br/>	external/bsd/unbound/dist/testcode/perf.c       up to 1.1.1.8<br/>	external/bsd/unbound/dist/testcode/petal.c      up to 1.1.1.8<br/>	external/bsd/unbound/dist/testcode/readzone.c   up to 1.1.1.2<br/>	external/bsd/unbound/dist/testcode/replay.c     up to 1.1.1.8<br/>	external/bsd/unbound/dist/testcode/replay.h     up to 1.1.1.7<br/>	external/bsd/unbound/dist/testcode/streamtcp.c  up to 1.1.1.9<br/>	external/bsd/unbound/dist/testcode/testbound.c  up to 1.1.1.9<br/>	external/bsd/unbound/dist/testcode/testpkts.c   up to 1.1.1.10<br/>	external/bsd/unbound/dist/testcode/unitauth.c   up to 1.1.1.7<br/>	external/bsd/unbound/dist/testcode/unitdname.c  up to 1.1.1.4<br/>	external/bsd/unbound/dist/testcode/unitldns.c   up to 1.1.1.5<br/>	external/bsd/unbound/dist/testcode/unitmain.c   up to 1.1.1.10<br/>	external/bsd/unbound/dist/testcode/unitmain.h   up to 1.1.1.4<br/>	external/bsd/unbound/dist/testcode/unitneg.c    up to 1.1.1.5<br/>	external/bsd/unbound/dist/testcode/unitverify.c up to 1.1.1.8<br/>	external/bsd/unbound/dist/testcode/unitzonemd.c up to 1.1.1.3<br/>	external/bsd/unbound/dist/testdata/autotrust_init.rpl up to 1.1.1.4<br/>	external/bsd/unbound/dist/testdata/autotrust_init_ds.rpl up to 1.1.1.4<br/>	external/bsd/unbound/dist/testdata/autotrust_init_sigs.rpl up to 1.1.1.4<br/>	external/bsd/unbound/dist/testdata/autotrust_init_zsk.rpl up to 1.1.1.4<br/>	external/bsd/unbound/dist/testdata/black_data.rpl up to 1.1.1.6<br/>	external/bsd/unbound/dist/testdata/black_prime.rpl up to 1.1.1.6<br/>	external/bsd/unbound/dist/testdata/cachedb_servfail_cname.crpl up to 1.1.1.2<br/>	external/bsd/unbound/dist/testdata/common.sh    up to 1.1.1.5<br/>	external/bsd/unbound/dist/testdata/disable_edns_do.rpl up to 1.1.1.2<br/>	external/bsd/unbound/dist/testdata/dns64_lookup.rpl up to 1.1.1.5<br/>	external/bsd/unbound/dist/testdata/domain_insec_ds.rpl up to 1.1.1.3<br/>	external/bsd/unbound/dist/testdata/fetch_glue.rpl up to 1.1.1.5<br/>	external/bsd/unbound/dist/testdata/fetch_glue_cname.rpl up to 1.1.1.5<br/>	external/bsd/unbound/dist/testdata/fwd_0ttlservfail.rpl up to 1.1.1.3<br/>	external/bsd/unbound/dist/testdata/fwd_cached.rpl up to 1.1.1.3<br/>	external/bsd/unbound/dist/testdata/fwd_minimal.rpl up to 1.1.1.2<br/>	external/bsd/unbound/dist/testdata/ipsecmod_bogus_ipseckey.crpl up to 1.1.1.3<br/>	external/bsd/unbound/dist/testdata/ipsecmod_enabled.crpl up to 1.1.1.4<br/>	external/bsd/unbound/dist/testdata/ipsecmod_ignore_bogus_ipseckey.crpl up to 1.1.1.4<br/>	external/bsd/unbound/dist/testdata/ipsecmod_max_ttl.crpl up to 1.1.1.4<br/>	external/bsd/unbound/dist/testdata/ipsecmod_strict.crpl up to 1.1.1.4<br/>	external/bsd/unbound/dist/testdata/ipsecmod_whitelist.crpl up to 1.1.1.4<br/>	external/bsd/unbound/dist/testdata/iter_class_any.rpl up to 1.1.1.5<br/>	external/bsd/unbound/dist/testdata/iter_cname_minimise_nx.rpl up to 1.1.1.2<br/>	external/bsd/unbound/dist/testdata/iter_cycle_noh.rpl up to 1.1.1.4<br/>	external/bsd/unbound/dist/testdata/iter_dname_insec.rpl up to 1.1.1.4<br/>	external/bsd/unbound/dist/testdata/iter_dname_yx.rpl up to 1.1.1.2<br/>	external/bsd/unbound/dist/testdata/iter_domain_sale.rpl up to 1.1.1.3<br/>	external/bsd/unbound/dist/testdata/iter_domain_sale_nschange.rpl up to 1.1.1.3<br/>	external/bsd/unbound/dist/testdata/iter_emptydp.rpl up to 1.1.1.6<br/>	external/bsd/unbound/dist/testdata/iter_emptydp_for_glue.rpl up to 1.1.1.6<br/>	external/bsd/unbound/dist/testdata/iter_failreply.rpl up to 1.1.1.2<br/>	external/bsd/unbound/dist/testdata/iter_fwdfirst.rpl up to 1.1.1.3<br/>	external/bsd/unbound/dist/testdata/iter_fwdfirstequal.rpl up to 1.1.1.3<br/>	external/bsd/unbound/dist/testdata/iter_fwdstub.rpl up to 1.1.1.3<br/>	external/bsd/unbound/dist/testdata/iter_fwdstubroot.rpl up to 1.1.1.3<br/>	external/bsd/unbound/dist/testdata/iter_ghost_sub.rpl up to 1.1.1.3<br/>	external/bsd/unbound/dist/testdata/iter_ghost_timewindow.rpl up to 1.1.1.3<br/>	external/bsd/unbound/dist/testdata/iter_got6only.rpl up to 1.1.1.4<br/>	external/bsd/unbound/dist/testdata/iter_hint_lame.rpl up to 1.1.1.4<br/>	external/bsd/unbound/dist/testdata/iter_lame_noaa.rpl up to 1.1.1.5<br/>	external/bsd/unbound/dist/testdata/iter_lame_nosoa.rpl up to 1.1.1.4<br/>	external/bsd/unbound/dist/testdata/iter_mod.rpl up to 1.1.1.4<br/>	external/bsd/unbound/dist/testdata/iter_ns_badip.rpl up to 1.1.1.5<br/>	external/bsd/unbound/dist/testdata/iter_ns_spoof.rpl up to 1.1.1.4<br/>	external/bsd/unbound/dist/testdata/iter_nxns_fallback.rpl up to 1.1.1.3<br/>	external/bsd/unbound/dist/testdata/iter_nxns_parentside.rpl up to 1.1.1.2<br/>	external/bsd/unbound/dist/testdata/iter_pc_a.rpl up to 1.1.1.3<br/>	external/bsd/unbound/dist/testdata/iter_pc_aaaa.rpl up to 1.1.1.3<br/>	external/bsd/unbound/dist/testdata/iter_pcdiff.rpl up to 1.1.1.3<br/>	external/bsd/unbound/dist/testdata/iter_pcdirect.rpl up to 1.1.1.4<br/>	external/bsd/unbound/dist/testdata/iter_pcname.rpl up to 1.1.1.3<br/>	external/bsd/unbound/dist/testdata/iter_pcnamech.rpl up to 1.1.1.4<br/>	external/bsd/unbound/dist/testdata/iter_pcnamechrec.rpl up to 1.1.1.4<br/>	external/bsd/unbound/dist/testdata/iter_pcnamerec.rpl up to 1.1.1.3<br/>	external/bsd/unbound/dist/testdata/iter_pcttl.rpl up to 1.1.1.3<br/>	external/bsd/unbound/dist/testdata/iter_prefetch.rpl up to 1.1.1.4<br/>	external/bsd/unbound/dist/testdata/iter_prefetch_change.rpl up to 1.1.1.4<br/>	external/bsd/unbound/dist/testdata/iter_prefetch_change2.rpl up to 1.1.1.3<br/>	external/bsd/unbound/dist/testdata/iter_prefetch_childns.rpl up to 1.1.1.4<br/>	external/bsd/unbound/dist/testdata/iter_prefetch_fail.rpl up to 1.1.1.3<br/>	external/bsd/unbound/dist/testdata/iter_prefetch_ns.rpl up to 1.1.1.4<br/>	external/bsd/unbound/dist/testdata/iter_primenoglue.rpl up to 1.1.1.7<br/>	external/bsd/unbound/dist/testdata/iter_privaddr.rpl up to 1.1.1.5<br/>	external/bsd/unbound/dist/testdata/iter_ranoaa_lame.rpl up to 1.1.1.5<br/>	external/bsd/unbound/dist/testdata/iter_reclame_one.rpl up to 1.1.1.5<br/>	external/bsd/unbound/dist/testdata/iter_reclame_two.rpl up to 1.1.1.5<br/>	external/bsd/unbound/dist/testdata/iter_recurse.rpl up to 1.1.1.5<br/>	external/bsd/unbound/dist/testdata/iter_resolve.rpl up to 1.1.1.4<br/>	external/bsd/unbound/dist/testdata/iter_resolve_minimised.rpl up to 1.1.1.5<br/>	external/bsd/unbound/dist/testdata/iter_resolve_minimised_nx.rpl up to 1.1.1.4<br/>	external/bsd/unbound/dist/testdata/iter_resolve_minimised_refused.rpl up to 1.1.1.4<br/>	external/bsd/unbound/dist/testdata/iter_resolve_minimised_timeout.rpl up to 1.1.1.3<br/>	external/bsd/unbound/dist/testdata/iter_scrub_cname_an.rpl up to 1.1.1.4<br/>	external/bsd/unbound/dist/testdata/iter_scrub_dname_insec.rpl up to 1.1.1.5<br/>	external/bsd/unbound/dist/testdata/iter_scrub_dname_rev.rpl up to 1.1.1.6<br/>	external/bsd/unbound/dist/testdata/iter_scrub_dname_sec.rpl up to 1.1.1.6<br/>	external/bsd/unbound/dist/testdata/iter_scrub_rr_length.rpl up to 1.1.1.3<br/>	external/bsd/unbound/dist/testdata/iter_soamin.rpl up to 1.1.1.3<br/>	external/bsd/unbound/dist/testdata/iter_stub_noroot.rpl up to 1.1.1.3<br/>	external/bsd/unbound/dist/testdata/iter_stubfirst.rpl up to 1.1.1.3<br/>	external/bsd/unbound/dist/testdata/iter_timeout_ra_aaaa.rpl up to 1.1.1.4<br/>	external/bsd/unbound/dist/testdata/local_cname.rpl up to 1.1.1.3<br/>	external/bsd/unbound/dist/testdata/rpz_nsdname.rpl up to 1.1.1.3<br/>	external/bsd/unbound/dist/testdata/rrset_rettl.rpl up to 1.1.1.3<br/>	external/bsd/unbound/dist/testdata/rrset_untrusted.rpl up to 1.1.1.3<br/>	external/bsd/unbound/dist/testdata/rrset_updated.rpl up to 1.1.1.4<br/>	external/bsd/unbound/dist/testdata/serve_expired.rpl up to 1.1.1.4<br/>	external/bsd/unbound/dist/testdata/serve_expired_0ttl_nodata.rpl up to 1.1.1.3<br/>	external/bsd/unbound/dist/testdata/serve_expired_0ttl_nxdomain.rpl up to 1.1.1.3<br/>	external/bsd/unbound/dist/testdata/serve_expired_0ttl_servfail.rpl up to 1.1.1.3<br/>	external/bsd/unbound/dist/testdata/serve_expired_cached_servfail.rpl up to 1.1.1.3<br/>	external/bsd/unbound/dist/testdata/serve_expired_cached_servfail_refresh.rpl up to 1.1.1.2<br/>	external/bsd/unbound/dist/testdata/serve_expired_client_timeout.rpl up to 1.1.1.3<br/>	external/bsd/unbound/dist/testdata/serve_expired_client_timeout_no_prefetch.rpl up to 1.1.1.2<br/>	external/bsd/unbound/dist/testdata/serve_expired_client_timeout_servfail.rpl up to 1.1.1.3<br/>	external/bsd/unbound/dist/testdata/serve_expired_reply_ttl.rpl up to 1.1.1.4<br/>	external/bsd/unbound/dist/testdata/serve_expired_ttl.rpl up to 1.1.1.3<br/>	external/bsd/unbound/dist/testdata/serve_expired_ttl_client_timeout.rpl up to 1.1.1.2<br/>	external/bsd/unbound/dist/testdata/serve_expired_zerottl.rpl up to 1.1.1.4<br/>	external/bsd/unbound/dist/testdata/serve_original_ttl.rpl up to 1.1.1.4<br/>	external/bsd/unbound/dist/testdata/subnet_cached.crpl up to 1.1.1.6<br/>	external/bsd/unbound/dist/testdata/subnet_cached_servfail.crpl up to 1.1.1.3<br/>	external/bsd/unbound/dist/testdata/subnet_global_prefetch.crpl up to 1.1.1.2<br/>	external/bsd/unbound/dist/testdata/subnet_global_prefetch_always_forward.crpl up to 1.1.1.3<br/>	external/bsd/unbound/dist/testdata/subnet_global_prefetch_expired.crpl up to 1.1.1.3<br/>	external/bsd/unbound/dist/testdata/subnet_global_prefetch_with_client_ecs.crpl up to 1.1.1.2<br/>	external/bsd/unbound/dist/testdata/subnet_max_source.crpl up to 1.1.1.4<br/>	external/bsd/unbound/dist/testdata/subnet_prefetch.crpl up to 1.1.1.3<br/>	external/bsd/unbound/dist/testdata/subnet_val_positive.crpl up to 1.1.1.5<br/>	external/bsd/unbound/dist/testdata/subnet_val_positive_client.crpl up to 1.1.1.5<br/>	external/bsd/unbound/dist/testdata/test_ldnsrr.4 up to 1.1.1.2<br/>	external/bsd/unbound/dist/testdata/test_ldnsrr.5 up to 1.1.1.4<br/>	external/bsd/unbound/dist/testdata/test_ldnsrr.c3 up to 1.1.1.2<br/>	external/bsd/unbound/dist/testdata/test_ldnsrr.c4 up to 1.1.1.2<br/>	external/bsd/unbound/dist/testdata/test_ldnsrr.c5 up to 1.1.1.4<br/>	external/bsd/unbound/dist/testdata/trust_cname_chain.rpl up to 1.1.1.3<br/>	external/bsd/unbound/dist/testdata/ttl_max.rpl  up to 1.1.1.4<br/>	external/bsd/unbound/dist/testdata/ttl_min.rpl  up to 1.1.1.4<br/>	external/bsd/unbound/dist/testdata/val_adbit.rpl up to 1.1.1.5<br/>	external/bsd/unbound/dist/testdata/val_adcopy.rpl up to 1.1.1.5<br/>	external/bsd/unbound/dist/testdata/val_cnameqtype.rpl up to 1.1.1.4<br/>	external/bsd/unbound/dist/testdata/val_cnametocnamewctoposwc.rpl up to 1.1.1.6<br/>	external/bsd/unbound/dist/testdata/val_cnametodnametocnametopos.rpl up to 1.1.1.4<br/>	external/bsd/unbound/dist/testdata/val_dnametopos.rpl up to 1.1.1.4<br/>	external/bsd/unbound/dist/testdata/val_dnametoposwc.rpl up to 1.1.1.4<br/>	external/bsd/unbound/dist/testdata/val_ds_afterprime.rpl up to 1.1.1.5<br/>	external/bsd/unbound/dist/testdata/val_faildnskey_ok.rpl up to 1.1.1.5<br/>	external/bsd/unbound/dist/testdata/val_keyprefetch_verify.rpl up to 1.1.1.6<br/>	external/bsd/unbound/dist/testdata/val_noadwhennodo.rpl up to 1.1.1.5<br/>	external/bsd/unbound/dist/testdata/val_nsec3_b3_optout.rpl up to 1.1.1.6<br/>	external/bsd/unbound/dist/testdata/val_nsec3_b3_optout_negcache.rpl up to 1.1.1.6<br/>	external/bsd/unbound/dist/testdata/val_nsec3_b4_wild.rpl up to 1.1.1.5<br/>	external/bsd/unbound/dist/testdata/val_nsec3_cnametocnamewctoposwc.rpl up to 1.1.1.6<br/>	external/bsd/unbound/dist/testdata/val_positive.rpl up to 1.1.1.5<br/>	external/bsd/unbound/dist/testdata/val_positive_wc.rpl up to 1.1.1.4<br/>	external/bsd/unbound/dist/testdata/val_qds_badanc.rpl up to 1.1.1.5<br/>	external/bsd/unbound/dist/testdata/val_qds_oneanc.rpl up to 1.1.1.5<br/>	external/bsd/unbound/dist/testdata/val_qds_twoanc.rpl up to 1.1.1.5<br/>	external/bsd/unbound/dist/testdata/val_refer_unsignadd.rpl up to 1.1.1.5<br/>	external/bsd/unbound/dist/testdata/val_referd.rpl up to 1.1.1.5<br/>	external/bsd/unbound/dist/testdata/val_referglue.rpl up to 1.1.1.6<br/>	external/bsd/unbound/dist/testdata/val_rrsig.rpl up to 1.1.1.5<br/>	external/bsd/unbound/dist/testdata/val_scrub_rr_length.rpl up to 1.1.1.2<br/>	external/bsd/unbound/dist/testdata/val_spurious_ns.rpl up to 1.1.1.5<br/>	external/bsd/unbound/dist/testdata/val_stub_noroot.rpl up to 1.1.1.5<br/>	external/bsd/unbound/dist/testdata/val_ta_algo_dnskey.rpl up to 1.1.1.5<br/>	external/bsd/unbound/dist/testdata/val_ta_algo_dnskey_dp.rpl up to 1.1.1.5<br/>	external/bsd/unbound/dist/testdata/val_ta_algo_missing_dp.rpl up to 1.1.1.5<br/>	external/bsd/unbound/dist/testdata/val_twocname.rpl up to 1.1.1.5<br/>	external/bsd/unbound/dist/testdata/val_unalgo_anchor.rpl up to 1.1.1.5<br/>	external/bsd/unbound/dist/testdata/val_wild_pos.rpl up to 1.1.1.5<br/>	external/bsd/unbound/dist/testdata/views.rpl    up to 1.1.1.4<br/>	external/bsd/unbound/dist/testdata/zonemd.example_a5.zone up to 1.1.1.2<br/>	external/bsd/unbound/dist/testdata/01-doc.tdir/01-doc.test up to 1.1.1.3<br/>	external/bsd/unbound/dist/testdata/02-unittest.tdir/02-unittest.test up to 1.1.1.3<br/>	external/bsd/unbound/dist/testdata/07-confroot.tdir/07-confroot.pre up to 1.1.1.2<br/>	external/bsd/unbound/dist/testdata/09-unbound-control.tdir/09-unbound-control.conf up to 1.1.1.3<br/>	external/bsd/unbound/dist/testdata/09-unbound-control.tdir/09-unbound-control.pre up to 1.1.1.2<br/>	external/bsd/unbound/dist/testdata/09-unbound-control.tdir/09-unbound-control.test up to 1.1.1.3<br/>	external/bsd/unbound/dist/testdata/09-unbound-control.tdir/09-unbound-control.testns up to 1.1.1.2<br/>	external/bsd/unbound/dist/testdata/09-unbound-control.tdir/local_data up to 1.1.1.2<br/>	external/bsd/unbound/dist/testdata/09-unbound-control.tdir/local_data_remove up to 1.1.1.2<br/>	external/bsd/unbound/dist/testdata/09-unbound-control.tdir/local_zones up to 1.1.1.2<br/>	external/bsd/unbound/dist/testdata/09-unbound-control.tdir/local_zones_remove up to 1.1.1.2<br/>	external/bsd/unbound/dist/testdata/acl_interface.tdir/acl_interface.conf up to 1.1.1.2<br/>	external/bsd/unbound/dist/testdata/acl_interface.tdir/acl_interface.pre up to 1.1.1.2<br/>	external/bsd/unbound/dist/testdata/acl_interface.tdir/acl_interface.test.scenario up to 1.1.1.2<br/>	external/bsd/unbound/dist/testdata/auth_axfr.tdir/auth_axfr.test up to 1.1.1.2<br/>	external/bsd/unbound/dist/testdata/auth_https.tdir/auth_https.test up to 1.1.1.3<br/>	external/bsd/unbound/dist/testdata/blanks_cached_zone.tdir/blanks_cached_zone.test up to 1.1.1.2<br/>	external/bsd/unbound/dist/testdata/blanks_https.tdir/blanks_https.test up to 1.1.1.2<br/>	external/bsd/unbound/dist/testdata/cachedb_no_store.tdir/cachedb_no_store.post up to 1.1.1.2<br/>	external/bsd/unbound/dist/testdata/cachedb_no_store.tdir/cachedb_no_store.test up to 1.1.1.2<br/>	external/bsd/unbound/dist/testdata/dnstap.tdir/dnstap.conf up to 1.1.1.2<br/>	external/bsd/unbound/dist/testdata/dnstap.tdir/dnstap.post up to 1.1.1.3<br/>	external/bsd/unbound/dist/testdata/dnstap.tdir/dnstap.test up to 1.1.1.3<br/>	external/bsd/unbound/dist/testdata/dnstap.tdir/dnstap.testns up to 1.1.1.2<br/>	external/bsd/unbound/dist/testdata/doh_downstream.tdir/doh_downstream.conf up to 1.1.1.2<br/>	external/bsd/unbound/dist/testdata/doh_downstream_buffer_size.tdir/doh_downstream_buffer_size.test up to 1.1.1.3<br/>	external/bsd/unbound/dist/testdata/doh_downstream_notls.tdir/doh_downstream_notls.conf up to 1.1.1.2<br/>	external/bsd/unbound/dist/testdata/doh_downstream_post.tdir/doh_downstream_post.conf up to 1.1.1.2<br/>	external/bsd/unbound/dist/testdata/ede.tdir/ede-auth.conf up to 1.1.1.2<br/>	external/bsd/unbound/dist/testdata/ede.tdir/ede.conf up to 1.1.1.3<br/>	external/bsd/unbound/dist/testdata/ede.tdir/ede.test up to 1.1.1.3<br/>	external/bsd/unbound/dist/testdata/fwd_ancil.tdir/fwd_ancil.post up to 1.1.1.4<br/>	external/bsd/unbound/dist/testdata/fwd_ancil.tdir/fwd_ancil.pre up to 1.1.1.3<br/>	external/bsd/unbound/dist/testdata/fwd_ancil.tdir/fwd_ancil.test up to 1.1.1.3<br/>	external/bsd/unbound/dist/testdata/fwd_bogus.tdir/fwd_bogus.test up to 1.1.1.2<br/>	external/bsd/unbound/dist/testdata/fwd_capsid.tdir/fwd_capsid.test up to 1.1.1.2<br/>	external/bsd/unbound/dist/testdata/fwd_capsid_fallback.tdir/fwd_capsid_fallback.test up to 1.1.1.2<br/>	external/bsd/unbound/dist/testdata/fwd_capsid_strip.tdir/fwd_capsid_strip.test up to 1.1.1.2<br/>	external/bsd/unbound/dist/testdata/fwd_capsid_white.tdir/fwd_capsid_white.test up to 1.1.1.2<br/>	external/bsd/unbound/dist/testdata/fwd_compress_c00c.tdir/fwd_compress_c00c.conf up to 1.1.1.4<br/>	external/bsd/unbound/dist/testdata/fwd_edns_bksec.tdir/fwd_edns_bksec.test up to 1.1.1.2<br/>	external/bsd/unbound/dist/testdata/fwd_edns_probe.tdir/fwd_edns_probe.test up to 1.1.1.2<br/>	external/bsd/unbound/dist/testdata/fwd_malformed.tdir/fwd_malformed.test up to 1.1.1.2<br/>	external/bsd/unbound/dist/testdata/fwd_no_edns.tdir/fwd_no_edns.test up to 1.1.1.2<br/>	external/bsd/unbound/dist/testdata/fwd_oneport.tdir/fwd_oneport.post up to 1.1.1.2<br/>	external/bsd/unbound/dist/testdata/fwd_oneport.tdir/fwd_oneport.test up to 1.1.1.3<br/>	external/bsd/unbound/dist/testdata/fwd_tcp.tdir/fwd_tcp.test up to 1.1.1.2<br/>	external/bsd/unbound/dist/testdata/fwd_tcp_tc.tdir/fwd_tcp_tc.test up to 1.1.1.2<br/>	external/bsd/unbound/dist/testdata/fwd_three.tdir/fwd_three.post up to 1.1.1.2<br/>	external/bsd/unbound/dist/testdata/fwd_three.tdir/fwd_three.test up to 1.1.1.2<br/>	external/bsd/unbound/dist/testdata/fwd_three_service.tdir/fwd_three_service.conf up to 1.1.1.2<br/>	external/bsd/unbound/dist/testdata/fwd_three_service.tdir/fwd_three_service.post up to 1.1.1.2<br/>	external/bsd/unbound/dist/testdata/fwd_three_service.tdir/fwd_three_service.test up to 1.1.1.2<br/>	external/bsd/unbound/dist/testdata/fwd_ttlexpire.tdir/fwd_ttlexpire.test up to 1.1.1.2<br/>	external/bsd/unbound/dist/testdata/fwd_udp.tdir/fwd_udp.test up to 1.1.1.2<br/>	external/bsd/unbound/dist/testdata/fwd_udp_with_tcp_upstream.tdir/fwd_udp_with_tcp_upstream.test up to 1.1.1.2<br/>	external/bsd/unbound/dist/testdata/fwd_udptmout.tdir/fwd_udptmout.post up to 1.1.1.2<br/>	external/bsd/unbound/dist/testdata/fwd_udptmout.tdir/fwd_udptmout.test up to 1.1.1.2<br/>	external/bsd/unbound/dist/testdata/fwd_waitudp.tdir/fwd_waitudp.post up to 1.1.1.2<br/>	external/bsd/unbound/dist/testdata/fwd_waitudp.tdir/fwd_waitudp.test up to 1.1.1.2<br/>	external/bsd/unbound/dist/testdata/fwd_zero.tdir/fwd_zero.test up to 1.1.1.3<br/>	external/bsd/unbound/dist/testdata/http_user_agent.tdir/http_user_agent.test up to 1.1.1.2<br/>	external/bsd/unbound/dist/testdata/ipset.tdir/ipset.pre up to 1.1.1.3<br/>	external/bsd/unbound/dist/testdata/local_nodefault.tdir/local_nodefault.test up to 1.1.1.2<br/>	external/bsd/unbound/dist/testdata/local_norec.tdir/local_norec.test up to 1.1.1.2<br/>	external/bsd/unbound/dist/testdata/local_nosnoop.tdir/local_nosnoop.test up to 1.1.1.2<br/>	external/bsd/unbound/dist/testdata/padding.tdir/padding.post up to 1.1.1.3<br/>	external/bsd/unbound/dist/testdata/padding.tdir/padding.test up to 1.1.1.3<br/>	external/bsd/unbound/dist/testdata/pymod.tdir/pymod.test up to 1.1.1.3<br/>	external/bsd/unbound/dist/testdata/pymod_thread.tdir/pymod_thread.test up to 1.1.1.3<br/>	external/bsd/unbound/dist/testdata/ratelimit.tdir/ratelimit.testns up to 1.1.1.3<br/>	external/bsd/unbound/dist/testdata/root_anchor.tdir/root_anchor.pre up to 1.1.1.2<br/>	external/bsd/unbound/dist/testdata/root_hints.tdir/root_hints.pre up to 1.1.1.2<br/>	external/bsd/unbound/dist/testdata/root_zonemd.tdir/root_zonemd.test up to 1.1.1.2<br/>	external/bsd/unbound/dist/testdata/ssl_req_order.tdir/ssl_req_order.conf up to 1.1.1.2<br/>	external/bsd/unbound/dist/testdata/stat_timer.tdir/stat_timer.test up to 1.1.1.2<br/>	external/bsd/unbound/dist/testdata/stat_values.tdir/stat_values.conf up to 1.1.1.4<br/>	external/bsd/unbound/dist/testdata/stat_values.tdir/stat_values.pre up to 1.1.1.3<br/>	external/bsd/unbound/dist/testdata/stat_values.tdir/stat_values.test up to 1.1.1.5<br/>	external/bsd/unbound/dist/testdata/stat_values.tdir/stat_values.testns up to 1.1.1.4<br/>	external/bsd/unbound/dist/testdata/stat_values.tdir/stat_values_cachedb.conf up to 1.1.1.2<br/>	external/bsd/unbound/dist/testdata/stub_auth_tc.tdir/stub_auth_tc.test up to 1.1.1.2<br/>	external/bsd/unbound/dist/testdata/tcp_req_order.tdir/tcp_req_order.conf up to 1.1.1.2<br/>	external/bsd/unbound/dist/testdata/tcp_reuse.tdir/tcp_reuse.post up to 1.1.1.2<br/>	external/bsd/unbound/dist/testdata/tcp_sigpipe.tdir/tcp_sigpipe.conf up to 1.1.1.2<br/>	external/bsd/unbound/dist/testdata/tls_reuse.tdir/tls_reuse.post up to 1.1.1.2<br/>	external/bsd/unbound/dist/testdata/zonemd_reload.tdir/zonemd_reload.test up to 1.1.1.2<br/>	external/bsd/unbound/dist/util/alloc.c          up to 1.1.1.5<br/>	external/bsd/unbound/dist/util/config_file.c    up to 1.1.1.10<br/>	external/bsd/unbound/dist/util/config_file.h    up to 1.1.1.10<br/>	external/bsd/unbound/dist/util/configlexer.c    up to 1.1.1.10<br/>	external/bsd/unbound/dist/util/configlexer.lex  up to 1.1.1.10<br/>	external/bsd/unbound/dist/util/configparser.c   up to 1.1.1.10<br/>	external/bsd/unbound/dist/util/configparser.h   up to 1.1.1.10<br/>	external/bsd/unbound/dist/util/configparser.y   up to 1.1.1.10<br/>	external/bsd/unbound/dist/util/edns.c           up to 1.1.1.5<br/>	external/bsd/unbound/dist/util/edns.h           up to 1.1.1.5<br/>	external/bsd/unbound/dist/util/fptr_wlist.c     up to 1.1.1.9<br/>	external/bsd/unbound/dist/util/fptr_wlist.h     up to 1.1.1.6<br/>	external/bsd/unbound/dist/util/iana_ports.inc   up to 1.1.1.10<br/>	external/bsd/unbound/dist/util/locks.h          up to 1.1.1.3<br/>	external/bsd/unbound/dist/util/log.c            up to 1.1.1.8<br/>	external/bsd/unbound/dist/util/log.h            up to 1.1.1.5<br/>	external/bsd/unbound/dist/util/mini_event.c     up to 1.6<br/>	external/bsd/unbound/dist/util/module.c         up to 1.1.1.6<br/>	external/bsd/unbound/dist/util/module.h         up to 1.1.1.8<br/>	external/bsd/unbound/dist/util/net_help.c       up to 1.1.1.10<br/>	external/bsd/unbound/dist/util/net_help.h       up to 1.1.1.9<br/>	external/bsd/unbound/dist/util/netevent.c       up to 1.8<br/>	external/bsd/unbound/dist/util/netevent.h       up to 1.1.1.9<br/>	external/bsd/unbound/dist/util/proxy_protocol.c up to 1.1.1.2<br/>	external/bsd/unbound/dist/util/random.c         up to 1.1.1.4<br/>	external/bsd/unbound/dist/util/siphash.c        up to 1.1.1.2<br/>	external/bsd/unbound/dist/util/tcp_conn_limit.c up to 1.1.1.2<br/>	external/bsd/unbound/dist/util/tcp_conn_limit.h up to 1.1.1.2<br/>	external/bsd/unbound/dist/util/tube.c           up to 1.1.1.6<br/>	external/bsd/unbound/dist/util/ub_event.c       up to 1.1.1.7<br/>	external/bsd/unbound/dist/util/data/dname.c     up to 1.1.1.7<br/>	external/bsd/unbound/dist/util/data/dname.h     up to 1.1.1.7<br/>	external/bsd/unbound/dist/util/data/msgencode.c up to 1.1.1.9<br/>	external/bsd/unbound/dist/util/data/msgencode.h up to 1.1.1.4<br/>	external/bsd/unbound/dist/util/data/msgparse.c  up to 1.1.1.8<br/>	external/bsd/unbound/dist/util/data/msgparse.h  up to 1.1.1.8<br/>	external/bsd/unbound/dist/util/data/msgreply.c  up to 1.1.1.10<br/>	external/bsd/unbound/dist/util/data/msgreply.h  up to 1.1.1.10<br/>	external/bsd/unbound/dist/util/data/packed_rrset.c up to 1.1.1.5<br/>	external/bsd/unbound/dist/util/data/packed_rrset.h up to 1.1.1.6<br/>	external/bsd/unbound/dist/util/shm_side/shm_main.c up to 1.1.1.5<br/>	external/bsd/unbound/dist/util/storage/dnstree.c up to 1.1.1.5<br/>	external/bsd/unbound/dist/util/storage/lookup3.c up to 1.1.1.5<br/>	external/bsd/unbound/dist/util/storage/lruhash.c up to 1.1.1.5<br/>	external/bsd/unbound/dist/util/storage/lruhash.h up to 1.1.1.4<br/>	external/bsd/unbound/dist/util/storage/slabhash.c up to 1.1.1.5<br/>	external/bsd/unbound/dist/util/storage/slabhash.h up to 1.1.1.5<br/>	external/bsd/unbound/dist/validator/autotrust.c up to 1.1.1.8<br/>	external/bsd/unbound/dist/validator/val_anchor.c up to 1.1.1.8<br/>	external/bsd/unbound/dist/validator/val_anchor.h up to 1.1.1.6<br/>	external/bsd/unbound/dist/validator/val_neg.c   up to 1.1.1.7<br/>	external/bsd/unbound/dist/validator/val_neg.h   up to 1.1.1.5<br/>	external/bsd/unbound/dist/validator/val_nsec.c  up to 1.1.1.7<br/>	external/bsd/unbound/dist/validator/val_nsec.h  up to 1.1.1.5<br/>	external/bsd/unbound/dist/validator/val_nsec3.c up to 1.1.1.6<br/>	external/bsd/unbound/dist/validator/val_nsec3.h up to 1.1.1.5<br/>	external/bsd/unbound/dist/validator/val_secalgo.c up to 1.1.1.8<br/>	external/bsd/unbound/dist/validator/val_sigcrypt.c up to 1.1.1.9<br/>	external/bsd/unbound/dist/validator/val_sigcrypt.h up to 1.1.1.5<br/>	external/bsd/unbound/dist/validator/val_utils.c up to 1.1.1.6<br/>	external/bsd/unbound/dist/validator/val_utils.h up to 1.1.1.6<br/>	external/bsd/unbound/dist/validator/validator.c up to 1.1.1.10<br/>	external/bsd/unbound/dist/validator/validator.h up to 1.1.1.7<br/>	external/bsd/unbound/dist/winrc/rsrc_anchorupd.rc up to 1.1.1.2<br/>	external/bsd/unbound/dist/winrc/rsrc_svcinst.rc up to 1.1.1.2<br/>	external/bsd/unbound/dist/winrc/rsrc_svcuninst.rc up to 1.1.1.2<br/>	external/bsd/unbound/dist/winrc/rsrc_unbound.rc up to 1.1.1.2<br/>	external/bsd/unbound/dist/winrc/rsrc_unbound_anchor.rc up to 1.1.1.2<br/>	external/bsd/unbound/dist/winrc/rsrc_unbound_checkconf.rc up to 1.1.1.2<br/>	external/bsd/unbound/dist/winrc/rsrc_unbound_control.rc up to 1.1.1.2<br/>	external/bsd/unbound/dist/winrc/rsrc_unbound_host.rc up to 1.1.1.2<br/>	external/bsd/unbound/dist/winrc/setup.nsi       up to 1.1.1.4<br/>	external/bsd/unbound/dist/winrc/unbound-control-setup.cmd up to 1.1.1.3<br/>	external/bsd/unbound/dist/winrc/win_svc.c       up to 1.1.1.5<br/>	external/bsd/unbound/include/config.h           up to 1.14<br/>	external/bsd/unbound/lib/libunbound/shlib_version up to 1.8<br/>	external/bsd/unbound/lib/libunbound/unbound.expsym up to 1.3<br/><br/>Import Unbound 1.24.2 (fixes CVE-2025-11411).</title>
    <description>/src/external/bsd/unbound/dist/testdata/iter_timeout_ra_aaaa.rpl - 1.1.1.3.14.1</description>
    <pubDate>Fri Jan 23 16:15:31 UTC 2026</pubDate>
    <dc:creator>martin</dc:creator>
</item>

<item>
    <title>Sync with HEAD</title>
    <description>/src/external/bsd/unbound/dist/testdata/iter_timeout_ra_aaaa.rpl - 1.1.1.1.16.1</description>
    <pubDate>Mon Jun 10 21:51:44 UTC 2019</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>Sync with HEAD<br/><br/>Resolve a couple of conflicts (result of the uimin/uimax changes)</title>
    <description>/src/external/bsd/unbound/dist/testdata/iter_timeout_ra_aaaa.rpl - 1.1.1.1.14.1</description>
    <pubDate>Thu Sep 06 06:51:52 UTC 2018</pubDate>
    <dc:creator>pgoyette</dc:creator>
</item>

<item>
    <title>Sync with HEAD</title>
    <description>/src/external/bsd/unbound/dist/testdata/iter_timeout_ra_aaaa.rpl - 1.1.1.1.2.2</description>
    <pubDate>Wed Sep 14 03:04:11 UTC 2016</pubDate>
    <dc:creator>pgoyette</dc:creator>
</item>

<item>
    <title>file iter_timeout_ra_aaaa.rpl was added on branch pgoyette-localcount on 2016-09-14 03:04:11 +0000</title>
    <description>/src/external/bsd/unbound/dist/testdata/iter_timeout_ra_aaaa.rpl - 1.1.1.1.2.1</description>
    <pubDate>Sat Aug 20 11:10:37 UTC 2016</pubDate>
    <dc:creator>pgoyette</dc:creator>
</item>
</channel></rss>

