Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/ISC]: src/external/mpl/bind/dist Import bind-9.16.15
details: https://anonhg.NetBSD.org/src/rev/17ec49f8d303
branches: ISC
changeset: 962051:17ec49f8d303
user: christos <christos%NetBSD.org@localhost>
date: Thu Apr 29 16:46:17 2021 +0000
description:
Import bind-9.16.15
Changes since bind-9.16.12:
--- 9.16.15 released ---
5621. [bug] Due to a backporting mistake in change 5609, named
binaries built against a Kerberos/GSSAPI library whose
header files did not define the GSS_SPNEGO_MECHANISM
preprocessor macro were not able to start if their
configuration included the "tkey-gssapi-credential"
option. This has been fixed. [GL #2634]
5620. [bug] If zone journal files written by BIND 9.16.11 or earlier
were present when BIND was upgraded, the zone file for
that zone could have been inadvertently rewritten with
the current zone contents. This caused the original zone
file structure (e.g. comments, $INCLUDE directives) to
be lost, although the zone data itself was preserved.
This has been fixed. [GL #2623]
--- 9.16.14 released ---
5617. [security] A specially crafted GSS-TSIG query could cause a buffer
overflow in the ISC implementation of SPNEGO.
(CVE-2021-25216) [GL #2604]
5616. [security] named crashed when a DNAME record placed in the ANSWER
section during DNAME chasing turned out to be the final
answer to a client query. (CVE-2021-25215) [GL #2540]
5615. [security] Insufficient IXFR checks could result in named serving a
zone without an SOA record at the apex, leading to a
RUNTIME_CHECK assertion failure when the zone was
subsequently refreshed. This has been fixed by adding an
owner name check for all SOA records which are included
in a zone transfer. (CVE-2021-25214) [GL #2467]
5614. [bug] Ensure all resources are properly cleaned up when a call
to gss_accept_sec_context() fails. [GL #2620]
5613. [bug] It was possible to write an invalid transaction header
in the journal file for a managed-keys database after
upgrading. This has been fixed. Invalid headers in
existing journal files are detected and named is able
to recover from them. [GL #2600]
5611. [func] Set "stale-answer-client-timeout" to "off" by default.
[GL #2608]
5610. [bug] Prevent a crash which could happen when a lookup
triggered by "stale-answer-client-timeout" was attempted
right after recursion for a client query finished.
[GL #2594]
5609. [func] The ISC implementation of SPNEGO was removed from BIND 9
source code. It was no longer necessary as all major
contemporary Kerberos/GSSAPI libraries include support
for SPNEGO. [GL #2607]
5608. [bug] When sending queries over TCP, dig now properly handles
"+tries=1 +retry=0" by not retrying the connection when
the remote server closes the connection prematurely.
[GL #2490]
5607. [bug] As "rndc dnssec -checkds" and "rndc dnssec -rollover"
commands may affect the next scheduled key event,
reconfiguration of zone keys is now triggered after
receiving either of these commands to prevent
unnecessary key rollover delays. [GL #2488]
5606. [bug] CDS/CDNSKEY DELETE records are now removed when a zone
transitions from a secure to an insecure state.
named-checkzone also no longer reports an error when
such records are found in an unsigned zone. [GL #2517]
5605. [bug] "dig -u" now uses the CLOCK_REALTIME clock source for
more accurate time reporting. [GL #2592]
5603. [bug] Fix a memory leak that occurred when named failed to
bind a UDP socket to a network interface. [GL #2575]
5602. [bug] Fix TCPDNS and TLSDNS timers in Network Manager. This
makes the "tcp-initial-timeout" and "tcp-idle-timeout"
options work correctly again. [GL #2583]
5601. [bug] Zones using KASP could not be thawed after they were
frozen using "rndc freeze". This has been fixed.
[GL #2523]
--- 9.16.13 released ---
5597. [bug] When serve-stale was enabled and starting the recursive
resolution process for a query failed, a named instance
could crash if it was configured as both a recursive and
authoritative server. This problem was introduced by
change 5573 and has now been fixed. [GL #2565]
5595. [cleanup] Public header files for BIND 9 libraries no longer
directly include third-party library headers. This
prevents the need to include paths to third-party header
files in CFLAGS whenever BIND 9 public header files are
used, which could cause build-time issues on hosts with
older versions of BIND 9 installed. [GL #2357]
5594. [bug] Building with --enable-dnsrps --enable-dnsrps-dl failed.
[GL #2298]
5593. [bug] Journal files written by older versions of named can now
be read when loading zones, so that journal
incompatibility does not cause problems on upgrade.
Outdated journals are updated to the new format after
loading. [GL #2505]
5592. [bug] Prevent hazard pointer table overflows on machines with
many cores, by allowing the thread IDs (serving as
indices into hazard pointer tables) of finished threads
to be reused by those created later. [GL #2396]
5591. [bug] Fix a crash that occurred when
"stale-answer-client-timeout" was triggered without any
(stale) data available in the cache to answer the query.
[GL #2503]
5590. [bug] NSEC3 records were not immediately created for dynamic
zones using NSEC3 with "dnssec-policy", resulting in
such zones going bogus. Add code to process the
NSEC3PARAM queue at zone load time so that NSEC3 records
for such zones are created immediately. [GL #2498]
5588. [func] Add a new "purge-keys" option for "dnssec-policy". This
option determines the period of time for which key files
are retained after they become obsolete. [GL #2408]
5586. [bug] An invalid direction field in a LOC record resulted in
an INSIST failure when a zone file containing such a
record was loaded. [GL #2499]
5584. [bug] No longer set the IP_DONTFRAG option on UDP sockets, to
prevent dropping outgoing packets exceeding
"max-udp-size". [GL #2466]
5582. [bug] BIND 9 failed to build when static OpenSSL libraries
were used and the pkg-config files for libssl and/or
libcrypto were unavailable. This has been fixed by
ensuring that the correct linking order for libssl and
libcrypto is always used. [GL #2402]
5581. [bug] Fix a memory leak that occurred when inline-signed zones
were added to the configuration, followed by a
reconfiguration of named. [GL #2041]
5580. [test] The system test framework no longer differentiates
between SKIPPED and UNTESTED system test results. Any
system test which is not run is now marked as SKIPPED.
[GL !4517]
5573. [func] When serve-stale is enabled and stale data is available,
named now returns stale answers upon encountering any
unexpected error in the query resolution process.
However, the "stale-refresh-time" window is still only
started upon a timeout. [GL #2434]
5564. [cleanup] Network manager's TLSDNS module was refactored to use
libuv and libssl directly instead of a stack of TCP/TLS
sockets. [GL #2335]
diffstat:
external/mpl/bind/dist/CHANGES | 163 +
external/mpl/bind/dist/PLATFORMS | 2 +-
external/mpl/bind/dist/PLATFORMS.md | 2 +-
external/mpl/bind/dist/aclocal.m4 | 1 +
external/mpl/bind/dist/bin/check/Makefile.in | 5 +-
external/mpl/bind/dist/bin/dig/dig.rst | 6 +-
external/mpl/bind/dist/bin/dig/dighost.c | 23 +-
external/mpl/bind/dist/bin/dig/host.c | 8 +-
external/mpl/bind/dist/bin/dnssec/dnssec-signzone.c | 8 +-
external/mpl/bind/dist/bin/named/Makefile.in | 1 +
external/mpl/bind/dist/bin/named/config.c | 4 +-
external/mpl/bind/dist/bin/named/main.c | 6 +-
external/mpl/bind/dist/bin/named/named.conf.rst | 1 +
external/mpl/bind/dist/bin/named/server.c | 137 +-
external/mpl/bind/dist/bin/nsupdate/nsupdate.c | 18 +-
external/mpl/bind/dist/bin/tests/optional/gsstest.c | 6 +-
external/mpl/bind/dist/bin/tests/optional/rwlock_test.c | 4 +-
external/mpl/bind/dist/bin/tests/system/README | 9 +-
external/mpl/bind/dist/bin/tests/system/checkconf/good.conf | 1 +
external/mpl/bind/dist/bin/tests/system/checkzone/zones/good-cds-unsigned.db | 5 +
external/mpl/bind/dist/bin/tests/system/conf.sh.common | 3 +
external/mpl/bind/dist/bin/tests/system/digdelv/tests.sh | 31 +-
external/mpl/bind/dist/bin/tests/system/dnssec/clean.sh | 1 +
external/mpl/bind/dist/bin/tests/system/ecdsa/clean.sh | 13 +-
external/mpl/bind/dist/bin/tests/system/ecdsa/ns1/named.conf.in | 34 +
external/mpl/bind/dist/bin/tests/system/ecdsa/ns1/sign.sh | 39 +-
external/mpl/bind/dist/bin/tests/system/ecdsa/ns2/named.conf.in | 34 +
external/mpl/bind/dist/bin/tests/system/ecdsa/ns3/named.conf.in | 34 +
external/mpl/bind/dist/bin/tests/system/ecdsa/setup.sh | 18 +-
external/mpl/bind/dist/bin/tests/system/ecdsa/tests.sh | 43 +-
external/mpl/bind/dist/bin/tests/system/eddsa/clean.sh | 14 +-
external/mpl/bind/dist/bin/tests/system/eddsa/ns1/named.conf.in | 34 +
external/mpl/bind/dist/bin/tests/system/eddsa/ns1/sign.sh | 40 +-
external/mpl/bind/dist/bin/tests/system/eddsa/ns2/example.com.db.in | 20 +
external/mpl/bind/dist/bin/tests/system/eddsa/ns2/named.conf.in | 34 +
external/mpl/bind/dist/bin/tests/system/eddsa/ns2/sign.sh | 21 +-
external/mpl/bind/dist/bin/tests/system/eddsa/ns3/Xexample.com.+016+09713.key | 1 +
external/mpl/bind/dist/bin/tests/system/eddsa/ns3/Xexample.com.+016+09713.private | 3 +
external/mpl/bind/dist/bin/tests/system/eddsa/ns3/Xexample.com.+016+38353.key | 1 +
external/mpl/bind/dist/bin/tests/system/eddsa/ns3/Xexample.com.+016+38353.private | 3 +
external/mpl/bind/dist/bin/tests/system/eddsa/ns3/example.com.db.in | 20 +
external/mpl/bind/dist/bin/tests/system/eddsa/ns3/named.conf.in | 34 +
external/mpl/bind/dist/bin/tests/system/eddsa/ns3/sign.sh | 34 +
external/mpl/bind/dist/bin/tests/system/eddsa/prereq.sh | 10 +-
external/mpl/bind/dist/bin/tests/system/eddsa/setup.sh | 25 +-
external/mpl/bind/dist/bin/tests/system/eddsa/tests.sh | 99 +-
external/mpl/bind/dist/bin/tests/system/fromhex.pl | 45 +
external/mpl/bind/dist/bin/tests/system/journal/clean.sh | 16 +
external/mpl/bind/dist/bin/tests/system/journal/ns1/changed.ver1.jnl.saved | Bin
external/mpl/bind/dist/bin/tests/system/journal/ns1/changed.ver2.jnl.saved | Bin
external/mpl/bind/dist/bin/tests/system/journal/ns1/d1212.jnl.saved | Bin
external/mpl/bind/dist/bin/tests/system/journal/ns1/d2121.jnl.saved | Bin
external/mpl/bind/dist/bin/tests/system/journal/ns1/generic.db.in | 16 +
external/mpl/bind/dist/bin/tests/system/journal/ns1/ixfr.db.in | 17 +
external/mpl/bind/dist/bin/tests/system/journal/ns1/ixfr.ver1.jnl.saved | Bin
external/mpl/bind/dist/bin/tests/system/journal/ns1/managed-keys.bind.in | 2 +
external/mpl/bind/dist/bin/tests/system/journal/ns1/managed-keys.bind.jnl.in | 704 ++
external/mpl/bind/dist/bin/tests/system/journal/ns1/maxjournal.jnl.saved | Bin
external/mpl/bind/dist/bin/tests/system/journal/ns1/maxjournal2.jnl.saved | Bin
external/mpl/bind/dist/bin/tests/system/journal/ns1/named.conf.in | 90 +
external/mpl/bind/dist/bin/tests/system/journal/ns1/unchanged.ver1.jnl.saved | Bin
external/mpl/bind/dist/bin/tests/system/journal/ns1/unchanged.ver2.jnl.saved | Bin
external/mpl/bind/dist/bin/tests/system/journal/setup.sh | 45 +
external/mpl/bind/dist/bin/tests/system/journal/tests.sh | 221 +
external/mpl/bind/dist/bin/tests/system/kasp.sh | 1095 ++++
external/mpl/bind/dist/bin/tests/system/kasp/README | 6 +-
external/mpl/bind/dist/bin/tests/system/kasp/ns3/named.conf.in | 20 +
external/mpl/bind/dist/bin/tests/system/kasp/ns3/policies/autosign.conf.in | 4 +
external/mpl/bind/dist/bin/tests/system/kasp/ns3/setup.sh | 146 +-
external/mpl/bind/dist/bin/tests/system/kasp/ns3/template2.db.in | 6 +-
external/mpl/bind/dist/bin/tests/system/kasp/ns6/named.conf.in | 32 +-
external/mpl/bind/dist/bin/tests/system/kasp/ns6/named2.conf.in | 22 -
external/mpl/bind/dist/bin/tests/system/kasp/ns6/policies/kasp.conf.in | 60 +-
external/mpl/bind/dist/bin/tests/system/kasp/ns6/setup.sh | 48 -
external/mpl/bind/dist/bin/tests/system/kasp/setup.sh | 5 -
external/mpl/bind/dist/bin/tests/system/kasp/tests.sh | 1942 +-------
external/mpl/bind/dist/bin/tests/system/keymgr2kasp/README | 10 +
external/mpl/bind/dist/bin/tests/system/keymgr2kasp/clean.sh | 31 +
external/mpl/bind/dist/bin/tests/system/keymgr2kasp/ns3/kasp.conf.in | 82 +
external/mpl/bind/dist/bin/tests/system/keymgr2kasp/ns3/named.conf.in | 80 +
external/mpl/bind/dist/bin/tests/system/keymgr2kasp/ns3/named2.conf.in | 71 +
external/mpl/bind/dist/bin/tests/system/keymgr2kasp/ns3/setup.sh | 121 +
external/mpl/bind/dist/bin/tests/system/keymgr2kasp/ns3/template.db.in | 25 +
external/mpl/bind/dist/bin/tests/system/keymgr2kasp/ns4/named.conf.in | 70 +
external/mpl/bind/dist/bin/tests/system/keymgr2kasp/ns4/named2.conf.in | 81 +
external/mpl/bind/dist/bin/tests/system/keymgr2kasp/ns4/setup.sh | 54 +
external/mpl/bind/dist/bin/tests/system/keymgr2kasp/ns4/template.ext.db.in | 22 +
external/mpl/bind/dist/bin/tests/system/keymgr2kasp/ns4/template.int.db.in | 22 +
external/mpl/bind/dist/bin/tests/system/keymgr2kasp/setup.sh | 32 +
external/mpl/bind/dist/bin/tests/system/keymgr2kasp/tests.sh | 948 +++
external/mpl/bind/dist/bin/tests/system/mirror/clean.sh | 1 +
external/mpl/bind/dist/bin/tests/system/nsec3/ns3/named.conf.in | 18 +-
external/mpl/bind/dist/bin/tests/system/nsec3/ns3/named2.conf.in | 19 +-
external/mpl/bind/dist/bin/tests/system/nsec3/ns3/setup.sh | 2 +-
external/mpl/bind/dist/bin/tests/system/nsec3/tests.sh | 45 +-
external/mpl/bind/dist/bin/tests/system/nsupdate/tests.sh | 5 +-
external/mpl/bind/dist/bin/tests/system/rpzrecurse/clean.sh | 1 +
external/mpl/bind/dist/bin/tests/system/run.sh | 56 +-
external/mpl/bind/dist/bin/tests/system/serve-stale/ans2/ans.pl | 2 +-
external/mpl/bind/dist/bin/tests/system/serve-stale/ns1/named1.conf.in | 1 -
external/mpl/bind/dist/bin/tests/system/serve-stale/ns1/named2.conf.in | 1 -
external/mpl/bind/dist/bin/tests/system/serve-stale/ns1/named3.conf.in | 1 -
external/mpl/bind/dist/bin/tests/system/serve-stale/ns3/named2.conf.in | 1 +
external/mpl/bind/dist/bin/tests/system/serve-stale/ns3/named3.conf.in | 1 -
external/mpl/bind/dist/bin/tests/system/serve-stale/ns3/named6.conf.in | 49 +
external/mpl/bind/dist/bin/tests/system/serve-stale/ns3/named7.conf.in | 54 +
external/mpl/bind/dist/bin/tests/system/serve-stale/tests.sh | 290 +-
external/mpl/bind/dist/bin/tests/system/shutdown/clean.sh | 1 +
external/mpl/bind/dist/bin/tests/system/testcrypto.sh | 2 +-
external/mpl/bind/dist/bin/tests/system/timeouts/clean.sh | 19 +
external/mpl/bind/dist/bin/tests/system/timeouts/conftest.py | 59 +
external/mpl/bind/dist/bin/tests/system/timeouts/ns1/example.db | 23 +
external/mpl/bind/dist/bin/tests/system/timeouts/ns1/named.conf.in | 41 +
external/mpl/bind/dist/bin/tests/system/timeouts/ns1/root.db | 22 +
external/mpl/bind/dist/bin/tests/system/timeouts/prereq.sh | 29 +
external/mpl/bind/dist/bin/tests/system/timeouts/setup.sh | 23 +
external/mpl/bind/dist/bin/tests/system/timeouts/tests-tcp.py | 161 +
external/mpl/bind/dist/bin/tests/system/tsiggss/authsock.pl | 5 +
external/mpl/bind/dist/bin/tests/system/upforwd/setup.sh | 2 +-
external/mpl/bind/dist/bin/tests/system/views/clean.sh | 2 +
external/mpl/bind/dist/bin/tests/system/views/ns2/named1.conf.in | 8 +
external/mpl/bind/dist/bin/tests/system/views/ns2/named3.conf.in | 33 +
external/mpl/bind/dist/bin/tests/system/views/tests.sh | 41 +
external/mpl/bind/dist/bin/tests/wire_test.c | 6 +-
external/mpl/bind/dist/bin/tools/Makefile.in | 2 +-
external/mpl/bind/dist/bin/tools/mdig.c | 40 +-
external/mpl/bind/dist/bin/tools/named-journalprint.c | 55 +-
external/mpl/bind/dist/bin/tools/named-journalprint.rst | 18 +-
external/mpl/bind/dist/bin/tools/named-nzd2nzf.c | 3 +-
external/mpl/bind/dist/config.h.in | 39 +
external/mpl/bind/dist/config.h.win32 | 63 +-
external/mpl/bind/dist/configure | 228 +-
external/mpl/bind/dist/configure.ac | 51 +-
external/mpl/bind/dist/doc/arm/notes.rst | 3 +
external/mpl/bind/dist/doc/arm/reference.rst | 45 +-
external/mpl/bind/dist/doc/dnssec-guide/signing.rst | 16 +-
external/mpl/bind/dist/doc/man/dig.1in | 6 +-
external/mpl/bind/dist/doc/man/named-journalprint.8in | 18 +-
external/mpl/bind/dist/doc/man/named.conf.5in | 1 +
external/mpl/bind/dist/doc/misc/dnssec-policy.default.conf | 1 +
external/mpl/bind/dist/doc/misc/dnssec-policy.grammar.rst | 1 +
external/mpl/bind/dist/doc/misc/options | 1 +
external/mpl/bind/dist/doc/misc/options.active | 1 +
external/mpl/bind/dist/doc/notes/notes-9.16.13.rst | 71 +
external/mpl/bind/dist/doc/notes/notes-9.16.14.rst | 18 +
external/mpl/bind/dist/doc/notes/notes-9.16.15.rst | 104 +
external/mpl/bind/dist/lib/bind9/Makefile.in | 2 +-
external/mpl/bind/dist/lib/bind9/check.c | 6 +-
external/mpl/bind/dist/lib/dns/Makefile.in | 6 +-
external/mpl/bind/dist/lib/dns/db.c | 4 +-
external/mpl/bind/dist/lib/dns/dbtable.c | 11 +-
external/mpl/bind/dist/lib/dns/dlz.c | 4 +-
external/mpl/bind/dist/lib/dns/dnssec.c | 3 +-
external/mpl/bind/dist/lib/dns/dnstap.c | 8 +-
external/mpl/bind/dist/lib/dns/dst_api.c | 10 +-
external/mpl/bind/dist/lib/dns/dst_internal.h | 21 +-
external/mpl/bind/dist/lib/dns/forward.c | 11 +-
external/mpl/bind/dist/lib/dns/gssapi_link.c | 8 +-
external/mpl/bind/dist/lib/dns/gssapictx.c | 270 +-
external/mpl/bind/dist/lib/dns/include/dns/db.h | 41 +-
external/mpl/bind/dist/lib/dns/include/dns/dnssec.h | 3 +-
external/mpl/bind/dist/lib/dns/include/dns/dnstap.h | 8 +-
external/mpl/bind/dist/lib/dns/include/dns/events.h | 3 +-
external/mpl/bind/dist/lib/dns/include/dns/journal.h | 54 +-
external/mpl/bind/dist/lib/dns/include/dns/kasp.h | 28 +-
external/mpl/bind/dist/lib/dns/include/dns/librpz.h | 4 +-
external/mpl/bind/dist/lib/dns/include/dns/lmdb.h | 3 +-
external/mpl/bind/dist/lib/dns/include/dns/rdataset.h | 3 +-
external/mpl/bind/dist/lib/dns/include/dns/tkey.h | 18 +-
external/mpl/bind/dist/lib/dns/include/dst/dst.h | 8 +-
external/mpl/bind/dist/lib/dns/include/dst/gssapi.h | 37 +-
external/mpl/bind/dist/lib/dns/journal.c | 706 ++-
external/mpl/bind/dist/lib/dns/kasp.c | 19 +-
external/mpl/bind/dist/lib/dns/keymgr.c | 138 +-
external/mpl/bind/dist/lib/dns/keytable.c | 15 +-
external/mpl/bind/dist/lib/dns/nta.c | 10 +-
external/mpl/bind/dist/lib/dns/openssl_link.c | 130 +-
external/mpl/bind/dist/lib/dns/rbtdb.c | 158 +-
external/mpl/bind/dist/lib/dns/rdata/generic/hip_55.c | 10 +-
external/mpl/bind/dist/lib/dns/rdata/generic/loc_29.c | 4 +-
external/mpl/bind/dist/lib/dns/rdata/generic/nsec3_50.c | 4 +-
external/mpl/bind/dist/lib/dns/rdata/generic/nsec3param_51.c | 3 +-
external/mpl/bind/dist/lib/dns/resolver.c | 34 +-
external/mpl/bind/dist/lib/dns/rpz.c | 14 +-
external/mpl/bind/dist/lib/dns/tests/Makefile.in | 3 +-
external/mpl/bind/dist/lib/dns/tests/acl_test.c | 4 +-
external/mpl/bind/dist/lib/dns/tests/db_test.c | 4 +-
external/mpl/bind/dist/lib/dns/tests/dbdiff_test.c | 4 +-
external/mpl/bind/dist/lib/dns/tests/dbiterator_test.c | 4 +-
external/mpl/bind/dist/lib/dns/tests/dbversion_test.c | 4 +-
external/mpl/bind/dist/lib/dns/tests/dh_test.c | 10 +-
external/mpl/bind/dist/lib/dns/tests/dispatch_test.c | 4 +-
external/mpl/bind/dist/lib/dns/tests/dnstap_test.c | 9 +-
external/mpl/bind/dist/lib/dns/tests/dst_test.c | 4 +-
external/mpl/bind/dist/lib/dns/tests/geoip_test.c | 4 +-
external/mpl/bind/dist/lib/dns/tests/keytable_test.c | 4 +-
external/mpl/bind/dist/lib/dns/tests/master_test.c | 4 +-
external/mpl/bind/dist/lib/dns/tests/name_test.c | 4 +-
external/mpl/bind/dist/lib/dns/tests/nsec3_test.c | 4 +-
external/mpl/bind/dist/lib/dns/tests/nsec3param_test.c | 4 +-
external/mpl/bind/dist/lib/dns/tests/peer_test.c | 4 +-
external/mpl/bind/dist/lib/dns/tests/private_test.c | 4 +-
external/mpl/bind/dist/lib/dns/tests/rbt_serialize_test.c | 4 +-
external/mpl/bind/dist/lib/dns/tests/rbt_test.c | 4 +-
external/mpl/bind/dist/lib/dns/tests/rdata_test.c | 5 +-
external/mpl/bind/dist/lib/dns/tests/rdataset_test.c | 4 +-
external/mpl/bind/dist/lib/dns/tests/rdatasetstats_test.c | 4 +-
external/mpl/bind/dist/lib/dns/tests/resolver_test.c | 4 +-
external/mpl/bind/dist/lib/dns/tests/result_test.c | 4 +-
external/mpl/bind/dist/lib/dns/tests/rsa_test.c | 4 +-
external/mpl/bind/dist/lib/dns/tests/sigs_test.c | 4 +-
external/mpl/bind/dist/lib/dns/tests/time_test.c | 4 +-
external/mpl/bind/dist/lib/dns/tests/tsig_test.c | 4 +-
external/mpl/bind/dist/lib/dns/tests/update_test.c | 4 +-
external/mpl/bind/dist/lib/dns/tests/zonemgr_test.c | 4 +-
external/mpl/bind/dist/lib/dns/tests/zt_test.c | 4 +-
external/mpl/bind/dist/lib/dns/tkey.c | 10 +-
external/mpl/bind/dist/lib/dns/tsig.c | 9 +-
external/mpl/bind/dist/lib/dns/view.c | 5 +-
external/mpl/bind/dist/lib/dns/win32/libdns.def.in | 3 +
external/mpl/bind/dist/lib/dns/win32/libdns.vcxproj.filters.in | 6 -
external/mpl/bind/dist/lib/dns/win32/libdns.vcxproj.in | 6 +-
external/mpl/bind/dist/lib/dns/xfrin.c | 16 +-
external/mpl/bind/dist/lib/dns/zone.c | 327 +-
external/mpl/bind/dist/lib/dns/zt.c | 11 +-
external/mpl/bind/dist/lib/irs/tests/resconf_test.c | 4 +-
external/mpl/bind/dist/lib/isc/Makefile.in | 8 +-
external/mpl/bind/dist/lib/isc/hp.c | 17 +-
external/mpl/bind/dist/lib/isc/include/isc/Makefile.in | 3 +-
external/mpl/bind/dist/lib/isc/include/isc/lib.h | 13 +-
external/mpl/bind/dist/lib/isc/include/isc/mem.h | 5 +-
external/mpl/bind/dist/lib/isc/include/isc/netmgr.h | 46 +-
external/mpl/bind/dist/lib/isc/include/isc/rwlock.h | 4 +-
external/mpl/bind/dist/lib/isc/include/isc/tls.h | 50 +
external/mpl/bind/dist/lib/isc/include/isc/util.h | 12 +-
external/mpl/bind/dist/lib/isc/lib.c | 44 +-
external/mpl/bind/dist/lib/isc/lib_p.h | 20 +
external/mpl/bind/dist/lib/isc/mem.c | 111 +-
external/mpl/bind/dist/lib/isc/mem_p.h | 18 +-
external/mpl/bind/dist/lib/isc/netmgr/Makefile.in | 4 +-
external/mpl/bind/dist/lib/isc/netmgr/netmgr-int.h | 230 +-
external/mpl/bind/dist/lib/isc/netmgr/netmgr.c | 500 +-
external/mpl/bind/dist/lib/isc/netmgr/tcp.c | 64 +-
external/mpl/bind/dist/lib/isc/netmgr/tcpdns.c | 476 +-
external/mpl/bind/dist/lib/isc/netmgr/tlsdns.c | 2372 +++++++--
external/mpl/bind/dist/lib/isc/netmgr/udp.c | 199 +-
external/mpl/bind/dist/lib/isc/openssl_shim.c | 116 +-
external/mpl/bind/dist/lib/isc/openssl_shim.h | 65 +-
external/mpl/bind/dist/lib/isc/pthreads/include/isc/thread.h | 12 +-
external/mpl/bind/dist/lib/isc/pthreads/thread.c | 11 +-
external/mpl/bind/dist/lib/isc/rwlock.c | 11 +-
external/mpl/bind/dist/lib/isc/task.c | 15 +-
external/mpl/bind/dist/lib/isc/tests/Makefile.in | 16 +-
external/mpl/bind/dist/lib/isc/tests/aes_test.c | 4 +-
external/mpl/bind/dist/lib/isc/tests/buffer_test.c | 4 +-
external/mpl/bind/dist/lib/isc/tests/counter_test.c | 4 +-
external/mpl/bind/dist/lib/isc/tests/crc64_test.c | 4 +-
external/mpl/bind/dist/lib/isc/tests/errno_test.c | 4 +-
external/mpl/bind/dist/lib/isc/tests/file_test.c | 4 +-
external/mpl/bind/dist/lib/isc/tests/hash_test.c | 4 +-
external/mpl/bind/dist/lib/isc/tests/heap_test.c | 4 +-
external/mpl/bind/dist/lib/isc/tests/hmac_test.c | 4 +-
external/mpl/bind/dist/lib/isc/tests/ht_test.c | 4 +-
external/mpl/bind/dist/lib/isc/tests/lex_test.c | 4 +-
external/mpl/bind/dist/lib/isc/tests/md_test.c | 4 +-
external/mpl/bind/dist/lib/isc/tests/mem_test.c | 6 +-
external/mpl/bind/dist/lib/isc/tests/netaddr_test.c | 4 +-
external/mpl/bind/dist/lib/isc/tests/parse_test.c | 4 +-
external/mpl/bind/dist/lib/isc/tests/pool_test.c | 4 +-
external/mpl/bind/dist/lib/isc/tests/quota_test.c | 4 +-
external/mpl/bind/dist/lib/isc/tests/radix_test.c | 4 +-
external/mpl/bind/dist/lib/isc/tests/random_test.c | 4 +-
external/mpl/bind/dist/lib/isc/tests/regex_test.c | 4 +-
external/mpl/bind/dist/lib/isc/tests/result_test.c | 4 +-
external/mpl/bind/dist/lib/isc/tests/safe_test.c | 4 +-
external/mpl/bind/dist/lib/isc/tests/siphash_test.c | 4 +-
external/mpl/bind/dist/lib/isc/tests/sockaddr_test.c | 4 +-
external/mpl/bind/dist/lib/isc/tests/socket_test.c | 4 +-
external/mpl/bind/dist/lib/isc/tests/symtab_test.c | 4 +-
external/mpl/bind/dist/lib/isc/tests/task_test.c | 4 +-
external/mpl/bind/dist/lib/isc/tests/taskpool_test.c | 4 +-
external/mpl/bind/dist/lib/isc/tests/tcp_quota_test.c | 8 +-
external/mpl/bind/dist/lib/isc/tests/tcp_test.c | 8 +-
external/mpl/bind/dist/lib/isc/tests/tcpdns_test.c | 9 +-
external/mpl/bind/dist/lib/isc/tests/time_test.c | 8 +-
external/mpl/bind/dist/lib/isc/tests/timer_test.c | 4 +-
external/mpl/bind/dist/lib/isc/tests/tlsdns_test.c | 899 +++
external/mpl/bind/dist/lib/isc/tests/udp_test.c | 8 +-
external/mpl/bind/dist/lib/isc/tls.c | 367 +
external/mpl/bind/dist/lib/isc/tls_p.h | 20 +
external/mpl/bind/dist/lib/isc/trampoline.c | 198 +
external/mpl/bind/dist/lib/isc/trampoline_p.h | 55 +
external/mpl/bind/dist/lib/isc/unix/include/isc/time.h | 22 +-
external/mpl/bind/dist/lib/isc/unix/time.c | 26 +-
external/mpl/bind/dist/lib/isc/win32/DLLMain.c | 30 +-
external/mpl/bind/dist/lib/isc/win32/condition.c | 4 +-
external/mpl/bind/dist/lib/isc/win32/include/isc/condition.h | 6 +-
external/mpl/bind/dist/lib/isc/win32/include/isc/thread.h | 7 +-
external/mpl/bind/dist/lib/isc/win32/include/isc/time.h | 22 +-
external/mpl/bind/dist/lib/isc/win32/libisc.def.in | 19 +-
external/mpl/bind/dist/lib/isc/win32/libisc.vcxproj.filters.in | 12 +
external/mpl/bind/dist/lib/isc/win32/libisc.vcxproj.in | 13 +-
external/mpl/bind/dist/lib/isc/win32/thread.c | 12 +-
external/mpl/bind/dist/lib/isc/win32/time.c | 11 +-
external/mpl/bind/dist/lib/isccc/tests/result_test.c | 4 +-
external/mpl/bind/dist/lib/isccfg/kaspconf.c | 4 +-
external/mpl/bind/dist/lib/isccfg/namedconf.c | 3 +-
external/mpl/bind/dist/lib/isccfg/tests/duration_test.c | 4 +-
external/mpl/bind/dist/lib/isccfg/tests/parser_test.c | 4 +-
external/mpl/bind/dist/lib/ns/Makefile.in | 2 -
external/mpl/bind/dist/lib/ns/client.c | 5 +-
external/mpl/bind/dist/lib/ns/include/ns/client.h | 3 +-
external/mpl/bind/dist/lib/ns/interfacemgr.c | 3 +-
external/mpl/bind/dist/lib/ns/query.c | 457 +-
external/mpl/bind/dist/lib/ns/tests/listenlist_test.c | 21 +-
external/mpl/bind/dist/lib/ns/tests/notify_test.c | 21 +-
external/mpl/bind/dist/lib/ns/tests/nstest.h | 11 +-
external/mpl/bind/dist/lib/ns/tests/plugin_test.c | 4 +-
external/mpl/bind/dist/lib/ns/tests/query_test.c | 21 +-
external/mpl/bind/dist/m4/ax_check_openssl.m4 | 2 +-
external/mpl/bind/dist/m4/ax_gcc_func_attribute.m4 | 242 +
external/mpl/bind/dist/make/includes.in | 4 +-
external/mpl/bind/dist/srcid | 2 +-
external/mpl/bind/dist/version | 2 +-
external/mpl/bind/dist/win32utils/Configure | 86 +-
325 files changed, 13273 insertions(+), 5364 deletions(-)
diffs (truncated from 26699 to 300 lines):
diff -r 5e87307a1d00 -r 17ec49f8d303 external/mpl/bind/dist/CHANGES
--- a/external/mpl/bind/dist/CHANGES Fri Feb 19 16:37:01 2021 +0000
+++ b/external/mpl/bind/dist/CHANGES Thu Apr 29 16:46:17 2021 +0000
@@ -1,3 +1,166 @@
+ --- 9.16.15 released ---
+
+5621. [bug] Due to a backporting mistake in change 5609, named
+ binaries built against a Kerberos/GSSAPI library whose
+ header files did not define the GSS_SPNEGO_MECHANISM
+ preprocessor macro were not able to start if their
+ configuration included the "tkey-gssapi-credential"
+ option. This has been fixed. [GL #2634]
+
+5620. [bug] If zone journal files written by BIND 9.16.11 or earlier
+ were present when BIND was upgraded, the zone file for
+ that zone could have been inadvertently rewritten with
+ the current zone contents. This caused the original zone
+ file structure (e.g. comments, $INCLUDE directives) to
+ be lost, although the zone data itself was preserved.
+ This has been fixed. [GL #2623]
+
+ --- 9.16.14 released ---
+
+5617. [security] A specially crafted GSS-TSIG query could cause a buffer
+ overflow in the ISC implementation of SPNEGO.
+ (CVE-2021-25216) [GL #2604]
+
+5616. [security] named crashed when a DNAME record placed in the ANSWER
+ section during DNAME chasing turned out to be the final
+ answer to a client query. (CVE-2021-25215) [GL #2540]
+
+5615. [security] Insufficient IXFR checks could result in named serving a
+ zone without an SOA record at the apex, leading to a
+ RUNTIME_CHECK assertion failure when the zone was
+ subsequently refreshed. This has been fixed by adding an
+ owner name check for all SOA records which are included
+ in a zone transfer. (CVE-2021-25214) [GL #2467]
+
+5614. [bug] Ensure all resources are properly cleaned up when a call
+ to gss_accept_sec_context() fails. [GL #2620]
+
+5613. [bug] It was possible to write an invalid transaction header
+ in the journal file for a managed-keys database after
+ upgrading. This has been fixed. Invalid headers in
+ existing journal files are detected and named is able
+ to recover from them. [GL #2600]
+
+5611. [func] Set "stale-answer-client-timeout" to "off" by default.
+ [GL #2608]
+
+5610. [bug] Prevent a crash which could happen when a lookup
+ triggered by "stale-answer-client-timeout" was attempted
+ right after recursion for a client query finished.
+ [GL #2594]
+
+5609. [func] The ISC implementation of SPNEGO was removed from BIND 9
+ source code. It was no longer necessary as all major
+ contemporary Kerberos/GSSAPI libraries include support
+ for SPNEGO. [GL #2607]
+
+5608. [bug] When sending queries over TCP, dig now properly handles
+ "+tries=1 +retry=0" by not retrying the connection when
+ the remote server closes the connection prematurely.
+ [GL #2490]
+
+5607. [bug] As "rndc dnssec -checkds" and "rndc dnssec -rollover"
+ commands may affect the next scheduled key event,
+ reconfiguration of zone keys is now triggered after
+ receiving either of these commands to prevent
+ unnecessary key rollover delays. [GL #2488]
+
+5606. [bug] CDS/CDNSKEY DELETE records are now removed when a zone
+ transitions from a secure to an insecure state.
+ named-checkzone also no longer reports an error when
+ such records are found in an unsigned zone. [GL #2517]
+
+5605. [bug] "dig -u" now uses the CLOCK_REALTIME clock source for
+ more accurate time reporting. [GL #2592]
+
+5603. [bug] Fix a memory leak that occurred when named failed to
+ bind a UDP socket to a network interface. [GL #2575]
+
+5602. [bug] Fix TCPDNS and TLSDNS timers in Network Manager. This
+ makes the "tcp-initial-timeout" and "tcp-idle-timeout"
+ options work correctly again. [GL #2583]
+
+5601. [bug] Zones using KASP could not be thawed after they were
+ frozen using "rndc freeze". This has been fixed.
+ [GL #2523]
+
+ --- 9.16.13 released ---
+
+5597. [bug] When serve-stale was enabled and starting the recursive
+ resolution process for a query failed, a named instance
+ could crash if it was configured as both a recursive and
+ authoritative server. This problem was introduced by
+ change 5573 and has now been fixed. [GL #2565]
+
+5595. [cleanup] Public header files for BIND 9 libraries no longer
+ directly include third-party library headers. This
+ prevents the need to include paths to third-party header
+ files in CFLAGS whenever BIND 9 public header files are
+ used, which could cause build-time issues on hosts with
+ older versions of BIND 9 installed. [GL #2357]
+
+5594. [bug] Building with --enable-dnsrps --enable-dnsrps-dl failed.
+ [GL #2298]
+
+5593. [bug] Journal files written by older versions of named can now
+ be read when loading zones, so that journal
+ incompatibility does not cause problems on upgrade.
+ Outdated journals are updated to the new format after
+ loading. [GL #2505]
+
+5592. [bug] Prevent hazard pointer table overflows on machines with
+ many cores, by allowing the thread IDs (serving as
+ indices into hazard pointer tables) of finished threads
+ to be reused by those created later. [GL #2396]
+
+5591. [bug] Fix a crash that occurred when
+ "stale-answer-client-timeout" was triggered without any
+ (stale) data available in the cache to answer the query.
+ [GL #2503]
+
+5590. [bug] NSEC3 records were not immediately created for dynamic
+ zones using NSEC3 with "dnssec-policy", resulting in
+ such zones going bogus. Add code to process the
+ NSEC3PARAM queue at zone load time so that NSEC3 records
+ for such zones are created immediately. [GL #2498]
+
+5588. [func] Add a new "purge-keys" option for "dnssec-policy". This
+ option determines the period of time for which key files
+ are retained after they become obsolete. [GL #2408]
+
+5586. [bug] An invalid direction field in a LOC record resulted in
+ an INSIST failure when a zone file containing such a
+ record was loaded. [GL #2499]
+
+5584. [bug] No longer set the IP_DONTFRAG option on UDP sockets, to
+ prevent dropping outgoing packets exceeding
+ "max-udp-size". [GL #2466]
+
+5582. [bug] BIND 9 failed to build when static OpenSSL libraries
+ were used and the pkg-config files for libssl and/or
+ libcrypto were unavailable. This has been fixed by
+ ensuring that the correct linking order for libssl and
+ libcrypto is always used. [GL #2402]
+
+5581. [bug] Fix a memory leak that occurred when inline-signed zones
+ were added to the configuration, followed by a
+ reconfiguration of named. [GL #2041]
+
+5580. [test] The system test framework no longer differentiates
+ between SKIPPED and UNTESTED system test results. Any
+ system test which is not run is now marked as SKIPPED.
+ [GL !4517]
+
+5573. [func] When serve-stale is enabled and stale data is available,
+ named now returns stale answers upon encountering any
+ unexpected error in the query resolution process.
+ However, the "stale-refresh-time" window is still only
+ started upon a timeout. [GL #2434]
+
+5564. [cleanup] Network manager's TLSDNS module was refactored to use
+ libuv and libssl directly instead of a stack of TCP/TLS
+ sockets. [GL #2335]
+
--- 9.16.12 released ---
5578. [protocol] Make "check-names" accept A records below "_spf",
diff -r 5e87307a1d00 -r 17ec49f8d303 external/mpl/bind/dist/PLATFORMS
--- a/external/mpl/bind/dist/PLATFORMS Fri Feb 19 16:37:01 2021 +0000
+++ b/external/mpl/bind/dist/PLATFORMS Thu Apr 29 16:46:17 2021 +0000
@@ -43,7 +43,7 @@
* Red Hat Enterprise Linux / CentOS 7, 8
* FreeBSD 11.4, 12.2
* OpenBSD 6.8
- * Alpine Linux 3.12
+ * Alpine Linux 3.13
The amd64, i386, armhf and arm64 CPU architectures are all fully
supported.
diff -r 5e87307a1d00 -r 17ec49f8d303 external/mpl/bind/dist/PLATFORMS.md
--- a/external/mpl/bind/dist/PLATFORMS.md Fri Feb 19 16:37:01 2021 +0000
+++ b/external/mpl/bind/dist/PLATFORMS.md Thu Apr 29 16:46:17 2021 +0000
@@ -51,7 +51,7 @@
* Red Hat Enterprise Linux / CentOS 7, 8
* FreeBSD 11.4, 12.2
* OpenBSD 6.8
-* Alpine Linux 3.12
+* Alpine Linux 3.13
The amd64, i386, armhf and arm64 CPU architectures are all fully supported.
diff -r 5e87307a1d00 -r 17ec49f8d303 external/mpl/bind/dist/aclocal.m4
--- a/external/mpl/bind/dist/aclocal.m4 Fri Feb 19 16:37:01 2021 +0000
+++ b/external/mpl/bind/dist/aclocal.m4 Thu Apr 29 16:46:17 2021 +0000
@@ -376,6 +376,7 @@
m4_include([m4/ax_check_compile_flag.m4])
m4_include([m4/ax_check_openssl.m4])
+m4_include([m4/ax_gcc_func_attribute.m4])
m4_include([m4/ax_posix_shell.m4])
m4_include([m4/ax_pthread.m4])
m4_include([m4/ax_restore_flags.m4])
diff -r 5e87307a1d00 -r 17ec49f8d303 external/mpl/bind/dist/bin/check/Makefile.in
--- a/external/mpl/bind/dist/bin/check/Makefile.in Fri Feb 19 16:37:01 2021 +0000
+++ b/external/mpl/bind/dist/bin/check/Makefile.in Thu Apr 29 16:46:17 2021 +0000
@@ -15,9 +15,8 @@
@BIND9_MAKE_INCLUDES@
-CINCLUDES = ${NS_INCLUDES} ${BIND9_INCLUDES} ${DNS_INCLUDES} ${ISCCFG_INCLUDES} \
- ${ISC_INCLUDES} \
- ${OPENSSL_CFLAGS}
+CINCLUDES = ${NS_INCLUDES} ${BIND9_INCLUDES} ${DNS_INCLUDES} \
+ ${ISCCFG_INCLUDES} ${ISC_INCLUDES} ${OPENSSL_CFLAGS}
CDEFINES = -DNAMED_CONFFILE=\"${sysconfdir}/named.conf\"
CWARNINGS =
diff -r 5e87307a1d00 -r 17ec49f8d303 external/mpl/bind/dist/bin/dig/dig.rst
--- a/external/mpl/bind/dist/bin/dig/dig.rst Fri Feb 19 16:37:01 2021 +0000
+++ b/external/mpl/bind/dist/bin/dig/dig.rst Thu Apr 29 16:46:17 2021 +0000
@@ -449,8 +449,8 @@
``+nssearch`` or ``+trace`` query option is used.
``+retry=T``
- This option sets the number of times to retry UDP queries to server to ``T``
- instead of the default, 2. Unlike ``+tries``, this does not include
+ This option sets the number of times to retry UDP and TCP queries to server to ``T``
+ instead of the default, 2. Unlike ``+tries``, this does not include
the initial query.
``+[no]rrcomments``
@@ -532,7 +532,7 @@
default queries from a name server.
``+tries=T``
- This option sets the number of times to try UDP queries to server to ``T``
+ This option sets the number of times to try UDP and TCP queries to server to ``T``
instead of the default, 3. If ``T`` is less than or equal to zero,
the number of tries is silently rounded up to 1.
diff -r 5e87307a1d00 -r 17ec49f8d303 external/mpl/bind/dist/bin/dig/dighost.c
--- a/external/mpl/bind/dist/bin/dig/dighost.c Fri Feb 19 16:37:01 2021 +0000
+++ b/external/mpl/bind/dist/bin/dig/dighost.c Thu Apr 29 16:46:17 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: dighost.c,v 1.1.1.9 2021/02/19 16:37:03 christos Exp $ */
+/* $NetBSD: dighost.c,v 1.1.1.10 2021/04/29 16:46:18 christos Exp $ */
/*
* Copyright (C) Internet Systems Consortium, Inc. ("ISC")
@@ -2937,7 +2937,11 @@
}
isc_buffer_usedregion(&query->sendbuf, &r);
debug("sending a request");
- TIME_NOW(&query->time_sent);
+ if (query->lookup->use_usec) {
+ TIME_NOW_HIRES(&query->time_sent);
+ } else {
+ TIME_NOW(&query->time_sent);
+ }
INSIST(query->sock != NULL);
query->waiting_senddone = true;
sevent = isc_socket_socketevent(
@@ -3077,7 +3081,8 @@
*/
static void
requeue_or_update_exitcode(dig_lookup_t *lookup) {
- if (lookup->eoferr == 0U) {
+ if (lookup->eoferr == 0U && lookup->retries > 1) {
+ --lookup->retries;
/*
* Peer closed the connection prematurely for the first time
* for this lookup. Try again, keeping track of this failure.
@@ -3219,7 +3224,11 @@
debug("recvcount=%d", recvcount);
if (!query->first_soa_rcvd) {
debug("sending a request in launch_next_query");
- TIME_NOW(&query->time_sent);
+ if (query->lookup->use_usec) {
+ TIME_NOW_HIRES(&query->time_sent);
+ } else {
+ TIME_NOW(&query->time_sent);
+ }
query->waiting_senddone = true;
isc_buffer_clear(&query->tmpsendbuf);
isc_buffer_putuint16(&query->tmpsendbuf,
@@ -3625,7 +3634,11 @@
INSIST(recvcount >= 0);
query = event->ev_arg;
- TIME_NOW(&query->time_recv);
+ if (query->lookup->use_usec) {
+ TIME_NOW_HIRES(&query->time_recv);
+ } else {
+ TIME_NOW(&query->time_recv);
+ }
l = query->lookup;
Home |
Main Index |
Thread Index |
Old Index