Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/unbound/dist Import unbound 1.13.1



details:   https://anonhg.NetBSD.org/src/rev/43e42819bed1
branches:  trunk
changeset: 953674:43e42819bed1
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Mar 15 20:00:53 2021 +0000

description:
Import unbound 1.13.1

4 February 2021: Wouter
        - release 1.13.1rc2 tag on branch-1.13.1 with added changes of 2 feb.
          This became 1.13.1 release tag on 9 feb.  The main branch is set
          to version 1.13.2.

2 February 2021: Wouter
        - branch-1.13.1 is created, with release-1.13.1rc1 tag.
        - Fix dynlibmod link on rhel8 for -ldl inclusion.
        - Fix windows dependency on libssp.dll because of default stack
          protector in mingw.
        - Fix indentation of root anchor for use by windows install script.

1 February 2021: George
        - Attempt to fix NULL keys in the reuse_tcp tree; relates to #411.

29 January 2021: Wouter
        - Fix for doxygen 1.8.20 compatibility.

28 January 2021: Wouter
        - Annotate that we ignore the return value of if_indextoname.
        - Fix to use correct type for label count in rpz routine.
        - Fix empty clause warning in config_file nsid parse.
        - Fix to use correct type for label count in ipdnametoaddr rpz routine.
        - Fix empty clause warning in edns pass for padding.
        - Fix fwd ancil test post script when not supported.

26 January 2021: George
        - Merge PR #408 from fobser: Prevent a few more yacc clashes.
        - Merge PR #275 from Roland van Rijswijk-Deij: Add feature to return the
          original instead of a decrementing TTL ('serve-original-ttl')
        - Merge PR #355 from noloader: Make ICANN Update CA and DS Trust Anchor
          static data.
        - Ignore cache blacklisting when trying to reply with expired data from
          cache (#394).

26 January 2021: Wouter
        - Fix compile of unbound-dnstap-socket without dnstap installed.

22 January 2021: Willem
        - Padding of queries and responses with DNS over TLS as specified in
          RFC7830 and RFC8467.

22 January 2021: George
        - Fix TTL of SOA record for negative answers (localzone and
          authzone data) to be the minimum of the SOA TTL and the SOA.MINIMUM.

19 January 2021: Willem
        - Support for RFC5001: DNS Name Server Identifier (NSID) Option
          with the nsid: option in unbound.conf

18 January 2021: Wouter
        - Fix #404: DNS query with small edns bufsize fail.
        - Fix declaration before statement and signed comparison warning in
          dns64.

15 January 2021: Wouter
        - Merge #402 from fobser: Implement IPv4-Embedded addresses according
          to RFC6052.

14 January 2021: Wouter
        - Fix for #93: dynlibmodule import library is named libunbound.dll.a.

13 January 2021: Wouter
        - Merge #399 from xiangbao227: The lock of lruhash table should
          unlocked after markdel entry.
        - Fix for #93: dynlibmodule link fix for Windows.

12 January 2021: Wouter
        - Fix #397: [Feature request] add new type always_null to local-zone
          similar to always_nxdomain.
        - Fix so local zone types always_nodata and always_deny can be used
          from the config file.

8 January 2021: Wouter
        - Merge PR #391 from fhriley: Add start_time to reply callbacks so
          modules can compute the response time.
        - For #391: use struct timeval* start_time for callback information.
        - For #391: fix indentation.
        - For #391: more double casts in python start time calculation.
        - Add comment documentation.
        - Fix clang analysis warning.

6 January 2021: Wouter
        - Fix #379: zone loading over HTTP appears to have buffer issues.
        - Merge PR #395 from mptre: add missing null check.
        - Fix #387: client-subnet-always-forward seems to effectively bypass
          any caching?

5 January 2021: Wouter
        - Fix #385: autoconf 2.70 impacts unbound build
        - Merge PR #375 by fhriley: Add rpz_enable and rpz_disable commands
          to unbound-control.

4 January 2021: Wouter
        - For #376: Fix that comm point event is not double removed or double
          added to event map.
        - iana portlist updated.

16 December 2020: George
        - Fix error cases when udp-connect is set and send() returns an error
          (modified patch from Xin Li @delphij).

11 December 2020: Wouter
        - Fix #371: unbound-control timeout when Unbound is not running.
        - Fix to squelch permission denied and other errors from remote host,
          they are logged at higher verbosity but not on low verbosity.
        - Merge PR #335 from fobser: Sprinkle in some static to prevent
          missing prototype warnings.
        - Merge PR #373 from fobser: Warning: arithmetic on a pointer to void
          is a GNU extension.
        - Fix missing prototypes in the code.

3 December 2020: Wouter
        - make depend.
        - iana portlist updated.

2 December 2020: Wouter
        - Fix #360: for the additionally reported TCP Fast Open makes TCP
          connections fail, in that case we print a hint that this is
          happening with the error in the logs.
        - Fix #356: deadlock when listening tcp.
        - Fix unbound-dnstap-socket to not use log routine from interrupt
          handler and not print so frequently when invoked in sequence.
        - Fix on windows to ignore connection failure on UDP, unless verbose.
        - Fix for #283: fix stream reuse and tcp fast open.
        - Fix update, with write event check with streamreuse and fastopen.

1 December 2020: Wouter
        - Fix #358: Squelch udp connect 'no route to host' errors on low
          verbosity.

30 November 2020: Wouter
        - Fix assertion failure on double callback when iterator loses
          interest in query at head of line that then has the tcp stream
          not kept for reuse.
        - tag for the 1.13.0rc4 release.  This also became the 1.13.0
          release version on 3 dec 2020 with the streamreuse and fastopen
          fix from 2 dec 2020.  The code repo continues for 1.13.1 in
          development.

27 November 2020: Wouter
        - Fix compile warning for type cast in http2_submit_dns_response.
        - Fix when use free buffer to initialize rbtree for stream reuse.
        - Fix compile warnings for windows.
        - Fix compile warnings in rpz initialization.
        - Fix contrib/metrics.awk for FreeBSD awk compatibility.
        - tag for the 1.13.0rc3 release.

26 November 2020: Wouter
        - Fix to omit UDP receive errors from log, if verbosity low.
          These happen because of udp-connect.
        - For #352: contrib/metrics.awk for Prometheus style metrics output.
        - Fix that after failed read, the readagain cannot activate.
        - Clear readagain upon decommission of pending tcp structure.

25 November 2020: Wouter
        - with udp-connect ignore connection refused with UDP timeouts.
        - Fix udp-connect on FreeBSD, do send calls on connected UDP socket.
        - Better fix for reuse tree comparison for is-tls sockets.  Where
          the tree key identity is preserved after cleanup of the TLS state.
        - Remove debug commands from reuse tests.
        - Fix memory leak for edns client tag opcode config element.
        - Attempt fix for libevent state in tcp reuse cases after a packet
          is written.
        - Fix readagain and writeagain callback functions for comm point
          cleanup.
        - tag for the 1.13.0rc2 release.

24 November 2020: Wouter
        - Merge PR #283 : Stream reuse.  This implements upstream stream
          reuse for performing several queries over the same TCP or TLS
          channel.
        - set version of main branch to 1.13.0 for upcoming release.
        - iana portlist updated.
        - Fix one port unit test for udp-connect.
        - tag for the 1.13.0rc1 release.
        - Fix crash when TLS connection is closed prematurely, when
          reuse tree comparison is not properly identical to insertion.
        - Fix padding of struct regional for 32bit systems.

23 November 2020: George
        - Merge PR #313 from Ralph Dolmans: Replace edns-client-tag with
          edns-client-string option.

23 November 2020: Wouter
        - Merge #351 from dvzrv: Add AF_NETLINK to set of allowed socket
          address families.
        - Fix #350: with the AF_NETLINK permission, to fix 1.12.0 error:
          failed to list interfaces: getifaddrs: Address family not
          supported by protocol.
        - Fix #347: IP_DONTFRAG broken on Apple xcode 12.2.
        - Option to toggle udp-connect, default is enabled.
        - Fix for #303 CVE-2020-28935 : Fix that symlink does not interfere
          with chown of pidfile.
        - Further fix for it and retvalue 0 fix for it.

12 November 2020: Wouter
        - Fix to connect() to UDP destinations, default turned on,
          this lowers vulnerability to ICMP side channels.
        - Retry for interfaces with unused ports if possible.

10 November 2020: Wouter
        - Fix #341: fixing a possible memory leak.
        - Fix memory leak after fix for possible memory leak failure.
        - Fix #343: Fail to build --with-libnghttp2 with error: 'SSIZE_MAX'
          undeclared.

27 October 2020: Wouter
        - In man page note that tls-cert-bundle is read before permission
          drop and chroot.

22 October 2020: Wouter
        - Fix #333: Unbound Segmentation Fault w/ log_info Functions From
          Python Mod.
        - Fix that minimal-responses does not remove addresses from a priming
          query response.

21 October 2020: George
        - Fix #327: net/if.h check fails on some darwin versions; contribution by
          Joshua Root.
        - Fix #320: potential memory corruption due to size miscomputation upton
          custom region alloc init.

21 October 2020: Wouter
        - Merge PR #228 : infra-keep-probing option to probe hosts that are
          down.  Add infra-keep-probing: yes option. Hosts that are down are
          probed more frequently.
          With the option turned on, it probes about every 120 seconds,
          eventually after exponential backoff, and that keeps that way. If
          traffic keeps up for the domain. It probes with one at a time, eg.
          one query is allowed to probe, other queries within that 120 second
          interval are turned away.

19 October 2020: George
        - Merge PR #324 from James Renken: Add modern X.509v3 extensions to
          unbound-control TLS certificates.
        - Fix for PR #324 to attach the x509v3 extensions to the client
          certificate.

19 October 2020: Ralph
        - local-zone regional allocations outside of chunk

19 October 2020: Wouter
        - Fix that http settings have colon in set_option, for
          http-endpoint, http-max-streams, http-query-buffer-size,
          http-response-buffer-size, and http-nodelay.
        - Fix memory leak of https port string when reading config.
        - Fix #330: [Feature request] Add unencrypted DNS over HTTPS support.
          This adds the option http-notls-downstream: yesno to change that,
          and the dohclient test code has the -n option.
        - Fix python documentation warning on functions.rst inplace_cb_reply.
        - Fix dnstap test to wait for log timer to see if queries are logged.
        - Log ip address when http session recv fails, eg. due to tls fail.
        - Fix to set the tcp handler event toggle flag back to default when
          the handler structure is reused.
        - Clean the fix for out of order TCP processing limits on number
          of queries.  It was tested to work.

16 October 2020: Wouter
        - Fix that the out of order TCP processing does not limit the
          number of outstanding queries over a connection.

15 October 2020: George
        - Fix that if there are reply callbacks for the given rcode, those
          are called per reply and a new message created if that was modified
          by the call.
        - Pass the comm_reply information to the inplace_cb_reply* functions
          during the mesh state and update the documentation on that.

15 October 2020: Wouter
        - Merge PR #326 from netblue30: DoH: implement content-length
          header field
        - DoH content length, simplify code, remove declaration after
          statement and fix cast warning.

14 October 2020: Wouter
        - Fix for python reply callback to see mesh state reply_list member,
          it only removes it briefly for the commpoint call so that it does
          not drop it and attempt to modify the reply list during reply.
        - Fix that if there are on reply callbacks, those are called per
          reply and a new message created if that was modified by the call.
        - Free up auth zone parse region after use for lookup of host

13 October 2020: Wouter
        - Fix #323: unbound testsuite fails on mock build in systemd-nspawn
          if systemd support is build.

9 October 2020: Wouter
        - Fix dnstap socket and the chroot not applied properly to the dnstap
          socket path.
        - Fix warning in libnss compile, nss_buf2dsa is not used without DSA.

8 October 2020: Wouter
        - Tag for 1.12.0 release.
        - Current repo is version 1.12.1 in development.
        - Fix #319: potential memory leak on config failure, in rpz config.

1 October 2020: Wouter
        - Current repo is version 1.12.0 for release.  Tag for 1.12.0rc1.

30 September 2020: Wouter
        - Fix doh tests when not compiled in.
        - Add dohclient test executable to gitignore.
        - Fix stream_ssl, ssl_req_order and ssl_req_timeout tests for
          alloc check debug output.
        - Easier kill of unbound-dnstap-socket tool in test.
        - Fix memory leak of edns tags at libunbound context delete.
        - Fix double loopexit for unbound-dnstap-socket after sigterm.

29 September 2020: Ralph
        - DNS Flag Day 2020: change edns-buffer-size default to 1232.

28 September 2020: Wouter
        - Fix unit test for dnstap changes, so that it waits for the timer.

23 September 2020: Wouter
        - Fix #305: dnstap logging significantly affects unbound performance
          (regression in 1.11).
        - Fix #305: only wake up thread when threshold reached.
        - Fix to ifdef fptr wlist item for dnstap.

23 September 2020: Ralph
        - Fix edns-client-tags get_option typo
        - Add edns-client-tag-opcode option
        - Use inclusive language in configuration

21 September 2020: Ralph
        - Fix #304: dnstap logging not recovering after dnstap process restarts

21 September 2020: Wouter
        - Merge PR #311 by luismerino: Dynlibmod leak.
        - Error message is logged for dynlibmod malloc failures.
        - iana portlist updated.

18 September 2020: Wouter
        - Fix that prefer-ip4 and prefer-ip6 can be get and set with
          unbound-control, with libunbound and the unbound-checkconf option
          output function.
        - iana portlist updated.

15 September 2020: George
        - Introduce test for statistics.

15 September 2020: Wouter
        - Spelling fix.

11 September 2020: Wouter
        - Remove x file mode on ipset/ipset.c and h files.

9 September 2020: Wouter
        - Fix num.expired statistics output.

31 August 2020: Wouter
        - Merge PR #293: Add missing prototype.  Also refactor to use the new
          shorthand function to clean up the code.
        - Refactor to use sock_strerr shorthand function.
        - Fix #296: systemd nss-lookup.target is reached before unbound can
          successfully answer queries. Changed contrib/unbound.service.in.

27 August 2020: Wouter
        - Similar to NSD PR#113, implement that interface names can be used,
          eg. something like interface: eth0 is resolved at server start and
          uses the IP addresses for that named interface.
        - Review fix, doxygen and assign null in case of error free.

26 August 2020: George
        - Update documentation in python example code.

24 August 2020: Wouter
        - Fix that dnstap reconnects do not spam the log with the repeated
          attempts.  Attempts on the timer are only logged on high verbosity,
          if they produce a connection failure error.
        - Fix to apply chroot to dnstap-socket-path, if chroot is enabled.
        - Change configure to use EVP_sha256 instead of HMAC_Update for
          openssl-3.0.0.

20 August 2020: Ralph
        - Fix stats double count issue (#289).

13 August 2020: Ralph
        - Create and init edns tags data for libunbound.

10 August 2020: Ralph
        - Merge (modified) PR #277, use EVP_MAC_CTX_set_params if available,
          by Vít#zslav #í#ek.

10 August 2020: Wouter
        - Fix #287: doc typo: "Additionaly".
        - Rerun autoconf

6 August 2020: Wouter
        - Merge PR #284 and Fix #246: Remove DLV entirely from Unbound.
          The DLV has been decommisioned and in unbound 1.5.4, in 2015, there
          was advise to stop using it.  The current code base does not contain
          DLV code any more.  The use of dlv options displays a warning.

5 August 2020: Wouter
        - contrib/aaaa-filter-iterator.patch file renewed diff content to
          apply cleanly to the current coderepo for the current code version.

5 August 2020: Ralph
        - Merge PR #272: Add EDNS client tag functionality.

4 August 2020: George
        - Improve error log message when inserting rpz RR.
        - Merge PR #280, Make tvOS & watchOS checks verify truthiness as well as
          definedness, by Felipe Gasper.

4 August 2020: Wouter
        - Fix mini_event.h on OpenBSD cannot find fd_set.

31 July 2020: Wouter
        - Fix doxygen comment for no ssl for tls session ticket key callback
          routine.

27 July 2020: George
        - Merge PR #268, draft-ietf-dnsop-serve-stale-10 has become RFC 8767 on
          March 2020, by and0x000.

27 July 2020: Ralph
        - Merge PR #269, Fix python module len() implementations, by Torbjörn
          Lönnemark

27 July 2020: Wouter
        - branch now named 1.11.1.  1.11.0rc1 became the 1.11.0 release.
        - Merge PR #270 from cgzones: munin plugin: always exit 0 in autoconf

20 July 2020: Wouter
        - Fix streamtcp to print packet data to stdout.  This makes the
          stdout and stderr not mix together lines, when parsing its output.
        - Fix contrib/fastrpz.patch to apply cleanly.  It fixes for changes
          due to added libdynmod, but it does not compile, it conflicts with
          new rpz code.
        - branch now named 1.11.0 and 1.11.0rc1 tag.

17 July 2020: Wouter
        - Fix libnettle compile for session ticket key callback function
          changes.
        - Fix lock dependency cycle in rpz zone config setup.

17 July 2020: Ralph
        - Merge PR #234 - Ensure proper alignment of cmsg buffers by Jérémie
          Courrèges-Anglas.
        - Fix PR #234 log_assert sizeof to use union buffer.

16 July 2020: Wouter
        - Fix check conf test for referencing installation paths.
        - Fix unused variable warning for clang analyzer.

16 July 2020: George
        - Introduce 'include-toplevel:' configuration option.

16 July 2020: Ralph
        - Add bidirectional frame streams support.

8 July 2020: Wouter
        - Fix add missing DSA header, for compilation without deprecated
          OpenSSL APIs.
        - Fix to use SSL_CTX_set_tlsext_ticket_key_evp_cb in OpenSSL
          3.0.0-alpha4.
        - Longer keys for the test set, this avoids weak crypto errors.

7 July 2020: Wouter
        - Fix #259: Fix unbound-checkconf does not check view existence.
          unbound-checkconf checks access-control-view, access-control-tags,
          access-control-tag-actions and access-control-tag-datas.
        - Fix offset of error printout for access-control-tag-datas.
        - Review fixes for checkconf #259 change.

6 July 2020: Wouter
        - run_vm cleanup better and removes trailing slash on single argument.

29 June 2020: Wouter
        - Move reply list clean for serve expired mesh callback to after
          the reply is sent, so that script callbacks have reply_info.
        - Also move reply list clean for mesh callbacks to the scrip callback
          can see the reply_info.
        - Fix for mesh accounting if the reply list already empty to begin
          with.
        - Fix for mesh accounting when rpz decides to drop a reply with a
          tcp stream waiting for it.
        - Review fix for number of detached states due to use of variable
          after end of loop.
        - Fix tcp req info drop due to size call into mesh accounting
          removal of mesh state during mesh send reply.

24 June 2020: Wouter
        - iana portlist updated.
        - doxygen file comments for dynlibmodule.

17 June 2020: Wouter
        - Fix default explanation in man page for qname-minimisation-strict.
        - Fix display of event loop method with libev.

8 June 2020: Wouter
        - Mention tls name possible when tls is enabled for stub-addr in the
          man page.

27 May 2020: George
        - Merge PR #241 by Robert Edmonds: contrib/libunbound.pc.in: Do not use
          "Requires:".

25 May 2020: George
        - Update contrib/aaaa-filter-iterator.patch for the recent
          generate_sub_request() change and to apply cleanly.

21 May 2020: George
        - Fix for integer overflow when printing RDF_TYPE_TIME.

19 May 2020: Wouter
        - CVE-2020-12662 Unbound can be tricked into amplifying an incoming
          query into a large number of queries directed to a target.
        - CVE-2020-12663 Malformed answers from upstream name servers can be
          used to make Unbound unresponsive.
        - Release 1.10.1 is 1.10.0 with fixes, code repository continues,
          including those fixes, towards the next release.  Configure has
          version 1.10.2 version number in it.
        - For PR #93: windows compile warnings removal
        - windows compile warnings removal for ip dscp option code.
        - For PR #93: unit test for dynlib module.

18 May 2020: Wouter
        - For PR #93: dynlibmod can handle reloads and deinit and inits again,
          with dlclose and dlopen of the library again.  Also for multiple
          modules.  Fix memory leak by not closing dlopened content.  Fix
          to allow one dynlibmod instance by unbound-checkconf.
        - For PR #93: checkconf allows multiple dynlib in module-config, for
          a couple cases.
        - For PR #93: checkconf allows python dynlib in module-config, for
          a couple cases.
        - For PR #93: man page spelling reference fix.
        - For PR #93: fix link of other executables for dynlibmod dependency.

15 May 2020: Wouter
        - Merge PR #93: Add dynamic library support.
        - Fixed conflicts for PR #93 and make configure, yacc, lex.
        - For PR #93: Fix warnings for dynlibmodule.

15 May 2020: Ralph
        - Cache ECS answers with longest scope of CNAME chain.

22 April 2020: George
        - Explicitly use 'rrset-roundrobin: no' for test cases.

21 April 2020: Wouter
        - Merge #225 from akhait: KSK-2010 has been revoked. It removes the
          KSK-2010 from the default list in unbound-anchor, now that the
          revocation period is over.  KSK-2017 is the only trust anchor in
          the shipped default now.

21 April 2020: George
        - Change default value for 'rrset-roundrobin' to yes.
        - Fix tests for new rrset-roundrobin default.

20 April 2020: Wouter
        - Fix #222: --enable-rpath, fails to rpath python lib.
        - Fix for count of reply states in the mesh.
        - Remove unneeded was_mesh_reply check.

17 April 2020: George
        - Add SNI support on more TLS connections (fixes #193).
        - Add SNI support to unbound-anchor.

16 April 2020: George
        - Add doxygen documentation for DSCP.

16 April 2020: Wouter
        - Fix help return code in unbound-control-setup script.
        - Fix for posix shell syntax for trap in nsd-control-setup.
        - Fix for posix shell syntax for trap in run_msg.sh test script.

15 April 2020: George
        - Fix #220: auth-zone section in config may lead to segfault.

7 April 2020: Wouter
        - Merge PR #214 from gearnode: unbound-control-setup recreate
          certificates.  With the -r option the certificates are created
          again, without it, only the files that do not exist are created.

6 April 2020: Ralph
        - Keep track of number of timeouts. Use this counter to determine if
          capsforid fallback should be started.

6 April 2020: George
        - More documentation for redis-expire-records option.

1 April 2020: George
        - Merge PR #206: Redis TTL, by Talkabout.

30 March 2020: Wouter
        - Merge PR #207: Clarify if-automatic listens on 0.0.0.0 and ::
        - Merge PR #208: Fix uncached CLIENT_RESPONSE'es on stateful
          transports.

27 March 2020: Wouter
        - Merge PR #203 from noloader: Update README-Travis.md with current
          procedures.

27 March 2020: Ralph
        - Make unbound-control error returned on missing domain name more user
          friendly.

26 March 2020: Ralph
        - Fix RPZ concurrency issue when using auth_zone_reload.

25 March 2020: George
        - Merge PR #201 from noloader: Fix OpenSSL cross-compaile warnings.
        - Fix on #201.

24 March 2020: Wouter
        - Merge PR #200 from yarikk: add ip-dscp option to specify the DSCP
          tag for outgoing packets.
        - Fixes on #200.
        - Travis fix for ios by omitting tools from install.

23 March 2020: Wouter
        - Fix compile on Solaris for unbound-checkconf.

20 March 2020: George
        - Merge PR #198 from fobser: Declare lz_enter_rr_into_zone() static, it's
          only used in this file.

20 March 2020: Wouter
        - Merge PR #197 from fobser: Make log_ident_revert_to_default() a
          proper prototype.

19 March 2020: Ralph
        - Merge PR#191: Update iOS testing on Travis, by Jeffrey Walton.
        - Fix #158: open tls-session-ticket-keys as binary, for Windows. By
          Daisuke HIGASHI.
        - Merge PR#134, Allow the kernel to provide random source ports. By
          Florian Obser.
        - Log warning when using outgoing-port-permit and outgoing-port-avoid
          while explicit port randomisation is disabled.
        - Merge PR#194: Add libevent testing to Travis, by Jeffrey Walton.
        - Fix .travis.yml error, missing 'env' option.

16 March 2020: Wouter
        - Fix #192: In the unbound-checkconf tool, the module config of
          dns64 subnetcache respip validator iterator is whitelisted, it was
          reported it seems to work.

12 March 2020: Wouter
        - Fix compile of test tools without protobuf.

11 March 2020: Ralph
        - Add check to make sure RPZ records are subdomains of configured
          zone origin.

11 March 2020: George
        - Fix #189: mini_event.h:142:17: error: field 'ev_timeout' has incomplete
          type, by noloader.
        - Changelog entry for (Fix #189, Merge PR #190).

11 March 2020: Wouter
        - Fix #188: unbound-control.c:882:6: error: 'execlp' is
          unavailable: not available on tvOS.

6 March 2020: George
        - Merge PR #186, fix #183: Fix unrecognized 'echo -n' option on OS X, by
          noloader

5 March 2020: Wouter
        - Fix PR #182 from noloader: Add iOS testing to Travis.

4 March 2020: Ralph
        - Update README-Travis.md (from PR #179), by Jeffrey Walton.

4 March 2020: George
        - Merge PR #181 from noloader: Fix OpenSSL -pie warning on Android.

4 March 2020: Wouter
        - Merge PR #180 from noloader: Avoid calling exit in Travis script.

3 March 2020: George
        - Upgrade config.guess(2020-01-01) and config.sub(2020-01-01).

2 March 2020: Ralph
        - Fix #175, Merge PR #176: fix link error when OpenSSL is configured
          with no-engine, thanks noloader.

2 March 2020: George
        - Fix compiler warning in dns64/dns64.c
        - Merge PR #174: Add Android to Travis testing, by noloader.
        - Move android build scripts to contrib/ and allow android tests to fail.

2 March 2020: Wouter
        - Fix #177: dnstap does not build on macOS.

28 February 2020: Ralph
        - Merge PR #172: Add IBM s390x arch for testing, by noloader.

28 February 2020: Wouter
        - Merge PR #173: updated makedist.sh for config.guess and
          config.sub and sha256 digest for gpg, by noloader.
        - Merge PR #164: Framestreams, this branch implements dnstap
          unidirectional connectivity in unbound. This has a number of
          new features.

          The dependency on libfstrm is removed. The fstrm protocol code
          resides in dnstap/dnstap_fstrm.h and dnstap/dnstap_fstrm.c. This
          contains a brief definition of what unbound needs.

          The make unbound-dnstap-socket builds a debug tool,
          unbound-dnstap-socket. It can listen, accept multiple DNSTAP
          streams and print information. Commandline options control it.

          Unbound can reconnect if the unix domain socket file socket is
          closed. This uses exponential backoff after which it uses a
          one second timer to throttle cpu down. There is also support
          to use TCP and TLS for connecting to the log server. There
          are new config options to turn them on, in the dnstap section
          in the man page and example config file. dnstap-ip with IP
          address of server for TCP or TLS use. dnstap-tls to turn
          on TLS. And dnstap-tls-server-name, dnstap-tls-cert-bundle,
          dnstap-tls-client-key-file and dnstap-tls-client-cert-file
          to configure the certificates for server authentication and
          client authentication, or leave at "" to not use that.

27 February 2020: George
        - Merge PR #171: Add additional compilers and platforms to Travis
          testing, by noloader.

27 February 2020: Wouter
        - Fix #169: Fix warning for daemon/remote.c output may be truncated
          from snprintf.
        - Fix #170: Fix gcc undefined sanitizer signed integer overflow
          warning in signature expiry RFC1982 serial number arithmetic.
        - Fix more undefined sanitizer issues, in respip copy_rrset null
          dname, and in the client_info_compare routine for null memcmp.

26 February 2020: Wouter
        - iana portlist updated.

25 February 2020: Wouter
        - Fix #165: Add prefer-ip4: yesno config option to prefer ipv4 for
          using ipv4 filters, because the hosts ip6 netblock /64 is not owned
          by one operator, and thus reputation is shared.

24 February 2020: George
        - Merge PR #166: Fix typo in unbound.service.in, by glitsj16.

20 February 2020: Wouter
        - Updated contrib/unbound_smf23.tar.gz with Solaris SMF service for
          Unbound from Yuri Voinov.
        - master branch has 1.10.1 version.

18 February 2020: Wouter
        - protect X509_CHECK_FLAG_NO_PARTIAL_WILDCARDS with ifdef for
          different openssl versions.

17 February 2020: Wouter
        - changelog point where the tag for 1.10.0rc2 release is.  And with
          the unbound_smf23 commit added to it, that is the 1.10.0 release.

17 February 2020: Ralph
        - Add respip to supported module-config options in unbound-checkconf.

17 February 2020: George
        - Remove unused variable.

17 February 2020: Wouter
        - contrib/drop2rpz: perl script that converts the Spamhaus DROP-List
          in RPZ-Format, contributed by Andreas Schulze.

14 February 2020: Wouter
        - Fix spelling in unbound.conf.5.in.
        - Stop unbound-checkconf from insisting that auth-zone and rpz
          zonefiles have to exist.  They can not exist, and download later.

13 February 2020: Wouter
        - tag for 1.10.0rc1 release.

12 February 2020: Wouter
        - Fix with libnettle make test with dsa disabled.
        - Fix contrib/fastrpz.patch to apply cleanly.  Fix for serve-stale
          fixes, but it does not compile, conflicts with new rpz code.
        - Fix to clean memory leak of respip_addr.lock when ip_tree deleted.
        - Fix compile warning when threads disabled.
        - updated version number to 1.10.0.

10 February 2020: George
        - Document 'ub_result.was_ratelimited' in libunbound.
        - Fix use after free on log-identity after a reload; Fixes #163.

6 February 2020: George
        - Fix num_reply_states and num_detached_states counting with
          serve_expired_callback.
        - Cleaner code in mesh_serve_expired_lookup.
        - Document in unbound.conf manpage that configuration clauses can be
          repeated in the configuration file.

6 February 2020: Wouter
        - Fix num_reply_addr counting in mesh and tcp drop due to size
          after serve_stale commit.
        - Fix to create and destroy rpz_lock in auth_zones structure.
        - Fix to lock zone before adding rpz qname trigger.
        - Fix to lock and release once in mesh_serve_expired_lookup.
        - Fix to put braces around empty if body when threading is disabled.

5 February 2020: George
        - Added serve-stale functionality as described in
          draft-ietf-dnsop-serve-stale-10. `serve-expired-*` options can be used
          to configure the behavior.
        - Updated cachedb to honor `serve-expired-ttl`; Fixes #107.
        - Renamed statistic `num.zero_ttl` to `num.expired` as expired replies
          come with a configurable TTL value (`serve-expired-reply-ttl`).
        - Fixed stats when replying with cached, cname-aliased records.
        - Added missing default values for redis cachedb backend.

3 February 2020: Ralph
        - Add assertion to please static analyzer

31 January 2020: Wouter
        - Fix fclose on error in TLS session ticket code.

30 January 2020: Ralph
        - Fix memory leak in error condition remote.c
        - Fix double free in error condition view.c
        - Fix memory leak in do_auth_zone_transfer on success
        - Merge RPZ support into master. Only QNAME and Response IP triggers are
          supported.
        - Stop working on socket when socket() call returns an error.
        - Check malloc return values in TLS session ticket code

30 January 2020: Wouter
        - Fix subnet tests for disabled DSA algorithm by default.
        - Update contrib/fastrpz.patch for clean diff with current code.
        - Merge PR#151: Fixes for systemd units, by Maryse47, Edmonds
          and Frzk.  Updates the unbound.service systemd file and adds
          a portable systemd service file.
        - updated .gitignore for added contrib file.
        - Add build rule for ipset to Makefile
        - Add getentropy_freebsd.o to Makefile dependencies.

29 January 2020: Ralph
        - Merge PR#156 from Alexander Berkes; Added unbound-control
          view_local_datas_remove command.

29 January 2020: Wouter
        - Fix #157: undefined reference to `htobe64'.

28 January 2020: Ralph
        - Merge PR#147; change rfc reference for reserved top level dns names.

28 January 2020: Wouter
        - iana portlist updated.
        - Fix to silence the tls handshake errors for broken pipe and reset
          by peer, unless verbosity is set to 2 or higher.

27 January 2020: Ralph
        - Merge PR#154; Allow use of libbsd functions with configure option
          --with-libbsd. By Robert Edmonds and Steven Chamberlain.
        - Merge PR#148; Add some TLS stats to unbound_munin_. By Fredrik Pettai.

27 January 2020: Wouter
        - Merge PR#155 from Robert Edmonds: contrib/libunbound.pc.in: Fixes
          to Libs/Requires for crypto library dependencies.
        - Fix #153: Disable validation for DSA algorithms.  RFC 8624
          compliance.

23 January 2020: Wouter
        - Merge PR#150 from Frzk: Systemd unit without chroot.  It add
          contrib/unbound_nochroot.service.in, a systemd file for use with
          chroot: "", see comments in the file, it uses systemd protections
          instead.

14 January 2020: Wouter
        - Removed the dnscrypt_queries and dnscrypt_queries_chacha tests,
          because dnscrypt-proxy (2.0.36) does not support the test setup
          any more, and also the config file format does not seem to have
          the appropriate keys to recreate that setup.
        - Fix crash after reload where a stats lookup could reference old key
          cache and neg cache structures.
        - Fix for memory leak when edns subnet config options are read when
          compiled without edns subnet support.
        - Fix auth zone support for NSEC3 records without salt.

10 January 2020: Wouter
        - Fix the relationship between serve-expired and prefetch options,
          patch from Saksham Manchanda from Secure64.
        - Fix unreachable code in ssl set options code.

8 January 2020: Ralph
        - Fix #138: stop binding pidfile inside chroot dir in systemd service
          file.

8 January 2020: Wouter
        - Fix 'make test' to work for --disable-sha1 configure option.
        - Fix out-of-bounds null-byte write in sldns_bget_token_par while
          parsing type WKS, reported by Luis Merino from X41 D-Sec.
        - Updated sldns_bget_token_par fix for also space for the zero
          delimiter after the character.  And update for more spare space.

6 January 2020: George
        - Downgrade compat/getentropy_solaris.c to version 1.4 from OpenBSD.
          The dl_iterate_phdr() function introduced in newer versions raises
          compilation errors on solaris 10.
        - Changes to compat/getentropy_solaris.c for,
          ifdef stdint.h inclusion for older systems.
          ifdef sha2.h inclusion for older systems.

6 January 2020: Wouter
        - Merge #135 from Florian Obser: Use passed in neg and key cache
          if non-NULL.
        - Fix #140: Document slave not downloading new zonefile upon update.

16 December 2019: George
        - Update mailing list URL.

12 December 2019: Ralph
        - Master is 1.9.7 in development.
        - Fix typo to let serve-expired-ttl work with ub_ctx_set_option(), by
          Florian Obser

10 December 2019: Wouter
        - Fix to make auth zone IXFR to fallback to AXFR if a single
          response RR is received over TCP with the SOA in it.

diffstat:

 external/bsd/unbound/dist/.github/FUNDING.yml                                                      |     2 +
 external/bsd/unbound/dist/.travis.yml                                                              |   342 +-
 external/bsd/unbound/dist/Makefile.in                                                              |   799 +-
 external/bsd/unbound/dist/README-Travis.md                                                         |   278 +
 external/bsd/unbound/dist/README.md                                                                |     4 +-
 external/bsd/unbound/dist/aclocal.m4                                                               |   117 +-
 external/bsd/unbound/dist/acx_nlnetlabs.m4                                                         |    95 +-
 external/bsd/unbound/dist/acx_python.m4                                                            |    11 +-
 external/bsd/unbound/dist/cachedb/cachedb.c                                                        |   100 +-
 external/bsd/unbound/dist/cachedb/cachedb.h                                                        |     2 +-
 external/bsd/unbound/dist/cachedb/redis.c                                                          |    59 +-
 external/bsd/unbound/dist/compat/getentropy_solaris.c                                              |    66 +-
 external/bsd/unbound/dist/config.h.in                                                              |    77 +-
 external/bsd/unbound/dist/configure                                                                |   714 +-
 external/bsd/unbound/dist/configure.ac                                                             |   384 +-
 external/bsd/unbound/dist/contrib/README                                                           |     8 +-
 external/bsd/unbound/dist/contrib/aaaa-filter-iterator.patch                                       |   178 +-
 external/bsd/unbound/dist/contrib/android/15-android.conf                                          |    37 +
 external/bsd/unbound/dist/contrib/android/install_expat.sh                                         |    51 +
 external/bsd/unbound/dist/contrib/android/install_ndk.sh                                           |    60 +
 external/bsd/unbound/dist/contrib/android/install_openssl.sh                                       |    44 +
 external/bsd/unbound/dist/contrib/android/install_tools.sh                                         |     6 +
 external/bsd/unbound/dist/contrib/android/setenv_android.sh                                        |   203 +
 external/bsd/unbound/dist/contrib/drop2rpz                                                         |    39 +
 external/bsd/unbound/dist/contrib/fastrpz.patch                                                    |   156 +-
 external/bsd/unbound/dist/contrib/ios/15-ios.conf                                                  |    41 +
 external/bsd/unbound/dist/contrib/ios/install_expat.sh                                             |    56 +
 external/bsd/unbound/dist/contrib/ios/install_openssl.sh                                           |    52 +
 external/bsd/unbound/dist/contrib/ios/install_tools.sh                                             |     8 +
 external/bsd/unbound/dist/contrib/ios/openssl.patch                                                |    48 +
 external/bsd/unbound/dist/contrib/ios/setenv_ios.sh                                                |   274 +
 external/bsd/unbound/dist/contrib/libunbound.pc.in                                                 |     7 +-
 external/bsd/unbound/dist/contrib/metrics.awk                                                      |   180 +
 external/bsd/unbound/dist/contrib/unbound.service.in                                               |    72 +-
 external/bsd/unbound/dist/contrib/unbound_munin_                                                   |     9 +-
 external/bsd/unbound/dist/contrib/unbound_portable.service.in                                      |    49 +
 external/bsd/unbound/dist/contrib/unbound_smf23.tar.gz                                             |   Bin 
 external/bsd/unbound/dist/daemon/acl_list.c                                                        |     2 +-
 external/bsd/unbound/dist/daemon/daemon.c                                                          |    41 +-
 external/bsd/unbound/dist/daemon/daemon.h                                                          |     2 +
 external/bsd/unbound/dist/daemon/remote.c                                                          |   154 +-
 external/bsd/unbound/dist/daemon/stats.c                                                           |    16 +-
 external/bsd/unbound/dist/daemon/unbound.c                                                         |    90 +-
 external/bsd/unbound/dist/daemon/worker.c                                                          |   242 +-
 external/bsd/unbound/dist/dns64/dns64.c                                                            |    45 +-
 external/bsd/unbound/dist/dnscrypt/dnscrypt.m4                                                     |     2 +-
 external/bsd/unbound/dist/dnstap/dnstap.c                                                          |    96 +-
 external/bsd/unbound/dist/dnstap/dnstap.h                                                          |    25 +-
 external/bsd/unbound/dist/dnstap/dnstap.m4                                                         |    11 +-
 external/bsd/unbound/dist/dnstap/dnstap_fstrm.c                                                    |   236 +
 external/bsd/unbound/dist/dnstap/dnstap_fstrm.h                                                    |   194 +
 external/bsd/unbound/dist/dnstap/dtstream.c                                                        |  2184 ++
 external/bsd/unbound/dist/dnstap/dtstream.h                                                        |   354 +
 external/bsd/unbound/dist/dnstap/unbound-dnstap-socket.c                                           |  1563 +
 external/bsd/unbound/dist/doc/Changelog                                                            |   915 +
 external/bsd/unbound/dist/doc/FEATURES                                                             |     1 +
 external/bsd/unbound/dist/doc/README                                                               |     2 +-
 external/bsd/unbound/dist/doc/TODO                                                                 |     1 -
 external/bsd/unbound/dist/doc/example.conf.in                                                      |   220 +-
 external/bsd/unbound/dist/doc/libunbound.3.in                                                      |    11 +-
 external/bsd/unbound/dist/doc/unbound-anchor.8.in                                                  |     5 +-
 external/bsd/unbound/dist/doc/unbound-checkconf.8.in                                               |     2 +-
 external/bsd/unbound/dist/doc/unbound-control.8.in                                                 |    35 +-
 external/bsd/unbound/dist/doc/unbound-host.1.in                                                    |     2 +-
 external/bsd/unbound/dist/doc/unbound.8.in                                                         |     4 +-
 external/bsd/unbound/dist/doc/unbound.conf.5.in                                                    |   498 +-
 external/bsd/unbound/dist/doc/unbound.doxygen                                                      |     6 +-
 external/bsd/unbound/dist/dynlibmod/dynlibmod.c                                                    |   306 +
 external/bsd/unbound/dist/dynlibmod/dynlibmod.h                                                    |   139 +
 external/bsd/unbound/dist/dynlibmod/examples/helloworld.c                                          |   132 +
 external/bsd/unbound/dist/edns-subnet/subnetmod.c                                                  |    31 +-
 external/bsd/unbound/dist/edns-subnet/subnetmod.h                                                  |     7 +
 external/bsd/unbound/dist/install-sh                                                               |    25 +-
 external/bsd/unbound/dist/iterator/iter_delegpt.c                                                  |    51 +-
 external/bsd/unbound/dist/iterator/iter_delegpt.h                                                  |    28 +-
 external/bsd/unbound/dist/iterator/iter_scrub.c                                                    |    24 +-
 external/bsd/unbound/dist/iterator/iter_utils.c                                                    |    61 +-
 external/bsd/unbound/dist/iterator/iterator.c                                                      |   166 +-
 external/bsd/unbound/dist/iterator/iterator.h                                                      |    17 +-
 external/bsd/unbound/dist/libunbound/context.c                                                     |     6 +-
 external/bsd/unbound/dist/libunbound/libunbound.c                                                  |    16 +
 external/bsd/unbound/dist/libunbound/libworker.c                                                   |    33 +-
 external/bsd/unbound/dist/pythonmod/doc/examples/example6.rst                                      |     7 -
 external/bsd/unbound/dist/pythonmod/doc/modules/config.rst                                         |     8 -
 external/bsd/unbound/dist/pythonmod/doc/modules/functions.rst                                      |     5 +-
 external/bsd/unbound/dist/pythonmod/examples/avahi-resolver.py                                     |     2 +
 external/bsd/unbound/dist/pythonmod/examples/inplace_callbacks.py                                  |    30 +-
 external/bsd/unbound/dist/pythonmod/interface.i                                                    |    62 +-
 external/bsd/unbound/dist/pythonmod/pythonmod.h                                                    |     4 +-
 external/bsd/unbound/dist/pythonmod/pythonmod_utils.c                                              |     1 +
 external/bsd/unbound/dist/pythonmod/pythonmod_utils.h                                              |     3 +-
 external/bsd/unbound/dist/respip/respip.c                                                          |   362 +-
 external/bsd/unbound/dist/respip/respip.h                                                          |    97 +-
 external/bsd/unbound/dist/services/authzone.c                                                      |   157 +-
 external/bsd/unbound/dist/services/authzone.h                                                      |    16 +-
 external/bsd/unbound/dist/services/cache/dns.c                                                     |   133 +-
 external/bsd/unbound/dist/services/cache/dns.h                                                     |     7 +-
 external/bsd/unbound/dist/services/cache/infra.c                                                   |    28 +-
 external/bsd/unbound/dist/services/cache/infra.h                                                   |     2 +
 external/bsd/unbound/dist/services/cache/rrset.c                                                   |     2 +
 external/bsd/unbound/dist/services/listen_dnsport.c                                                |  1347 +-
 external/bsd/unbound/dist/services/listen_dnsport.h                                                |    77 +-
 external/bsd/unbound/dist/services/localzone.c                                                     |   327 +-
 external/bsd/unbound/dist/services/localzone.h                                                     |   122 +-
 external/bsd/unbound/dist/services/mesh.c                                                          |   526 +-
 external/bsd/unbound/dist/services/mesh.h                                                          |    33 +-
 external/bsd/unbound/dist/services/modstack.c                                                      |     9 +
 external/bsd/unbound/dist/services/outside_network.c                                               |  1289 +-
 external/bsd/unbound/dist/services/outside_network.h                                               |   159 +-
 external/bsd/unbound/dist/services/rpz.c                                                           |  1061 +
 external/bsd/unbound/dist/services/rpz.h                                                           |   214 +
 external/bsd/unbound/dist/services/view.c                                                          |     2 -
 external/bsd/unbound/dist/sldns/parse.c                                                            |    11 +-
 external/bsd/unbound/dist/sldns/parseutil.c                                                        |   101 +-
 external/bsd/unbound/dist/sldns/parseutil.h                                                        |     5 +-
 external/bsd/unbound/dist/sldns/rrdef.h                                                            |     3 +-
 external/bsd/unbound/dist/sldns/str2wire.c                                                         |     4 +-
 external/bsd/unbound/dist/smallapp/unbound-anchor.c                                                |   102 +-
 external/bsd/unbound/dist/smallapp/unbound-checkconf.c                                             |   188 +-
 external/bsd/unbound/dist/smallapp/unbound-control-setup.sh.in                                     |   216 +-
 external/bsd/unbound/dist/smallapp/unbound-control.c                                               |   165 +-
 external/bsd/unbound/dist/smallapp/worker_cb.c                                                     |    19 +
 external/bsd/unbound/dist/testcode/delayer.c                                                       |   115 +-
 external/bsd/unbound/dist/testcode/do-tests.sh                                                     |     3 +
 external/bsd/unbound/dist/testcode/dohclient.c                                                     |   638 +
 external/bsd/unbound/dist/testcode/fake_event.c                                                    |    68 +-
 external/bsd/unbound/dist/testcode/perf.c                                                          |    25 +-
 external/bsd/unbound/dist/testcode/petal.c                                                         |     2 +
 external/bsd/unbound/dist/testcode/replay.h                                                        |    20 +-
 external/bsd/unbound/dist/testcode/run_vm.sh                                                       |    13 +-
 external/bsd/unbound/dist/testcode/streamtcp.c                                                     |    15 +-
 external/bsd/unbound/dist/testcode/testbound.c                                                     |    30 +-
 external/bsd/unbound/dist/testcode/testpkts.c                                                      |     2 +-
 external/bsd/unbound/dist/testcode/unitdname.c                                                     |    29 +
 external/bsd/unbound/dist/testcode/unitldns.c                                                      |    52 +
 external/bsd/unbound/dist/testcode/unitmain.c                                                      |    55 +
 external/bsd/unbound/dist/testdata/04-checkconf.tdir/bad.badfwd                                    |     1 +
 external/bsd/unbound/dist/testdata/04-checkconf.tdir/bad.dscp                                      |     5 +
 external/bsd/unbound/dist/testdata/04-checkconf.tdir/bad.include-toplevel.1                        |     3 +
 external/bsd/unbound/dist/testdata/04-checkconf.tdir/bad.include-toplevel.2                        |     5 +
 external/bsd/unbound/dist/testdata/04-checkconf.tdir/bad.include-toplevel.3                        |     6 +
 external/bsd/unbound/dist/testdata/04-checkconf.tdir/bad.include-toplevel.4                        |     7 +
 external/bsd/unbound/dist/testdata/04-checkconf.tdir/bad.include-toplevel.5                        |     8 +
 external/bsd/unbound/dist/testdata/04-checkconf.tdir/bad.include-toplevel.6                        |    10 +
 external/bsd/unbound/dist/testdata/04-checkconf.tdir/bad.include-toplevel.7                        |    11 +
 external/bsd/unbound/dist/testdata/04-checkconf.tdir/bad.user                                      |     2 +
 external/bsd/unbound/dist/testdata/04-checkconf.tdir/good.all                                      |     4 +
 external/bsd/unbound/dist/testdata/04-checkconf.tdir/good.include-toplevel                         |    16 +
 external/bsd/unbound/dist/testdata/04-checkconf.tdir/good.min                                      |     7 +
 external/bsd/unbound/dist/testdata/04-checkconf.tdir/include.include.withclauses.1                 |     1 +
 external/bsd/unbound/dist/testdata/04-checkconf.tdir/include.include.withclauses.2                 |     1 +
 external/bsd/unbound/dist/testdata/04-checkconf.tdir/include.include.withclauses.3                 |     1 +
 external/bsd/unbound/dist/testdata/04-checkconf.tdir/include.include.withoutclauses.1              |     1 +
 external/bsd/unbound/dist/testdata/04-checkconf.tdir/include.include.withoutclauses.2              |     1 +
 external/bsd/unbound/dist/testdata/04-checkconf.tdir/include.include.withoutclauses.3              |     1 +
 external/bsd/unbound/dist/testdata/04-checkconf.tdir/include.includetop.withclauses.1              |     1 +
 external/bsd/unbound/dist/testdata/04-checkconf.tdir/include.includetop.withclauses.2              |     1 +
 external/bsd/unbound/dist/testdata/04-checkconf.tdir/include.includetop.withclauses.3              |     1 +
 external/bsd/unbound/dist/testdata/04-checkconf.tdir/include.includetop.withoutclauses.1           |     1 +
 external/bsd/unbound/dist/testdata/04-checkconf.tdir/include.includetop.withoutclauses.2           |     1 +
 external/bsd/unbound/dist/testdata/04-checkconf.tdir/include.includetop.withoutclauses.3           |     1 +
 external/bsd/unbound/dist/testdata/04-checkconf.tdir/include.withclauses.1                         |     1 +
 external/bsd/unbound/dist/testdata/04-checkconf.tdir/include.withclauses.2                         |     1 +
 external/bsd/unbound/dist/testdata/04-checkconf.tdir/include.withclauses.3                         |     1 +
 external/bsd/unbound/dist/testdata/04-checkconf.tdir/include.withoutclauses.1                      |     1 +
 external/bsd/unbound/dist/testdata/04-checkconf.tdir/include.withoutclauses.2                      |     1 +
 external/bsd/unbound/dist/testdata/04-checkconf.tdir/include.withoutclauses.3                      |     1 +
 external/bsd/unbound/dist/testdata/04-checkconf.tdir/include.withsomeclauses.1                     |     1 +
 external/bsd/unbound/dist/testdata/04-checkconf.tdir/include.withsomeclauses.2                     |     1 +
 external/bsd/unbound/dist/testdata/04-checkconf.tdir/include.withsomeclauses.3                     |     1 +
 external/bsd/unbound/dist/testdata/09-unbound-control.tdir/bad_control.key                         |    50 +-
 external/bsd/unbound/dist/testdata/09-unbound-control.tdir/bad_control.pem                         |    29 +-
 external/bsd/unbound/dist/testdata/09-unbound-control.tdir/bad_server.key                          |    50 +-
 external/bsd/unbound/dist/testdata/09-unbound-control.tdir/bad_server.pem                          |    29 +-
 external/bsd/unbound/dist/testdata/09-unbound-control.tdir/unbound_control.key                     |    50 +-
 external/bsd/unbound/dist/testdata/09-unbound-control.tdir/unbound_control.pem                     |    29 +-
 external/bsd/unbound/dist/testdata/09-unbound-control.tdir/unbound_server.key                      |    50 +-
 external/bsd/unbound/dist/testdata/09-unbound-control.tdir/unbound_server.pem                      |    29 +-
 external/bsd/unbound/dist/testdata/10-unbound-anchor.tdir/keys/test_cert.pem                       |    26 +-
 external/bsd/unbound/dist/testdata/10-unbound-anchor.tdir/keys/unbound-control-setup               |     2 +-
 external/bsd/unbound/dist/testdata/10-unbound-anchor.tdir/keys/unbound_control.key                 |    56 +-
 external/bsd/unbound/dist/testdata/10-unbound-anchor.tdir/keys/unbound_control.pem                 |    29 +-
 external/bsd/unbound/dist/testdata/10-unbound-anchor.tdir/keys/unbound_server.key                  |    56 +-
 external/bsd/unbound/dist/testdata/10-unbound-anchor.tdir/keys/unbound_server.pem                  |    32 +-
 external/bsd/unbound/dist/testdata/auth_zonefile_dnssec_fail.rpl                                   |     4 +-
 external/bsd/unbound/dist/testdata/auth_zonefile_down.rpl                                          |   157 +-
 external/bsd/unbound/dist/testdata/autotrust_10key.rpl                                             |     1 -
 external/bsd/unbound/dist/testdata/autotrust_revtp.rpl                                             |     1 -
 external/bsd/unbound/dist/testdata/autotrust_revtp_read.rpl                                        |     1 -
 external/bsd/unbound/dist/testdata/black_data.rpl                                                  |     1 +
 external/bsd/unbound/dist/testdata/black_prime.rpl                                                 |     1 +
 external/bsd/unbound/dist/testdata/ctrl_itr.tdir/unbound_control.key                               |    50 +-
 external/bsd/unbound/dist/testdata/ctrl_itr.tdir/unbound_control.pem                               |    29 +-
 external/bsd/unbound/dist/testdata/ctrl_itr.tdir/unbound_server.key                                |    50 +-
 external/bsd/unbound/dist/testdata/ctrl_itr.tdir/unbound_server.pem                                |    29 +-
 external/bsd/unbound/dist/testdata/ctrl_pipe.tdir/unbound_control.key                              |    50 +-
 external/bsd/unbound/dist/testdata/ctrl_pipe.tdir/unbound_control.pem                              |    29 +-
 external/bsd/unbound/dist/testdata/ctrl_pipe.tdir/unbound_server.key                               |    50 +-
 external/bsd/unbound/dist/testdata/ctrl_pipe.tdir/unbound_server.pem                               |    29 +-
 external/bsd/unbound/dist/testdata/dnstap.tdir/dnstap.conf                                         |    40 +
 external/bsd/unbound/dist/testdata/dnstap.tdir/dnstap.dsc                                          |    16 +
 external/bsd/unbound/dist/testdata/dnstap.tdir/dnstap.post                                         |    16 +
 external/bsd/unbound/dist/testdata/dnstap.tdir/dnstap.pre                                          |    55 +
 external/bsd/unbound/dist/testdata/dnstap.tdir/dnstap.test                                         |    90 +
 external/bsd/unbound/dist/testdata/dnstap.tdir/dnstap.testns                                       |    22 +
 external/bsd/unbound/dist/testdata/dnstap.tdir/unbound_control.key                                 |    39 +
 external/bsd/unbound/dist/testdata/dnstap.tdir/unbound_control.pem                                 |    22 +
 external/bsd/unbound/dist/testdata/dnstap.tdir/unbound_server.key                                  |    39 +
 external/bsd/unbound/dist/testdata/dnstap.tdir/unbound_server.pem                                  |    22 +
 external/bsd/unbound/dist/testdata/dnstap_reconnect.tdir/dnstap_reconnect.conf                     |    40 +
 external/bsd/unbound/dist/testdata/dnstap_reconnect.tdir/dnstap_reconnect.dsc                      |    16 +
 external/bsd/unbound/dist/testdata/dnstap_reconnect.tdir/dnstap_reconnect.post                     |    18 +
 external/bsd/unbound/dist/testdata/dnstap_reconnect.tdir/dnstap_reconnect.pre                      |    55 +
 external/bsd/unbound/dist/testdata/dnstap_reconnect.tdir/dnstap_reconnect.test                     |    98 +
 external/bsd/unbound/dist/testdata/dnstap_reconnect.tdir/dnstap_reconnect.testns                   |    22 +
 external/bsd/unbound/dist/testdata/dnstap_reconnect.tdir/unbound_control.key                       |    39 +
 external/bsd/unbound/dist/testdata/dnstap_reconnect.tdir/unbound_control.pem                       |    22 +
 external/bsd/unbound/dist/testdata/dnstap_reconnect.tdir/unbound_server.key                        |    39 +
 external/bsd/unbound/dist/testdata/dnstap_reconnect.tdir/unbound_server.pem                        |    22 +
 external/bsd/unbound/dist/testdata/dnstap_tcp.tdir/dnstap_tcp.conf                                 |    42 +
 external/bsd/unbound/dist/testdata/dnstap_tcp.tdir/dnstap_tcp.dsc                                  |    16 +
 external/bsd/unbound/dist/testdata/dnstap_tcp.tdir/dnstap_tcp.post                                 |    23 +
 external/bsd/unbound/dist/testdata/dnstap_tcp.tdir/dnstap_tcp.pre                                  |    54 +
 external/bsd/unbound/dist/testdata/dnstap_tcp.tdir/dnstap_tcp.test                                 |    95 +
 external/bsd/unbound/dist/testdata/dnstap_tcp.tdir/dnstap_tcp.testns                               |    22 +
 external/bsd/unbound/dist/testdata/dnstap_tcp.tdir/unbound_control.key                             |    39 +
 external/bsd/unbound/dist/testdata/dnstap_tcp.tdir/unbound_control.pem                             |    22 +
 external/bsd/unbound/dist/testdata/dnstap_tcp.tdir/unbound_server.key                              |    39 +
 external/bsd/unbound/dist/testdata/dnstap_tcp.tdir/unbound_server.pem                              |    22 +
 external/bsd/unbound/dist/testdata/dnstap_tls.tdir/dnstap_tls.conf                                 |    42 +
 external/bsd/unbound/dist/testdata/dnstap_tls.tdir/dnstap_tls.dsc                                  |    16 +
 external/bsd/unbound/dist/testdata/dnstap_tls.tdir/dnstap_tls.post                                 |    23 +
 external/bsd/unbound/dist/testdata/dnstap_tls.tdir/dnstap_tls.pre                                  |    54 +
 external/bsd/unbound/dist/testdata/dnstap_tls.tdir/dnstap_tls.test                                 |    95 +
 external/bsd/unbound/dist/testdata/dnstap_tls.tdir/dnstap_tls.testns                               |    22 +
 external/bsd/unbound/dist/testdata/dnstap_tls.tdir/unbound_control.key                             |    39 +
 external/bsd/unbound/dist/testdata/dnstap_tls.tdir/unbound_control.pem                             |    22 +
 external/bsd/unbound/dist/testdata/dnstap_tls.tdir/unbound_server.key                              |    39 +
 external/bsd/unbound/dist/testdata/dnstap_tls.tdir/unbound_server.pem                              |    22 +
 external/bsd/unbound/dist/testdata/dnstap_tls_badcert.tdir/dnstap_tls_badcert.conf                 |    48 +
 external/bsd/unbound/dist/testdata/dnstap_tls_badcert.tdir/dnstap_tls_badcert.dsc                  |    16 +
 external/bsd/unbound/dist/testdata/dnstap_tls_badcert.tdir/dnstap_tls_badcert.post                 |    20 +
 external/bsd/unbound/dist/testdata/dnstap_tls_badcert.tdir/dnstap_tls_badcert.pre                  |    54 +
 external/bsd/unbound/dist/testdata/dnstap_tls_badcert.tdir/dnstap_tls_badcert.test                 |    51 +
 external/bsd/unbound/dist/testdata/dnstap_tls_badcert.tdir/dnstap_tls_badcert.testns               |    22 +
 external/bsd/unbound/dist/testdata/dnstap_tls_badcert.tdir/unbound_control.key                     |    39 +
 external/bsd/unbound/dist/testdata/dnstap_tls_badcert.tdir/unbound_control.pem                     |    22 +
 external/bsd/unbound/dist/testdata/dnstap_tls_badcert.tdir/unbound_server.key                      |    39 +
 external/bsd/unbound/dist/testdata/dnstap_tls_badcert.tdir/unbound_server.pem                      |    22 +
 external/bsd/unbound/dist/testdata/dnstap_tls_badname.tdir/dnstap_tls_badname.conf                 |    46 +
 external/bsd/unbound/dist/testdata/dnstap_tls_badname.tdir/dnstap_tls_badname.dsc                  |    16 +
 external/bsd/unbound/dist/testdata/dnstap_tls_badname.tdir/dnstap_tls_badname.post                 |    20 +
 external/bsd/unbound/dist/testdata/dnstap_tls_badname.tdir/dnstap_tls_badname.pre                  |    54 +
 external/bsd/unbound/dist/testdata/dnstap_tls_badname.tdir/dnstap_tls_badname.test                 |    51 +
 external/bsd/unbound/dist/testdata/dnstap_tls_badname.tdir/dnstap_tls_badname.testns               |    22 +
 external/bsd/unbound/dist/testdata/dnstap_tls_badname.tdir/unbound_control.key                     |    39 +
 external/bsd/unbound/dist/testdata/dnstap_tls_badname.tdir/unbound_control.pem                     |    22 +
 external/bsd/unbound/dist/testdata/dnstap_tls_badname.tdir/unbound_server.key                      |    39 +
 external/bsd/unbound/dist/testdata/dnstap_tls_badname.tdir/unbound_server.pem                      |    22 +
 external/bsd/unbound/dist/testdata/dnstap_tls_clientauth.tdir/dnstap_tls_clientauth.conf           |    46 +
 external/bsd/unbound/dist/testdata/dnstap_tls_clientauth.tdir/dnstap_tls_clientauth.dsc            |    16 +
 external/bsd/unbound/dist/testdata/dnstap_tls_clientauth.tdir/dnstap_tls_clientauth.post           |    20 +
 external/bsd/unbound/dist/testdata/dnstap_tls_clientauth.tdir/dnstap_tls_clientauth.pre            |    54 +
 external/bsd/unbound/dist/testdata/dnstap_tls_clientauth.tdir/dnstap_tls_clientauth.test           |    50 +
 external/bsd/unbound/dist/testdata/dnstap_tls_clientauth.tdir/dnstap_tls_clientauth.testns         |    22 +
 external/bsd/unbound/dist/testdata/dnstap_tls_clientauth.tdir/unbound_control.key                  |    39 +
 external/bsd/unbound/dist/testdata/dnstap_tls_clientauth.tdir/unbound_control.pem                  |    22 +
 external/bsd/unbound/dist/testdata/dnstap_tls_clientauth.tdir/unbound_server.key                   |    39 +
 external/bsd/unbound/dist/testdata/dnstap_tls_clientauth.tdir/unbound_server.pem                   |    22 +
 external/bsd/unbound/dist/testdata/dnstap_tls_peername.tdir/dnstap_tls_peername.conf               |    44 +
 external/bsd/unbound/dist/testdata/dnstap_tls_peername.tdir/dnstap_tls_peername.dsc                |    16 +
 external/bsd/unbound/dist/testdata/dnstap_tls_peername.tdir/dnstap_tls_peername.post               |    20 +
 external/bsd/unbound/dist/testdata/dnstap_tls_peername.tdir/dnstap_tls_peername.pre                |    54 +
 external/bsd/unbound/dist/testdata/dnstap_tls_peername.tdir/dnstap_tls_peername.test               |    50 +
 external/bsd/unbound/dist/testdata/dnstap_tls_peername.tdir/dnstap_tls_peername.testns             |    22 +
 external/bsd/unbound/dist/testdata/dnstap_tls_peername.tdir/unbound_control.key                    |    39 +
 external/bsd/unbound/dist/testdata/dnstap_tls_peername.tdir/unbound_control.pem                    |    22 +
 external/bsd/unbound/dist/testdata/dnstap_tls_peername.tdir/unbound_server.key                     |    39 +
 external/bsd/unbound/dist/testdata/dnstap_tls_peername.tdir/unbound_server.pem                     |    22 +
 external/bsd/unbound/dist/testdata/doh_downstream.tdir/doh_downstream.conf                         |    27 +
 external/bsd/unbound/dist/testdata/doh_downstream.tdir/doh_downstream.dsc                          |    16 +
 external/bsd/unbound/dist/testdata/doh_downstream.tdir/doh_downstream.post                         |    13 +
 external/bsd/unbound/dist/testdata/doh_downstream.tdir/doh_downstream.pre                          |    33 +
 external/bsd/unbound/dist/testdata/doh_downstream.tdir/doh_downstream.test                         |   339 +
 external/bsd/unbound/dist/testdata/doh_downstream.tdir/doh_downstream.testns                       |    74 +
 external/bsd/unbound/dist/testdata/doh_downstream.tdir/unbound_server.key                          |    15 +
 external/bsd/unbound/dist/testdata/doh_downstream.tdir/unbound_server.pem                          |    11 +
 external/bsd/unbound/dist/testdata/doh_downstream_buffer_size.tdir/doh_downstream_buffer_size.conf |    17 +
 external/bsd/unbound/dist/testdata/doh_downstream_buffer_size.tdir/doh_downstream_buffer_size.dsc  |    16 +
 external/bsd/unbound/dist/testdata/doh_downstream_buffer_size.tdir/doh_downstream_buffer_size.post |    12 +
 external/bsd/unbound/dist/testdata/doh_downstream_buffer_size.tdir/doh_downstream_buffer_size.pre  |    24 +
 external/bsd/unbound/dist/testdata/doh_downstream_buffer_size.tdir/doh_downstream_buffer_size.test |    39 +
 external/bsd/unbound/dist/testdata/doh_downstream_buffer_size.tdir/unbound_server.key              |    15 +
 external/bsd/unbound/dist/testdata/doh_downstream_buffer_size.tdir/unbound_server.pem              |    11 +
 external/bsd/unbound/dist/testdata/doh_downstream_endpoint.tdir/doh_downstream_endpoint.conf       |    17 +
 external/bsd/unbound/dist/testdata/doh_downstream_endpoint.tdir/doh_downstream_endpoint.dsc        |    16 +
 external/bsd/unbound/dist/testdata/doh_downstream_endpoint.tdir/doh_downstream_endpoint.post       |    12 +
 external/bsd/unbound/dist/testdata/doh_downstream_endpoint.tdir/doh_downstream_endpoint.pre        |    23 +
 external/bsd/unbound/dist/testdata/doh_downstream_endpoint.tdir/doh_downstream_endpoint.test       |    59 +
 external/bsd/unbound/dist/testdata/doh_downstream_endpoint.tdir/unbound_server.key                 |    15 +
 external/bsd/unbound/dist/testdata/doh_downstream_endpoint.tdir/unbound_server.pem                 |    11 +
 external/bsd/unbound/dist/testdata/doh_downstream_notls.tdir/doh_downstream_notls.conf             |    28 +
 external/bsd/unbound/dist/testdata/doh_downstream_notls.tdir/doh_downstream_notls.dsc              |    16 +
 external/bsd/unbound/dist/testdata/doh_downstream_notls.tdir/doh_downstream_notls.post             |    13 +
 external/bsd/unbound/dist/testdata/doh_downstream_notls.tdir/doh_downstream_notls.pre              |    33 +
 external/bsd/unbound/dist/testdata/doh_downstream_notls.tdir/doh_downstream_notls.test             |   339 +
 external/bsd/unbound/dist/testdata/doh_downstream_notls.tdir/doh_downstream_notls.testns           |    74 +
 external/bsd/unbound/dist/testdata/doh_downstream_notls.tdir/unbound_server.key                    |    15 +
 external/bsd/unbound/dist/testdata/doh_downstream_notls.tdir/unbound_server.pem                    |    11 +
 external/bsd/unbound/dist/testdata/doh_downstream_post.tdir/doh_downstream_post.conf               |    27 +
 external/bsd/unbound/dist/testdata/doh_downstream_post.tdir/doh_downstream_post.dsc                |    16 +
 external/bsd/unbound/dist/testdata/doh_downstream_post.tdir/doh_downstream_post.post               |    13 +
 external/bsd/unbound/dist/testdata/doh_downstream_post.tdir/doh_downstream_post.pre                |    31 +
 external/bsd/unbound/dist/testdata/doh_downstream_post.tdir/doh_downstream_post.test               |   340 +
 external/bsd/unbound/dist/testdata/doh_downstream_post.tdir/doh_downstream_post.testns             |    74 +
 external/bsd/unbound/dist/testdata/doh_downstream_post.tdir/unbound_server.key                     |    15 +
 external/bsd/unbound/dist/testdata/doh_downstream_post.tdir/unbound_server.pem                     |    11 +
 external/bsd/unbound/dist/testdata/dynlibmod.tdir/dynlibmod.conf                                   |    32 +
 external/bsd/unbound/dist/testdata/dynlibmod.tdir/dynlibmod.dsc                                    |    16 +
 external/bsd/unbound/dist/testdata/dynlibmod.tdir/dynlibmod.post                                   |    15 +
 external/bsd/unbound/dist/testdata/dynlibmod.tdir/dynlibmod.pre                                    |    35 +
 external/bsd/unbound/dist/testdata/dynlibmod.tdir/dynlibmod.test                                   |    74 +
 external/bsd/unbound/dist/testdata/dynlibmod.tdir/dynlibmod.testns                                 |    22 +
 external/bsd/unbound/dist/testdata/dynlibmod.tdir/unbound_control.key                              |    39 +
 external/bsd/unbound/dist/testdata/dynlibmod.tdir/unbound_control.pem                              |    22 +
 external/bsd/unbound/dist/testdata/dynlibmod.tdir/unbound_server.key                               |    39 +
 external/bsd/unbound/dist/testdata/dynlibmod.tdir/unbound_server.pem                               |    22 +
 external/bsd/unbound/dist/testdata/edns_client_string.rpl                                          |   152 +
 external/bsd/unbound/dist/testdata/edns_client_string_opcode.rpl                                   |   153 +
 external/bsd/unbound/dist/testdata/fwd_ancil.tdir/fwd_ancil.post                                   |     6 +-
 external/bsd/unbound/dist/testdata/fwd_bogus.tdir/unbound_control.key                              |    50 +-
 external/bsd/unbound/dist/testdata/fwd_bogus.tdir/unbound_control.pem                              |    29 +-
 external/bsd/unbound/dist/testdata/fwd_bogus.tdir/unbound_server.key                               |    50 +-
 external/bsd/unbound/dist/testdata/fwd_bogus.tdir/unbound_server.pem                               |    29 +-
 external/bsd/unbound/dist/testdata/fwd_compress_c00c.tdir/fwd_compress_c00c.conf                   |     1 +
 external/bsd/unbound/dist/testdata/fwd_oneport.tdir/fwd_oneport.conf                               |     1 +
 external/bsd/unbound/dist/testdata/iter_lame_noaa.rpl                                              |     1 +
 external/bsd/unbound/dist/testdata/iter_lame_nosoa.rpl                                             |     1 +
 external/bsd/unbound/dist/testdata/iter_ns_badip.rpl                                               |     1 +
 external/bsd/unbound/dist/testdata/iter_pcnamech.rpl                                               |     1 +
 external/bsd/unbound/dist/testdata/iter_pcnamechrec.rpl                                            |     1 +
 external/bsd/unbound/dist/testdata/iter_ranoaa_lame.rpl                                            |     1 +
 external/bsd/unbound/dist/testdata/iter_reclame_one.rpl                                            |     1 +
 external/bsd/unbound/dist/testdata/iter_reclame_two.rpl                                            |     1 +
 external/bsd/unbound/dist/testdata/localdata.rpl                                                   |    54 +-
 external/bsd/unbound/dist/testdata/nsid_ascii.rpl                                                  |    54 +
 external/bsd/unbound/dist/testdata/nsid_hex.rpl                                                    |    54 +
 external/bsd/unbound/dist/testdata/nsid_not_set.rpl                                                |    47 +
 external/bsd/unbound/dist/testdata/padding.tdir/padding.conf                                       |    27 +
 external/bsd/unbound/dist/testdata/padding.tdir/padding.conf2                                      |    47 +
 external/bsd/unbound/dist/testdata/padding.tdir/padding.dsc                                        |    16 +
 external/bsd/unbound/dist/testdata/padding.tdir/padding.msgsizes                                   |    20 +
 external/bsd/unbound/dist/testdata/padding.tdir/padding.post                                       |    23 +
 external/bsd/unbound/dist/testdata/padding.tdir/padding.pre                                        |    69 +
 external/bsd/unbound/dist/testdata/padding.tdir/padding.test                                       |   170 +
 external/bsd/unbound/dist/testdata/padding.tdir/padding.testns                                     |    34 +
 external/bsd/unbound/dist/testdata/padding.tdir/unbound_control.key                                |    39 +
 external/bsd/unbound/dist/testdata/padding.tdir/unbound_control.pem                                |    22 +
 external/bsd/unbound/dist/testdata/padding.tdir/unbound_server.key                                 |    39 +
 external/bsd/unbound/dist/testdata/padding.tdir/unbound_server.pem                                 |    22 +
 external/bsd/unbound/dist/testdata/remote-threaded.tdir/remote-threaded.test                       |    26 +-
 external/bsd/unbound/dist/testdata/remote-threaded.tdir/unbound_control.key                        |    50 +-
 external/bsd/unbound/dist/testdata/remote-threaded.tdir/unbound_control.pem                        |    29 +-
 external/bsd/unbound/dist/testdata/remote-threaded.tdir/unbound_server.key                         |    50 +-
 external/bsd/unbound/dist/testdata/remote-threaded.tdir/unbound_server.pem                         |    29 +-
 external/bsd/unbound/dist/testdata/rpz_axfr.rpl                                                    |   363 +
 external/bsd/unbound/dist/testdata/rpz_ixfr.rpl                                                    |   379 +
 external/bsd/unbound/dist/testdata/rpz_qname.rpl                                                   |   304 +
 external/bsd/unbound/dist/testdata/rpz_qname_override.rpl                                          |   197 +
 external/bsd/unbound/dist/testdata/rpz_respip.rpl                                                  |   449 +
 external/bsd/unbound/dist/testdata/rpz_respip_override.rpl                                         |   265 +
 external/bsd/unbound/dist/testdata/rrset_updated.rpl                                               |     1 +
 external/bsd/unbound/dist/testdata/serve_expired.rpl                                               |   122 +
 external/bsd/unbound/dist/testdata/serve_expired_client_timeout.rpl                                |   127 +
 external/bsd/unbound/dist/testdata/serve_expired_reply_ttl.rpl                                     |   103 +
 external/bsd/unbound/dist/testdata/serve_expired_servfail.rpl                                      |   117 +
 external/bsd/unbound/dist/testdata/serve_expired_ttl.rpl                                           |   100 +
 external/bsd/unbound/dist/testdata/serve_expired_ttl_client_timeout.rpl                            |   128 +
 external/bsd/unbound/dist/testdata/serve_expired_zerottl.rpl                                       |   154 +
 external/bsd/unbound/dist/testdata/serve_original_ttl.rpl                                          |   136 +
 external/bsd/unbound/dist/testdata/ssl_req_order.tdir/ssl_req_order.test                           |    51 +-
 external/bsd/unbound/dist/testdata/ssl_req_order.tdir/unbound_server.key                           |    50 +-
 external/bsd/unbound/dist/testdata/ssl_req_order.tdir/unbound_server.pem                           |    29 +-
 external/bsd/unbound/dist/testdata/ssl_req_timeout.tdir/ssl_req_timeout.test                       |    18 +-
 external/bsd/unbound/dist/testdata/ssl_req_timeout.tdir/unbound_server.key                         |    50 +-
 external/bsd/unbound/dist/testdata/ssl_req_timeout.tdir/unbound_server.pem                         |    29 +-
 external/bsd/unbound/dist/testdata/stat_values.tdir/stat_values.conf                               |    31 +
 external/bsd/unbound/dist/testdata/stat_values.tdir/stat_values.dsc                                |    16 +
 external/bsd/unbound/dist/testdata/stat_values.tdir/stat_values.post                               |    14 +
 external/bsd/unbound/dist/testdata/stat_values.tdir/stat_values.pre                                |    41 +
 external/bsd/unbound/dist/testdata/stat_values.tdir/stat_values.test                               |   411 +
 external/bsd/unbound/dist/testdata/stat_values.tdir/stat_values.testexpiredns                      |    13 +
 external/bsd/unbound/dist/testdata/stat_values.tdir/stat_values.testns                             |    23 +
 external/bsd/unbound/dist/testdata/stat_values.tdir/unbound_control.key                            |    39 +
 external/bsd/unbound/dist/testdata/stat_values.tdir/unbound_control.pem                            |    22 +
 external/bsd/unbound/dist/testdata/stat_values.tdir/unbound_server.key                             |    39 +
 external/bsd/unbound/dist/testdata/stat_values.tdir/unbound_server.pem                             |    22 +
 external/bsd/unbound/dist/testdata/stream_ssl.tdir/stream_ssl.test                                 |     4 +-
 external/bsd/unbound/dist/testdata/stream_ssl.tdir/unbound_control.key                             |    50 +-
 external/bsd/unbound/dist/testdata/stream_ssl.tdir/unbound_control.pem                             |    29 +-
 external/bsd/unbound/dist/testdata/stream_ssl.tdir/unbound_server.key                              |    50 +-
 external/bsd/unbound/dist/testdata/stream_ssl.tdir/unbound_server.pem                              |    29 +-
 external/bsd/unbound/dist/testdata/subnet_cached.crpl                                              |     2 +
 external/bsd/unbound/dist/testdata/subnet_val_positive.crpl                                        |     2 +
 external/bsd/unbound/dist/testdata/subnet_val_positive_client.crpl                                 |     2 +
 external/bsd/unbound/dist/testdata/tcp_req_size.tdir/tcp_req_size.test                             |    27 +
 external/bsd/unbound/dist/testdata/tcp_reuse.tdir/tcp_reuse.conf                                   |    17 +
 external/bsd/unbound/dist/testdata/tcp_reuse.tdir/tcp_reuse.conf2                                  |    39 +
 external/bsd/unbound/dist/testdata/tcp_reuse.tdir/tcp_reuse.dsc                                    |    16 +
 external/bsd/unbound/dist/testdata/tcp_reuse.tdir/tcp_reuse.post                                   |    19 +
 external/bsd/unbound/dist/testdata/tcp_reuse.tdir/tcp_reuse.pre                                    |    34 +
 external/bsd/unbound/dist/testdata/tcp_reuse.tdir/tcp_reuse.test                                   |   309 +
 external/bsd/unbound/dist/testdata/tls_reuse.tdir/tls_reuse.conf                                   |    18 +
 external/bsd/unbound/dist/testdata/tls_reuse.tdir/tls_reuse.conf2                                  |    43 +
 external/bsd/unbound/dist/testdata/tls_reuse.tdir/tls_reuse.dsc                                    |    16 +
 external/bsd/unbound/dist/testdata/tls_reuse.tdir/tls_reuse.post                                   |    19 +
 external/bsd/unbound/dist/testdata/tls_reuse.tdir/tls_reuse.pre                                    |    34 +
 external/bsd/unbound/dist/testdata/tls_reuse.tdir/tls_reuse.test                                   |   308 +
 external/bsd/unbound/dist/testdata/tls_reuse.tdir/unbound_control.key                              |    39 +
 external/bsd/unbound/dist/testdata/tls_reuse.tdir/unbound_control.pem                              |    22 +
 external/bsd/unbound/dist/testdata/tls_reuse.tdir/unbound_server.key                               |    39 +
 external/bsd/unbound/dist/testdata/tls_reuse.tdir/unbound_server.pem                               |    22 +
 external/bsd/unbound/dist/testdata/val_any.rpl                                                     |     1 +
 external/bsd/unbound/dist/testdata/val_any_dname.rpl                                               |     1 +
 external/bsd/unbound/dist/testdata/val_cnametocnamewctoposwc.rpl                                   |     6 +-
 external/bsd/unbound/dist/testdata/val_nsec3_b3_optout.rpl                                         |     3 +-
 external/bsd/unbound/dist/testdata/val_nsec3_b3_optout_negcache.rpl                                |     3 +-
 external/bsd/unbound/dist/testdata/val_nsec3_b3_optout_noce.rpl                                    |     3 +-
 external/bsd/unbound/dist/testdata/val_nsec3_b3_optout_nonc.rpl                                    |     2 +-
 external/bsd/unbound/dist/testdata/val_nsec3_b4_wild.rpl                                           |     3 +-
 external/bsd/unbound/dist/testdata/val_nsec3_b5_wcnodata.rpl                                       |     2 +-
 external/bsd/unbound/dist/testdata/val_nsec3_b5_wcnodata_noce.rpl                                  |     2 +-
 external/bsd/unbound/dist/testdata/val_nsec3_b5_wcnodata_nonc.rpl                                  |     2 +-
 external/bsd/unbound/dist/testdata/val_nsec3_b5_wcnodata_nowc.rpl                                  |     2 +-
 external/bsd/unbound/dist/testdata/val_nsec3_cnametocnamewctoposwc.rpl                             |     6 +-
 external/bsd/unbound/dist/testdata/val_nsec3_wcany.rpl                                             |     1 +
 external/bsd/unbound/dist/testdata/val_nx_nsec3_collision.rpl                                      |     1 +
 external/bsd/unbound/dist/testdata/val_refer_unsignadd.rpl                                         |     1 +
 external/bsd/unbound/dist/testdata/val_referglue.rpl                                               |     1 +
 external/bsd/unbound/dist/testdata/val_stub_noroot.rpl                                             |     2 -
 external/bsd/unbound/dist/testdata/val_twocname.rpl                                                |     1 +
 external/bsd/unbound/dist/util/config_file.c                                                       |   216 +-
 external/bsd/unbound/dist/util/config_file.h                                                       |   109 +-
 external/bsd/unbound/dist/util/configlexer.c                                                       |  7921 +++++----
 external/bsd/unbound/dist/util/configlexer.lex                                                     |   104 +-
 external/bsd/unbound/dist/util/configparser.c                                                      |  7701 +++++----
 external/bsd/unbound/dist/util/configparser.h                                                      |  1158 +-
 external/bsd/unbound/dist/util/configparser.y                                                      |   495 +-
 external/bsd/unbound/dist/util/configyyrename.h                                                    |     6 +
 external/bsd/unbound/dist/util/data/dname.c                                                        |    58 +
 external/bsd/unbound/dist/util/data/dname.h                                                        |     9 +
 external/bsd/unbound/dist/util/data/msgencode.c                                                    |    72 +-
 external/bsd/unbound/dist/util/data/msgparse.c                                                     |     8 +-
 external/bsd/unbound/dist/util/data/msgparse.h                                                     |     8 +
 external/bsd/unbound/dist/util/data/msgreply.c                                                     |    40 +-
 external/bsd/unbound/dist/util/data/msgreply.h                                                     |    22 +-
 external/bsd/unbound/dist/util/data/packed_rrset.c                                                 |    38 +-
 external/bsd/unbound/dist/util/data/packed_rrset.h                                                 |    16 +
 external/bsd/unbound/dist/util/edns.c                                                              |    97 +
 external/bsd/unbound/dist/util/edns.h                                                              |    59 +
 external/bsd/unbound/dist/util/fptr_wlist.c                                                        |    69 +
 external/bsd/unbound/dist/util/fptr_wlist.h                                                        |     7 +
 external/bsd/unbound/dist/util/iana_ports.inc                                                      |     9 +-
 external/bsd/unbound/dist/util/log.c                                                               |    19 +
 external/bsd/unbound/dist/util/log.h                                                               |    20 +-
 external/bsd/unbound/dist/util/mini_event.h                                                        |     6 +
 external/bsd/unbound/dist/util/module.h                                                            |    27 +-
 external/bsd/unbound/dist/util/net_help.c                                                          |   337 +-
 external/bsd/unbound/dist/util/net_help.h                                                          |    59 +-
 external/bsd/unbound/dist/util/netevent.h                                                          |   220 +-
 external/bsd/unbound/dist/util/random.c                                                            |     8 +-
 external/bsd/unbound/dist/util/regional.c                                                          |    31 +-
 external/bsd/unbound/dist/util/regional.h                                                          |    13 +
 external/bsd/unbound/dist/util/shm_side/shm_main.c                                                 |     4 +
 external/bsd/unbound/dist/util/storage/dnstree.c                                                   |    13 +-
 external/bsd/unbound/dist/util/storage/dnstree.h                                                   |     7 +
 external/bsd/unbound/dist/util/storage/lruhash.c                                                   |     4 +-
 external/bsd/unbound/dist/util/ub_event.c                                                          |     4 +-
 external/bsd/unbound/dist/validator/autotrust.c                                                    |     1 +
 external/bsd/unbound/dist/validator/val_anchor.c                                                   |    33 -
 external/bsd/unbound/dist/validator/val_anchor.h                                                   |     2 -
 external/bsd/unbound/dist/validator/val_neg.c                                                      |   102 -
 external/bsd/unbound/dist/validator/val_neg.h                                                      |    20 -
 external/bsd/unbound/dist/validator/val_nsec.c                                                     |    83 -
 external/bsd/unbound/dist/validator/val_nsec.h                                                     |    13 -
 external/bsd/unbound/dist/validator/val_secalgo.c                                                  |    36 +-
 external/bsd/unbound/dist/validator/val_sigcrypt.c                                                 |     2 +-
 external/bsd/unbound/dist/validator/validator.c                                                    |   388 +-
 external/bsd/unbound/dist/validator/validator.h                                                    |    23 -
 489 files changed, 41521 insertions(+), 11347 deletions(-)

diffs (truncated from 70182 to 300 lines):

diff -r 9624eb2b084e -r 43e42819bed1 external/bsd/unbound/dist/.github/FUNDING.yml
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/external/bsd/unbound/dist/.github/FUNDING.yml     Mon Mar 15 20:00:53 2021 +0000
@@ -0,0 +1,2 @@
+github: [NLnetLabs]
+custom: ['https://nlnetlabs.nl/funding/']
diff -r 9624eb2b084e -r 43e42819bed1 external/bsd/unbound/dist/.travis.yml
--- a/external/bsd/unbound/dist/.travis.yml     Mon Mar 15 20:00:50 2021 +0000
+++ b/external/bsd/unbound/dist/.travis.yml     Mon Mar 15 20:00:53 2021 +0000
@@ -1,7 +1,8 @@
-sudo: false
 language: c
-compiler:
-  - gcc
+
+git:
+  depth: 5
+
 addons:
   apt:
     packages:
@@ -9,8 +10,335 @@
     - libevent-dev
     - libexpat-dev
     - clang
+  homebrew:
+    packages:
+      - openssl
+      - libevent
+      - expat
+    update: true
+
+jobs:
+  include:
+    - os: linux
+      name: GCC on Linux, Amd64
+      compiler: gcc
+      arch: amd64
+      env:
+        - CONFIG_OPTS="--enable-debug --disable-flto"
+    - os: linux
+      name: Clang on Linux, Amd64
+      compiler: clang
+      arch: amd64
+      env:
+        - CONFIG_OPTS="--enable-debug --disable-flto"
+    - os: osx
+      name: Clang on OS X, Amd64
+      compiler: clang
+      arch: amd64
+      env:
+        - TEST_OSX=yes
+        - CONFIG_OPTS="--enable-debug --disable-flto --with-ssl=/usr/local/opt/openssl/"
+    - os: linux
+      name: Libevent, GCC on Linux, Amd64
+      compiler: gcc
+      arch: amd64
+      env:
+        - TEST_LIBEVENT=yes
+        - CONFIG_OPTS="--with-libevent"
+    - os: linux
+      name: Libevent, Clang on Linux, Amd64
+      compiler: clang
+      arch: amd64
+      env:
+        - TEST_LIBEVENT=yes
+        - CONFIG_OPTS="--with-libevent"
+    - os: osx
+      name: Libevent, Clang on OS X, Amd64
+      compiler: clang
+      arch: amd64
+      env:
+        - TEST_OSX=yes
+        - TEST_LIBEVENT=yes
+        - CONFIG_OPTS="--with-ssl=/usr/local/opt/openssl/ --with-libevent=/usr/local/opt/libevent/"
+    - os: linux
+      name: UBsan, GCC on Linux, Amd64
+      compiler: gcc
+      arch: amd64
+      dist: bionic
+      env:
+        - TEST_UBSAN=yes
+    - os: linux
+      name: UBsan, Clang on Linux, Amd64
+      compiler: clang
+      arch: amd64
+      dist: bionic
+      env:
+        - TEST_UBSAN=yes
+    - os: linux
+      name: Asan, GCC on Linux, Amd64
+      compiler: gcc
+      arch: amd64
+      dist: bionic
+      env:
+        - TEST_ASAN=yes
+    - os: linux
+      name: Asan, Clang on Linux, Amd64
+      compiler: clang
+      arch: amd64
+      dist: bionic
+      env:
+        - TEST_ASAN=yes
+    - os: linux
+      name: GCC on Linux, Aarch64
+      compiler: gcc
+      arch: arm64
+      dist: bionic
+      env:
+        - CONFIG_OPTS="--enable-debug --disable-flto"
+    - os: linux
+      name: Clang on Linux, Aarch64
+      compiler: clang
+      arch: arm64
+      dist: bionic
+      env:
+        - CONFIG_OPTS="--enable-debug --disable-flto"
+    - os: linux
+      name: GCC on Linux, PowerPC64
+      compiler: gcc
+      arch: ppc64le
+      dist: bionic
+      env:
+        - CONFIG_OPTS="--enable-debug --disable-flto"
+    - os: linux
+      name: Clang on Linux, PowerPC64
+      compiler: clang
+      arch: ppc64le
+      dist: bionic
+      env:
+        - CONFIG_OPTS="--enable-debug --disable-flto"
+    - os: linux
+      name: GCC on Linux, s390x
+      compiler: gcc
+      arch: s390x
+      dist: bionic
+      env:
+        - CONFIG_OPTS="--enable-debug --disable-flto"
+    - os: linux
+      name: Clang on Linux, s390x
+      compiler: clang
+      arch: s390x
+      dist: bionic
+      env:
+        - CONFIG_OPTS="--enable-debug --disable-flto"
+    - os: osx
+      osx_image: xcode10
+      name: Apple iPhone on iOS, armv7
+      compiler: clang
+      env:
+        - TEST_IOS=yes
+        - AUTOTOOLS_HOST=armv7-apple-ios
+        - OPENSSL_HOST=ios-cross
+        - IOS_SDK=iPhoneOS
+        - IOS_CPU=armv7s
+        - IOS_PREFIX="$HOME/$IOS_SDK-$IOS_CPU"
+    - os: osx
+      osx_image: xcode10
+      name: Apple iPhone on iOS, arm64
+      compiler: clang
+      env:
+        - TEST_IOS=yes
+        - AUTOTOOLS_HOST=aarch64-apple-ios
+        - OPENSSL_HOST=ios64-cross
+        - IOS_SDK=iPhoneOS
+        - IOS_CPU=arm64
+        - IOS_PREFIX="$HOME/$IOS_SDK-$IOS_CPU"
+    - os: osx
+      osx_image: xcode10
+      name: Apple TV on iOS, arm64
+      compiler: clang
+      env:
+        - TEST_IOS=yes
+        - AUTOTOOLS_HOST=aarch64-apple-ios
+        - OPENSSL_HOST=ios64-cross
+        - IOS_SDK=AppleTVOS
+        - IOS_CPU=arm64
+        - IOS_PREFIX="$HOME/$IOS_SDK-$IOS_CPU"
+    - os: osx
+      osx_image: xcode10
+      name: Apple Watch on iOS, armv7
+      compiler: clang
+      env:
+        - TEST_IOS=yes
+        - AUTOTOOLS_HOST=armv7-apple-ios
+        - OPENSSL_HOST=ios-cross
+        - IOS_SDK=WatchOS
+        - IOS_CPU=armv7k
+        - IOS_PREFIX="$HOME/$IOS_SDK-$IOS_CPU"
+    - os: osx
+      osx_image: xcode10
+      name: iPhoneSimulator on OS X, i386
+      env:
+        - TEST_IOS=yes
+        - AUTOTOOLS_HOST=i386-apple-ios
+        - OPENSSL_HOST=iphoneos-cross
+        - IOS_CPU=i386
+        - IOS_SDK=iPhoneSimulator
+        - IOS_PREFIX="$HOME/$IOS_SDK-$IOS_CPU"
+    - os: osx
+      osx_image: xcode10
+      name: iPhoneSimulator on OS X, x86_64
+      env:
+        - TEST_IOS=yes
+        - AUTOTOOLS_HOST=x86_64-apple-ios
+        - OPENSSL_HOST=iphoneos-cross
+        - IOS_CPU=x86_64
+        - IOS_SDK=iPhoneSimulator
+        - IOS_PREFIX="$HOME/$IOS_SDK-$IOS_CPU"
+    - os: osx
+      osx_image: xcode10
+      name: AppleTVSimulator on OS X, x86_64
+      env:
+        - TEST_IOS=yes
+        - AUTOTOOLS_HOST=x86_64-apple-ios
+        - OPENSSL_HOST=iphoneos-cross
+        - IOS_CPU=x86_64
+        - IOS_SDK=AppleTVSimulator
+        - IOS_PREFIX="$HOME/$IOS_SDK-$IOS_CPU"
+    - os: osx
+      osx_image: xcode10
+      name: WatchSimulator on OS X, i386
+      env:
+        - TEST_IOS=yes
+        - AUTOTOOLS_HOST=i386-apple-ios
+        - OPENSSL_HOST=iphoneos-cross
+        - IOS_CPU=i386
+        - IOS_SDK=WatchSimulator
+        - IOS_PREFIX="$HOME/$IOS_SDK-$IOS_CPU"
+    - os: linux
+      name: Android armv7a, Linux, Amd64
+      compiler: clang
+      arch: amd64
+      dist: bionic
+      env:
+        - TEST_ANDROID=yes
+        - AUTOTOOLS_HOST=armv7a-linux-androideabi
+        - OPENSSL_HOST=android-arm
+        - ANDROID_CPU=armv7a
+        - ANDROID_API=23
+        - ANDROID_PREFIX="$HOME/android$ANDROID_API-$ANDROID_CPU"
+        - ANDROID_SDK_ROOT="$HOME/android-sdk"
+        - ANDROID_NDK_ROOT="$HOME/android-ndk"
+    - os: linux
+      name: Android aarch64, Linux, Amd64
+      compiler: clang
+      arch: amd64
+      dist: bionic
+      env:
+        - TEST_ANDROID=yes
+        - AUTOTOOLS_HOST=aarch64-linux-android
+        - OPENSSL_HOST=android-arm64
+        - ANDROID_CPU=aarch64
+        - ANDROID_API=23
+        - ANDROID_PREFIX="$HOME/android$ANDROID_API-$ANDROID_CPU"
+        - ANDROID_SDK_ROOT="$HOME/android-sdk"
+        - ANDROID_NDK_ROOT="$HOME/android-ndk"
+    - os: linux
+      name: Android x86, Linux, Amd64
+      compiler: clang
+      arch: amd64
+      dist: bionic
+      env:
+        - TEST_ANDROID=yes
+        - AUTOTOOLS_HOST=i686-linux-android
+        - OPENSSL_HOST=android-x86
+        - ANDROID_CPU=x86
+        - ANDROID_API=23
+        - ANDROID_PREFIX="$HOME/android$ANDROID_API-$ANDROID_CPU"
+        - ANDROID_SDK_ROOT="$HOME/android-sdk"
+        - ANDROID_NDK_ROOT="$HOME/android-ndk"
+    - os: linux
+      name: Android x86_64, Linux, Amd64
+      compiler: clang
+      arch: amd64
+      dist: bionic
+      env:
+        - TEST_ANDROID=yes
+        - AUTOTOOLS_HOST=x86_64-linux-android
+        - OPENSSL_HOST=android-x86_64
+        - ANDROID_CPU=x86_64
+        - ANDROID_API=23
+        - ANDROID_PREFIX="$HOME/android$ANDROID_API-$ANDROID_CPU"
+        - ANDROID_SDK_ROOT="$HOME/android-sdk"
+        - ANDROID_NDK_ROOT="$HOME/android-ndk"
+
+  allow_failures:
+    - os: linux
+      name: Android armv7a, Linux, Amd64
+    - os: linux
+      name: Android aarch64, Linux, Amd64
+    - os: linux
+      name: Android x86, Linux, Amd64
+    - os: linux
+      name: Android x86_64, Linux, Amd64
+
+before_script:
+  - |
+    if [ "$TEST_ANDROID" = "yes" ]; then
+      ./contrib/android/install_tools.sh



Home | Main Index | Thread Index | Old Index