]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
prep 9.14.3
authorTinderbox User <tbox@isc.org>
Mon, 3 Jun 2019 19:59:32 +0000 (19:59 +0000)
committerEvan Hunt <each@isc.org>
Wed, 19 Jun 2019 22:54:22 +0000 (15:54 -0700)
68 files changed:
CHANGES
CONTRIBUTING
HISTORY
OPTIONS
PLATFORMS
README
README.md
bin/dig/dig.1
bin/dig/dig.html
doc/arm/Bv9ARM.ch01.html
doc/arm/Bv9ARM.ch02.html
doc/arm/Bv9ARM.ch03.html
doc/arm/Bv9ARM.ch04.html
doc/arm/Bv9ARM.ch05.html
doc/arm/Bv9ARM.ch06.html
doc/arm/Bv9ARM.ch07.html
doc/arm/Bv9ARM.ch08.html
doc/arm/Bv9ARM.ch09.html
doc/arm/Bv9ARM.ch10.html
doc/arm/Bv9ARM.ch11.html
doc/arm/Bv9ARM.ch12.html
doc/arm/Bv9ARM.html
doc/arm/Bv9ARM.pdf
doc/arm/man.arpaname.html
doc/arm/man.ddns-confgen.html
doc/arm/man.delv.html
doc/arm/man.dig.html
doc/arm/man.dnssec-cds.html
doc/arm/man.dnssec-checkds.html
doc/arm/man.dnssec-coverage.html
doc/arm/man.dnssec-dsfromkey.html
doc/arm/man.dnssec-importkey.html
doc/arm/man.dnssec-keyfromlabel.html
doc/arm/man.dnssec-keygen.html
doc/arm/man.dnssec-keymgr.html
doc/arm/man.dnssec-revoke.html
doc/arm/man.dnssec-settime.html
doc/arm/man.dnssec-signzone.html
doc/arm/man.dnssec-verify.html
doc/arm/man.dnstap-read.html
doc/arm/man.filter-aaaa.html
doc/arm/man.host.html
doc/arm/man.mdig.html
doc/arm/man.named-checkconf.html
doc/arm/man.named-checkzone.html
doc/arm/man.named-journalprint.html
doc/arm/man.named-nzd2nzf.html
doc/arm/man.named-rrchecker.html
doc/arm/man.named.conf.html
doc/arm/man.named.html
doc/arm/man.nsec3hash.html
doc/arm/man.nslookup.html
doc/arm/man.nsupdate.html
doc/arm/man.pkcs11-destroy.html
doc/arm/man.pkcs11-keygen.html
doc/arm/man.pkcs11-list.html
doc/arm/man.pkcs11-tokens.html
doc/arm/man.rndc-confgen.html
doc/arm/man.rndc.conf.html
doc/arm/man.rndc.html
doc/arm/notes.html
doc/arm/notes.pdf
doc/arm/notes.txt
doc/arm/notes.xml
lib/dns/api
lib/isc/api
lib/ns/api
version

diff --git a/CHANGES b/CHANGES
index 24f816c8b818ac7a48a09ade8bc7ddaa7ea7b52b..935cde2cc3d6bd3405201fcd8ca9e239346095eb 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+       --- 9.14.3 released ---
+
 5244.  [security]      Fixed a race condition in dns_dispatch_getnext()
                        that could cause an assertion failure if a
                        significant number of incoming packets were
index 003a7c85931e033c7d22181a0b7e1ff2d8ed07ad..288bcab91519e7956dab81e6eb4c29038443dad9 100644 (file)
@@ -1,3 +1,5 @@
+CONTRIBUTING
+
 BIND Source Access and Contributor Guidelines
 
 Feb 22, 2018
diff --git a/HISTORY b/HISTORY
index e56a44d44367bf36423d67827919fd9b16862e35..90f355838837a70988f69751ece0b78566704052 100644 (file)
--- a/HISTORY
+++ b/HISTORY
@@ -1,3 +1,5 @@
+HISTORY
+
 Functional enhancements from prior major releases of BIND 9
 
 BIND 9.11
@@ -431,11 +433,11 @@ BIND 9.4.0
   * Detect duplicates of UDP queries we are recursing on and drop them.
     New stats category "duplicates".
   * "USE INTERNAL MALLOC" is now runtime selectable.
-  * The lame cache is now done on a basis as some servers only appear to
-    be lame for certain query types.
+  * The lame cache is now done on a <qname,qclass,qtype> basis as some
+    servers only appear to be lame for certain query types.
   * Limit the number of recursive clients that can be waiting for a single
-    query () to resolve. New options clients-per-query and
-    max-clients-per-query.
+    query (<qname,qtype,qclass>) to resolve. New options clients-per-query
+    and max-clients-per-query.
   * dig: report the number of extra bytes still left in the packet after
     processing all the records.
   * Support for IPSECKEY rdata type.
diff --git a/OPTIONS b/OPTIONS
index 340b53db67297b1dee6824d8e36a18b83b091a25..811cf7c8679a2318d9b8233858266ae3372d9981 100644 (file)
--- a/OPTIONS
+++ b/OPTIONS
@@ -1,10 +1,12 @@
+OPTIONS
+
 Setting the STD_CDEFINES environment variable before running configure can
 be used to enable certain compile-time options that are not explicitly
 defined in configure.
 
 Some of these settings are:
 
-Setting                   Description
+         Setting                            Description
                           Overwrite memory with tag values when allocating
 -DISC_MEM_DEFAULTFILL=1   or freeing it; this impairs performance but
                           makes debugging of memory problems easier.
index d670b7dad1a2a1a649cd57999e3f0f042d298db1..a5e3f274eb3f6a1ce3b9076196a52572b4336410 100644 (file)
--- a/PLATFORMS
+++ b/PLATFORMS
@@ -1,3 +1,5 @@
+PLATFORMS
+
 Supported platforms
 
 In general, this version of BIND will build and run on any POSIX-compliant
@@ -64,31 +66,6 @@ These are platforms on which BIND 9.14 is known not to build or run:
 
 Platform quirks
 
-ARM
-
-If the compilation ends with following error:
-
-Error: selected processor does not support `yield' in ARM mode
-
-You will need to set -march compiler option to native, so the compiler
-recognizes yield assembler instruction. The proper way to set -march=
-native would be to put it into CFLAGS, e.g. run ./configure like this:
-CFLAGS="-march=native -Os -g" ./configure plus your usual options.
-
-If that doesn't work, you can enforce the minimum CPU and FPU (taken from
-Debian armhf documentation):
-
-  * The lowest worthwhile CPU implementation is Armv7-A, therefore the
-    recommended build option is -march=armv7-a.
-
-  * FPU should be set at VFPv3-D16 as they represent the minimum
-    specification of the processors to support here, therefore the
-    recommended build option is -mfpu=vfpv3-d16.
-
-The configure command should look like this:
-
-CFLAGS="-march=armv7-a -mfpu=vfpv3-d16 -Os -g" ./configure
-
 NetBSD 6 i386
 
 The i386 build of NetBSD requires the libatomic library, available from
diff --git a/README b/README
index ef8772dd0f71e5e6ff68a1eda6e1e1276b4260da..7796a709a4ce8bef51c69290de038c92b5fae146 100644 (file)
--- a/README
+++ b/README
@@ -1,3 +1,5 @@
+README
+
 BIND 9
 
 Contents
@@ -152,6 +154,11 @@ BIND 9.14.2
 
 BIND 9.14.2 is a maintenance release.
 
+BIND 9.14.3
+
+BIND 9.14.3 is a maintenance release, and addresses the security
+vulnerability disclosed in CVE-2019-6471.
+
 Building BIND
 
 Minimally, BIND requires a UNIX or Linux system with an ANSI C compiler,
@@ -181,7 +188,7 @@ make depend. If you're using Emacs, you might find make tags helpful.
 Several environment variables that can be set before running configure
 will affect compilation:
 
-Variable       Description
+   Variable                            Description
 CC             The C compiler to use. configure tries to figure out the
                right one for supported systems.
                C compiler flags. Defaults to include -g and/or -O2 as
@@ -333,7 +340,7 @@ development BIND 9 is included in the file CHANGES, with the most recent
 changes listed first. Change notes include tags indicating the category of
 the change that was made; these categories are:
 
-Category       Description
+   Category                            Description
 [func]         New feature
 [bug]          General bug fix
 [security]     Fix for a significant security flaw
@@ -384,21 +391,23 @@ Acknowledgments
   * The original development of BIND 9 was underwritten by the following
     organizations:
 
-    Sun Microsystems, Inc.
-    Hewlett Packard
-    Compaq Computer Corporation
-    IBM
-    Process Software Corporation
-    Silicon Graphics, Inc.
-    Network Associates, Inc.
-    U.S. Defense Information Systems Agency
-    USENIX Association
-    Stichting NLnet - NLnet Foundation
-    Nominum, Inc.
+      Sun Microsystems, Inc.
+      Hewlett Packard
+      Compaq Computer Corporation
+      IBM
+      Process Software Corporation
+      Silicon Graphics, Inc.
+      Network Associates, Inc.
+      U.S. Defense Information Systems Agency
+      USENIX Association
+      Stichting NLnet - NLnet Foundation
+      Nominum, Inc.
 
   * This product includes software developed by the OpenSSL Project for
     use in the OpenSSL Toolkit. http://www.OpenSSL.org/
+
   * This product includes cryptographic software written by Eric Young
     (eay@cryptsoft.com)
+
   * This product includes software written by Tim Hudson
     (tjh@cryptsoft.com)
index d86ca4c7fdbcbeaaa3c5d48794f63737f6e7079d..633fc4546d5475a245b62925446b66235a458128 100644 (file)
--- a/README.md
+++ b/README.md
@@ -169,6 +169,11 @@ vulnerabilities disclosed in CVE-2018-5743 and CVE-2019-6467.
 
 BIND 9.14.2 is a maintenance release.
 
+#### BIND 9.14.3
+
+BIND 9.14.3 is a maintenance release, and addresses the security
+vulnerability disclosed in CVE-2019-6471.
+
 ### <a name="build"/> Building BIND
 
 Minimally, BIND requires a UNIX or Linux system with an ANSI C compiler,
index 67be14eeb2510316f27270856b4a8cdd7d24ceb6..4b6bf0f156987870f9b08b17672b70c006d8c807 100644 (file)
@@ -584,11 +584,11 @@ A synonym for
 .RS 4
 Toggle the setting of the RD (recursion desired) bit in the query\&. This bit is set by default, which means
 \fBdig\fR
-normally sends recursive queries\&. Recursion is automatically disabled when the
+normally sends recursive queries\&. Recursion is automatically disabled when using the
 \fI+nssearch\fR
-or
+option, and when using
 \fI+trace\fR
-query options are used\&.
+except for an initial recursive query to get the list of root servers\&.
 .RE
 .PP
 \fB+retry=T\fR
index 268edd47133ee9bae12457a26e4cebc7783b5836..4364f0583e8a2c59e23a7b5b58debeaf77c8b876 100644 (file)
              in the query.  This bit is set by default, which means
              <span class="command"><strong>dig</strong></span> normally sends recursive
              queries.  Recursion is automatically disabled when
-             the <em class="parameter"><code>+nssearch</code></em> or
-             <em class="parameter"><code>+trace</code></em> query options are used.
+             using the <em class="parameter"><code>+nssearch</code></em> option, and
+             when using <em class="parameter"><code>+trace</code></em> except for
+             an initial recursive query to get the list of root
+             servers.
            </p>
          </dd>
 <dt><span class="term"><code class="option">+retry=T</code></span></dt>
index e88f9b9b412398a1aaa54c1da5dc3ee32bfc23e8..23a39667620222d325a453c77177f433ae73c937 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.2 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.3 (Stable Release)</p>
 </body>
 </html>
index 46badf6bdacb6f6948f88c31a6b5c0b9a7971210..1d4f81dfadf5a7c61c33c1fba6e8108c4fd390c5 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.2 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.3 (Stable Release)</p>
 </body>
 </html>
index 6373b3b40c2d71d9c49c285109658978aacaf190..60d6185eb04ca045c0697c9f7b54d15ba879d773 100644 (file)
@@ -856,6 +856,6 @@ controls {
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.2 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.3 (Stable Release)</p>
 </body>
 </html>
index 42c214a8effa8f487157706d61421fb50b893d12..cac854d5be64c89d2f146df4cd50983cd5eaee4d 100644 (file)
@@ -2863,6 +2863,6 @@ $ORIGIN 0.0.0.0.0.0.0.0.8.b.d.0.1.0.0.2.ip6.arpa.
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.2 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.3 (Stable Release)</p>
 </body>
 </html>
index 80f877d56f0bd49921d62a383915283ea8685ea6..aa19eafc820ae53d3a8ea3d2bd8b3834eb96f95c 100644 (file)
@@ -14884,6 +14884,6 @@ HOST-127.EXAMPLE. MX 0 .
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.2 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.3 (Stable Release)</p>
 </body>
 </html>
index 72866030256f3f3fdfc73aa5110a3100dcdd7e3d..018bbba71ea8b5afab9235761bea92c4200aa7d4 100644 (file)
@@ -361,6 +361,6 @@ allow-query { !{ !10/8; any; }; key example; };
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.2 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.3 (Stable Release)</p>
 </body>
 </html>
index 0ea543ff5bcf05f14ab995753201d007d643c5e9..31b6b9d481cdb50451963aaa37cbb8e5e43e87ef 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.2 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.3 (Stable Release)</p>
 </body>
 </html>
index 74510a75482cfae0640bc9d1346017c0f5ba466f..e7f70cc64214be4bd5b5b33413e0abcdb1c5141a 100644 (file)
 <div class="toc">
 <p><b>Table of Contents</b></p>
 <dl class="toc">
-<dt><span class="section"><a href="Bv9ARM.ch08.html#id-1.9.2">Release Notes for BIND Version 9.14.2</a></span></dt>
+<dt><span class="section"><a href="Bv9ARM.ch08.html#id-1.9.2">Release Notes for BIND Version 9.14.3</a></span></dt>
 <dd><dl>
 <dt><span class="section"><a href="Bv9ARM.ch08.html#relnotes_intro">Introduction</a></span></dt>
 <dt><span class="section"><a href="Bv9ARM.ch08.html#relnotes_versions">Note on Version Numbering</a></span></dt>
 <dt><span class="section"><a href="Bv9ARM.ch08.html#relnotes_platforms">Supported Platforms</a></span></dt>
 <dt><span class="section"><a href="Bv9ARM.ch08.html#relnotes_download">Download</a></span></dt>
 <dt><span class="section"><a href="Bv9ARM.ch08.html#relnotes_security">Security Fixes</a></span></dt>
-<dt><span class="section"><a href="Bv9ARM.ch08.html#relnotes_features">New Features</a></span></dt>
-<dt><span class="section"><a href="Bv9ARM.ch08.html#relnotes_changes">Feature Changes</a></span></dt>
 <dt><span class="section"><a href="Bv9ARM.ch08.html#relnotes_bugs">Bug Fixes</a></span></dt>
 <dt><span class="section"><a href="Bv9ARM.ch08.html#relnotes_license">License</a></span></dt>
 <dt><span class="section"><a href="Bv9ARM.ch08.html#end_of_life">End of Life</a></span></dt>
@@ -54,7 +52,7 @@
 </div>
       <div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
-<a name="id-1.9.2"></a>Release Notes for BIND Version 9.14.2</h2></div></div></div>
+<a name="id-1.9.2"></a>Release Notes for BIND Version 9.14.3</h2></div></div></div>
   
   <div class="section">
 <div class="titlepage"><div><div><h3 class="title">
   <div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="relnotes_security"></a>Security Fixes</h3></div></div></div>
-    <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
-<li class="listitem">
-        <p>
-         In certain configurations, <span class="command"><strong>named</strong></span> could crash
-         with an assertion failure if <span class="command"><strong>nxdomain-redirect</strong></span>
-         was in use and a redirected query resulted in an NXDOMAIN from the
-         cache. This flaw is disclosed in CVE-2019-6467. [GL #880]
-       </p>
-      </li>
-<li class="listitem">
-       <p>
-         The TCP client quota set using the <span class="command"><strong>tcp-clients</strong></span>
-         option could be exceeded in some cases. This could lead to
-         exhaustion of file descriptors. (CVE-2018-5743) [GL #615]
-       </p>
-      </li>
-</ul></div>
-  </div>
-
-  <div class="section">
-<div class="titlepage"><div><div><h3 class="title">
-<a name="relnotes_features"></a>New Features</h3></div></div></div>
     <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
        <p>
-         The new <span class="command"><strong>add-soa</strong></span> option specifies whether
-         or not the <span class="command"><strong>response-policy</strong></span> zone's SOA record
-         should be included in the additional section of RPZ responses.
-         [GL #865]
-        </p>
-      </li></ul></div>
-  </div>
-
-  <div class="section">
-<div class="titlepage"><div><div><h3 class="title">
-<a name="relnotes_changes"></a>Feature Changes</h3></div></div></div>
-    <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
-       <p>
-         When <span class="command"><strong>trusted-keys</strong></span> and
-         <span class="command"><strong>managed-keys</strong></span> are both configured for the
-         same name, or when <span class="command"><strong>trusted-keys</strong></span> is used to
-         configure a trust anchor for the root zone and
-         <span class="command"><strong>dnssec-validation</strong></span> is set to the default
-         value of <code class="literal">auto</code>, automatic RFC 5011 key
-         rollovers will fail.
-       </p>
-       <p>
-         This combination of settings was never intended to work,
-         but there was no check for it in the parser. This has been
-         corrected; a warning is now logged. (In BIND 9.15 and
-         higher this error will be fatal.) [GL #868]
+         A race condition could trigger an assertion failure when
+         a large number of incoming packets were being rejected.
+         This flaw is disclosed in CVE-2019-6471. [GL #942]
        </p>
       </li></ul></div>
   </div>
 <a name="relnotes_bugs"></a>Bug Fixes</h3></div></div></div>
     <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
         <p>
-         The <span class="command"><strong>allow-update</strong></span> and
-         <span class="command"><strong>allow-update-forwarding</strong></span> options were
-         inadvertently treated as configuration errors when used at the
-         <span class="command"><strong>options</strong></span> or <span class="command"><strong>view</strong></span> level.
-         This has now been corrected.
-         [GL #913]
+         When <span class="command"><strong>qname-minimization</strong></span> was set to
+         <span class="command"><strong>relaxed</strong></span>, some improperly configured domains
+         would fail to resolve, but would have succeeded if minimization
+         were disabled. <span class="command"><strong>named</strong></span> will now fall back to normal
+         resolution in such cases, and also uses type A rather than NS for
+         minimal queries in order to reduce the likelihood of encountering
+         the problem. [GL #1055]
        </p>
       </li></ul></div>
   </div>
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.2 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.3 (Stable Release)</p>
 </body>
 </html>
index 788fcd88173f3d21a81a90c3d19796fd5cb403b9..4730eb7a6581f7b4d925b0c24c43eb5e4039d457 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.2 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.3 (Stable Release)</p>
 </body>
 </html>
index 016eff4376734f97e20ab198d9a0db2e8a72bdc3..a09ab0bc9435d775ec29bf2bd7e51ef606c74ae2 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.2 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.3 (Stable Release)</p>
 </body>
 </html>
index 4a68685e2564fa05591514ac10ae5a020f0a385d..09ade93d46a163befbc265c20af3d2a13846b93f 100644 (file)
@@ -533,6 +533,6 @@ $ <strong class="userinput"><code>sample-update -a sample-update -k Kxxx.+nnn+mm
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.2 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.3 (Stable Release)</p>
 </body>
 </html>
index 550a6544e1e80adda15fe8d71e143d2c9af05655..ca68dd1cf092d8e9079208f0c362ddc63a5b5c70 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.2 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.3 (Stable Release)</p>
 </body>
 </html>
index 19038ba3ac304f463c6a9778af3fce75798533c2..932d3160dd0d9f18f0971bd8a3b1a0cd14cbbd4a 100644 (file)
@@ -32,7 +32,7 @@
 <div>
 <div><h1 class="title">
 <a name="id-1"></a>BIND 9 Administrator Reference Manual</h1></div>
-<div><p class="releaseinfo">BIND Version 9.14.2</p></div>
+<div><p class="releaseinfo">BIND Version 9.14.3</p></div>
 <div><p class="copyright">Copyright Â© 2000-2019 Internet Systems Consortium, Inc. ("ISC")</p></div>
 </div>
 <hr>
 </dl></dd>
 <dt><span class="appendix"><a href="Bv9ARM.ch08.html">A. Release Notes</a></span></dt>
 <dd><dl>
-<dt><span class="section"><a href="Bv9ARM.ch08.html#id-1.9.2">Release Notes for BIND Version 9.14.2</a></span></dt>
+<dt><span class="section"><a href="Bv9ARM.ch08.html#id-1.9.2">Release Notes for BIND Version 9.14.3</a></span></dt>
 <dd><dl>
 <dt><span class="section"><a href="Bv9ARM.ch08.html#relnotes_intro">Introduction</a></span></dt>
 <dt><span class="section"><a href="Bv9ARM.ch08.html#relnotes_versions">Note on Version Numbering</a></span></dt>
 <dt><span class="section"><a href="Bv9ARM.ch08.html#relnotes_platforms">Supported Platforms</a></span></dt>
 <dt><span class="section"><a href="Bv9ARM.ch08.html#relnotes_download">Download</a></span></dt>
 <dt><span class="section"><a href="Bv9ARM.ch08.html#relnotes_security">Security Fixes</a></span></dt>
-<dt><span class="section"><a href="Bv9ARM.ch08.html#relnotes_features">New Features</a></span></dt>
-<dt><span class="section"><a href="Bv9ARM.ch08.html#relnotes_changes">Feature Changes</a></span></dt>
 <dt><span class="section"><a href="Bv9ARM.ch08.html#relnotes_bugs">Bug Fixes</a></span></dt>
 <dt><span class="section"><a href="Bv9ARM.ch08.html#relnotes_license">License</a></span></dt>
 <dt><span class="section"><a href="Bv9ARM.ch08.html#end_of_life">End of Life</a></span></dt>
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.2 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.3 (Stable Release)</p>
 </body>
 </html>
index 37d4efe731aee57ae8351be7863ea84d3c91280a..86e9eb869387ab7d70a1fa4e23b8c0b52a46da62 100644 (file)
Binary files a/doc/arm/Bv9ARM.pdf and b/doc/arm/Bv9ARM.pdf differ
index e10bbd83f9eed5182a2e79f6cc56e0651730dd2c..509992b0bd3233a1fa7136421a58aa1af38d94c1 100644 (file)
@@ -90,6 +90,6 @@
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.2 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.3 (Stable Release)</p>
 </body>
 </html>
index 7074b1e2ec8b0ebc1a7631fa98bf80f9dbe6b7e0..9ae3ca95e6027249315b42c82551e99558e12b7b 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.2 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.3 (Stable Release)</p>
 </body>
 </html>
index a88fa99cf9e5b059d9d006f4e79e876c331c42f1..734635e23a2463b289e274962c9741eb17557b63 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.2 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.3 (Stable Release)</p>
 </body>
 </html>
index 09e852de645418c2f51996bbfa39b10194435455..b0bdd84dc0ce57b4e5d0007101dc5b5ce4478560 100644 (file)
              in the query.  This bit is set by default, which means
              <span class="command"><strong>dig</strong></span> normally sends recursive
              queries.  Recursion is automatically disabled when
-             the <em class="parameter"><code>+nssearch</code></em> or
-             <em class="parameter"><code>+trace</code></em> query options are used.
+             using the <em class="parameter"><code>+nssearch</code></em> option, and
+             when using <em class="parameter"><code>+trace</code></em> except for
+             an initial recursive query to get the list of root
+             servers.
            </p>
          </dd>
 <dt><span class="term"><code class="option">+retry=T</code></span></dt>
@@ -1151,6 +1153,6 @@ dig +qr www.isc.org any -x 127.0.0.1 isc.org ns +noqr
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.2 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.3 (Stable Release)</p>
 </body>
 </html>
index 72c4c49814c74872794ddf69fbcc33ca82953866..66181f1413ee6da36685a03eb9cc315be6400112 100644 (file)
@@ -376,6 +376,6 @@ nsupdate -l
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.2 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.3 (Stable Release)</p>
 </body>
 </html>
index 9caee46c42ec94d24434c01dab5b7c34f47b95c3..84d758792168aa9f16f9f54bb01700f5e23c91ff 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.2 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.3 (Stable Release)</p>
 </body>
 </html>
index 0680f8ca5e0531875e80947ae12acd712b3e1935..698170caca055e4a1f6f17aca57dd4a7d3623745 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.2 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.3 (Stable Release)</p>
 </body>
 </html>
index 18b52a87f916e1e9a5688f71592fba48f56c1762..62da5a52ed1ae791f00efe9274a63b1498451bf8 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.2 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.3 (Stable Release)</p>
 </body>
 </html>
index aaba2ea0264093b4cc8cdd0407767ab2c1db901e..18ef705fade6d1f9398a6e3ff7c738146b1e18cc 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.2 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.3 (Stable Release)</p>
 </body>
 </html>
index 94e8f50132dd6979aa9a8d86a50146293170f5f0..4e99f3625f5000495494ea0f03719cacd0a487f7 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.2 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.3 (Stable Release)</p>
 </body>
 </html>
index 3390172e88572c057a68b373b71a3242849db52c..69c0aae6449cc28ba82e214077bb621ebd16e923 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.2 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.3 (Stable Release)</p>
 </body>
 </html>
index bfe13e0609e0d9f2c5aee28f71a8df0fa9ab950a..d75e526ac0e8754e43dcf6e9aa581ae61d91abbb 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.2 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.3 (Stable Release)</p>
 </body>
 </html>
index fd4090c55dbd4edb8aa38028511b58479c5e1529..6141f3b8694d985b9d10611848f7c4a9c9a37fe2 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.2 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.3 (Stable Release)</p>
 </body>
 </html>
index 42249c531c8fcab64a5d38d2b8a32af75d4a63d5..5e94bb4e69d905334f5f005f32692df24caab15b 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.2 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.3 (Stable Release)</p>
 </body>
 </html>
index c445d71933d8ab71ac6a97d986be123d1628a1e5..12217e57e345dec5cd70bd6d4ef5174615499015 100644 (file)
@@ -701,6 +701,6 @@ db.example.com.signed
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.2 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.3 (Stable Release)</p>
 </body>
 </html>
index 0db8c70ee34108661e1eba74e7f36dd9a6adc546..6ce0083e9e79ea9a494e7b4bd5811752fae62218 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.2 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.3 (Stable Release)</p>
 </body>
 </html>
index 63ea15be81e992374db5c768497f59244aff1b08..a66a9316f301d4bfb34ffb683acfb786ae63fd65 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.2 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.3 (Stable Release)</p>
 </body>
 </html>
index 3fc242c270300e20efe9b94847145330d8f1e1cd..77efaa6d5e62b134745717a318d9fbdcbf2a7c6a 100644 (file)
@@ -168,6 +168,6 @@ plugin query "/usr/local/lib/filter-aaaa.so" {
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.2 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.3 (Stable Release)</p>
 </body>
 </html>
index ec47df0e54120696db440c40fcab417ae12ea3b7..8c9fad9a3460c46963b15aee6b1b6c038931f5ab 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.2 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.3 (Stable Release)</p>
 </body>
 </html>
index e68dfe63725a15274298fb428e685f6900cf89e6..c15f72f62586761edf8bec791b4a72df58c425fc 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.2 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.3 (Stable Release)</p>
 </body>
 </html>
index 100f28dd67629191d71b6599c9d9a1d4d1c67feb..993f59ea3670327b4dca8b457fb941968bf899c7 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.2 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.3 (Stable Release)</p>
 </body>
 </html>
index 0cf966dc25da25aaa3eb46a807fdecaf548ebee1..eaa66586e5f74305ae3dcbcf43474b493315c8d7 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.2 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.3 (Stable Release)</p>
 </body>
 </html>
index bf280272e3e41fada83bbf133145b3aaa7da2f3e..5fae663115466dedabec4bfb888d9cbb2da02d3d 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.2 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.3 (Stable Release)</p>
 </body>
 </html>
index 03755fd2a26e95e3fa42ca622cc6860c58aa2f63..b84b0378b29778685c92c65e2a1b46582ba658d6 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.2 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.3 (Stable Release)</p>
 </body>
 </html>
index 3ab51fce62506a19a9c2ad6d71a0cdcddc15ebb3..6bfb9c3a03073f77704d93b51b4b634d98f62e8f 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.2 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.3 (Stable Release)</p>
 </body>
 </html>
index 2487fe1ed4c344960bfeaa30d90e0bdb59cb2154..c5a1c43b1015f2669586cc1e7e9f6ff55a8c176b 100644 (file)
@@ -1075,6 +1075,6 @@ zone
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.2 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.3 (Stable Release)</p>
 </body>
 </html>
index 74ddba5b349da212515598ece60dedd0a92a07db..3c8c02bc6e0883a538b0b5f04e44d89904136620 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.2 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.3 (Stable Release)</p>
 </body>
 </html>
index 32b75bfab9984819ca0ceade7abfc2a3fcd44859..e5d1d88fafaadaa032c178244b0d9fd5118f5fd9 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.2 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.3 (Stable Release)</p>
 </body>
 </html>
index 1156c7450d9f756fc21ed1c72659dd0d920ca8ef..c77c78de57f24475f1f21731e5dfd2929b979775 100644 (file)
@@ -437,6 +437,6 @@ nslookup -query=hinfo  -timeout=10
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.2 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.3 (Stable Release)</p>
 </body>
 </html>
index bc2b9816ec9feeff743b7d2c2ce4499dbee62e48..5c93a66f295d9834838268c5e6afe65563fd9056 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.2 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.3 (Stable Release)</p>
 </body>
 </html>
index dbc90036383bec8e7de64339eabda920e237e2d3..86a0ab04c8e10b9cde41bacaee600bbc37080897 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.2 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.3 (Stable Release)</p>
 </body>
 </html>
index e7fe4583ad4a2f6bc7345c21de0a054fc20e622e..b6ccb4a56a11bd632e55e7db36bb007ff646da85 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.2 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.3 (Stable Release)</p>
 </body>
 </html>
index e3ea9eee94658b82b92bf6871a54506438846163..7f2d469fe494ba33b83382a8d5843744083c2268 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.2 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.3 (Stable Release)</p>
 </body>
 </html>
index 61b4409cc69760664434fcaca1a99fcfa2152491..320899e693764cafcca67c9dbc8732b49269ee78 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.2 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.3 (Stable Release)</p>
 </body>
 </html>
index 9d4fb03e6f956121b04a47179f280ae869e90d92..9f6c1f14fd1ed43f1000481845018c82e498e6b5 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.2 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.3 (Stable Release)</p>
 </body>
 </html>
index 0b1e943844179ea922caac4375d8e01cedd8527c..9fd7fef2a5b127a133dc9faa450f494c2cce0493 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.2 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.3 (Stable Release)</p>
 </body>
 </html>
index 81252c8daa9132be112c774860deb175eb0fa344..7ae1d1772ca6c29bacfd42a3ddd66d4c4d9ef854 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.2 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.3 (Stable Release)</p>
 </body>
 </html>
index b86d99ddfa3bb39443e54a432aeb7ac5613403fe..e920f2ef9a84113335d1645ec3ee90f5157412aa 100644 (file)
@@ -15,7 +15,7 @@
 
   <div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
-<a name="id-1.2"></a>Release Notes for BIND Version 9.14.2</h2></div></div></div>
+<a name="id-1.2"></a>Release Notes for BIND Version 9.14.3</h2></div></div></div>
   
   <div class="section">
 <div class="titlepage"><div><div><h3 class="title">
   <div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="relnotes_security"></a>Security Fixes</h3></div></div></div>
-    <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
-<li class="listitem">
-        <p>
-         In certain configurations, <span class="command"><strong>named</strong></span> could crash
-         with an assertion failure if <span class="command"><strong>nxdomain-redirect</strong></span>
-         was in use and a redirected query resulted in an NXDOMAIN from the
-         cache. This flaw is disclosed in CVE-2019-6467. [GL #880]
-       </p>
-      </li>
-<li class="listitem">
-       <p>
-         The TCP client quota set using the <span class="command"><strong>tcp-clients</strong></span>
-         option could be exceeded in some cases. This could lead to
-         exhaustion of file descriptors. (CVE-2018-5743) [GL #615]
-       </p>
-      </li>
-</ul></div>
-  </div>
-
-  <div class="section">
-<div class="titlepage"><div><div><h3 class="title">
-<a name="relnotes_features"></a>New Features</h3></div></div></div>
     <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
        <p>
-         The new <span class="command"><strong>add-soa</strong></span> option specifies whether
-         or not the <span class="command"><strong>response-policy</strong></span> zone's SOA record
-         should be included in the additional section of RPZ responses.
-         [GL #865]
-        </p>
-      </li></ul></div>
-  </div>
-
-  <div class="section">
-<div class="titlepage"><div><div><h3 class="title">
-<a name="relnotes_changes"></a>Feature Changes</h3></div></div></div>
-    <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
-       <p>
-         When <span class="command"><strong>trusted-keys</strong></span> and
-         <span class="command"><strong>managed-keys</strong></span> are both configured for the
-         same name, or when <span class="command"><strong>trusted-keys</strong></span> is used to
-         configure a trust anchor for the root zone and
-         <span class="command"><strong>dnssec-validation</strong></span> is set to the default
-         value of <code class="literal">auto</code>, automatic RFC 5011 key
-         rollovers will fail.
-       </p>
-       <p>
-         This combination of settings was never intended to work,
-         but there was no check for it in the parser. This has been
-         corrected; a warning is now logged. (In BIND 9.15 and
-         higher this error will be fatal.) [GL #868]
+         A race condition could trigger an assertion failure when
+         a large number of incoming packets were being rejected.
+         This flaw is disclosed in CVE-2019-6471. [GL #942]
        </p>
       </li></ul></div>
   </div>
 <a name="relnotes_bugs"></a>Bug Fixes</h3></div></div></div>
     <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
         <p>
-         The <span class="command"><strong>allow-update</strong></span> and
-         <span class="command"><strong>allow-update-forwarding</strong></span> options were
-         inadvertently treated as configuration errors when used at the
-         <span class="command"><strong>options</strong></span> or <span class="command"><strong>view</strong></span> level.
-         This has now been corrected.
-         [GL #913]
+         When <span class="command"><strong>qname-minimization</strong></span> was set to
+         <span class="command"><strong>relaxed</strong></span>, some improperly configured domains
+         would fail to resolve, but would have succeeded if minimization
+         were disabled. <span class="command"><strong>named</strong></span> will now fall back to normal
+         resolution in such cases, and also uses type A rather than NS for
+         minimal queries in order to reduce the likelihood of encountering
+         the problem. [GL #1055]
        </p>
       </li></ul></div>
   </div>
index effb146be1589fc2b447b6730b931ee35e25a1bf..aad8e07ba84281b9b40efcdb2da29cc86918eef7 100644 (file)
Binary files a/doc/arm/notes.pdf and b/doc/arm/notes.pdf differ
index f349ef7dea8a6f1ae5f57941cd30592d366c6725..902a19fd8a0c9e98a02dac0800e7d532ff1cdf87 100644 (file)
@@ -1,4 +1,4 @@
-Release Notes for BIND Version 9.14.2
+Release Notes for BIND Version 9.14.3
 
 Introduction
 
@@ -52,38 +52,18 @@ operating systems.
 
 Security Fixes
 
-  * In certain configurations, named could crash with an assertion failure
-    if nxdomain-redirect was in use and a redirected query resulted in an
-    NXDOMAIN from the cache. This flaw is disclosed in CVE-2019-6467. [GL
-    #880]
-
-  * The TCP client quota set using the tcp-clients option could be
-    exceeded in some cases. This could lead to exhaustion of file
-    descriptors. (CVE-2018-5743) [GL #615]
-
-New Features
-
-  * The new add-soa option specifies whether or not the response-policy
-    zone's SOA record should be included in the additional section of RPZ
-    responses. [GL #865]
-
-Feature Changes
-
-  * When trusted-keys and managed-keys are both configured for the same
-    name, or when trusted-keys is used to configure a trust anchor for the
-    root zone and dnssec-validation is set to the default value of auto,
-    automatic RFC 5011 key rollovers will fail.
-
-    This combination of settings was never intended to work, but there was
-    no check for it in the parser. This has been corrected; a warning is
-    now logged. (In BIND 9.15 and higher this error will be fatal.) [GL #
-    868]
+  * A race condition could trigger an assertion failure when a large
+    number of incoming packets were being rejected. This flaw is disclosed
+    in CVE-2019-6471. [GL #942]
 
 Bug Fixes
 
-  * The allow-update and allow-update-forwarding options were
-    inadvertently treated as configuration errors when used at the options
-    or view level. This has now been corrected. [GL #913]
+  * When qname-minimization was set to relaxed, some improperly configured
+    domains would fail to resolve, but would have succeeded if
+    minimization were disabled. named will now fall back to normal
+    resolution in such cases, and also uses type A rather than NS for
+    minimal queries in order to reduce the likelihood of encountering the
+    problem. [GL #1055]
 
 License
 
index 70416a65d763ab2536aeac72dde5ec9d13778ba8..ba129c5ad01ecfdc632a740e5bc3b7b64aaaa00d 100644 (file)
 
   <section xml:id="relnotes_security"><info><title>Security Fixes</title></info>
     <itemizedlist>
-      <listitem>
-        <para>
-         In certain configurations, <command>named</command> could crash
-         with an assertion failure if <command>nxdomain-redirect</command>
-         was in use and a redirected query resulted in an NXDOMAIN from the
-         cache. This flaw is disclosed in CVE-2019-6467. [GL #880]
-       </para>
-      </listitem>
-      <listitem>
-       <para>
-         The TCP client quota set using the <command>tcp-clients</command>
-         option could be exceeded in some cases. This could lead to
-         exhaustion of file descriptors. This flaw is disclosed in
-         CVE-2018-5743. [GL #615]
-       </para>
-      </listitem>
       <listitem>
        <para>
          A race condition could trigger an assertion failure when
     </itemizedlist>
   </section>
 
-  <section xml:id="relnotes_features"><info><title>New Features</title></info>
-    <itemizedlist>
-      <listitem>
-       <para>
-         The new <command>add-soa</command> option specifies whether
-         or not the <command>response-policy</command> zone's SOA record
-         should be included in the additional section of RPZ responses.
-         [GL #865]
-        </para>
-      </listitem>
-    </itemizedlist>
-  </section>
-
-  <section xml:id="relnotes_changes"><info><title>Feature Changes</title></info>
-    <itemizedlist>
-      <listitem>
-       <para>
-         When <command>trusted-keys</command> and
-         <command>managed-keys</command> are both configured for the
-         same name, or when <command>trusted-keys</command> is used to
-         configure a trust anchor for the root zone and
-         <command>dnssec-validation</command> is set to the default
-         value of <literal>auto</literal>, automatic RFC 5011 key
-         rollovers will fail.
-       </para>
-       <para>
-         This combination of settings was never intended to work,
-         but there was no check for it in the parser. This has been
-         corrected; a warning is now logged. (In BIND 9.15 and
-         higher this error will be fatal.) [GL #868]
-       </para>
-      </listitem>
-    </itemizedlist>
-  </section>
-
   <section xml:id="relnotes_bugs"><info><title>Bug Fixes</title></info>
     <itemizedlist>
       <listitem>
         <para>
-         The <command>allow-update</command> and
-         <command>allow-update-forwarding</command> options were
-         inadvertently treated as configuration errors when used at the
-         <command>options</command> or <command>view</command> level.
-         This has now been corrected.
-         [GL #913]
+         When <command>qname-minimization</command> was set to
+         <command>relaxed</command>, some improperly configured domains
+         would fail to resolve, but would have succeeded if minimization
+         were disabled. <command>named</command> will now fall back to normal
+         resolution in such cases, and also uses type A rather than NS for
+         minimal queries in order to reduce the likelihood of encountering
+         the problem. [GL #1055]
        </para>
       </listitem>
     </itemizedlist>
index 6ac470f629e3a74a04d2de2679e56cbec4591088..aaa7206babd7b902984ff5ae7eeb67118da9ed1b 100644 (file)
@@ -9,6 +9,6 @@
 # 9.11: 160-169,1100-1199
 # 9.12: 1200-1299
 # 9.13/9.14: 1300-1499
-LIBINTERFACE = 1308
+LIBINTERFACE = 1309
 LIBREVISION = 0
 LIBAGE = 0
index 6ac470f629e3a74a04d2de2679e56cbec4591088..0f0b939f0694f3acef9575eae46ec49b3183b616 100644 (file)
@@ -10,5 +10,5 @@
 # 9.12: 1200-1299
 # 9.13/9.14: 1300-1499
 LIBINTERFACE = 1308
-LIBREVISION = 0
+LIBREVISION = 1
 LIBAGE = 0
index f821a8a65aaa812faaa6e56047b34bc434b33e1f..879faac87f9ad941066c74567d2857786b413826 100644 (file)
@@ -10,5 +10,5 @@
 # 9.12: 1200-1299
 # 9.13/9.14: 1300-1499
 LIBINTERFACE = 1306
-LIBREVISION = 0
+LIBREVISION = 1
 LIBAGE = 0
diff --git a/version b/version
index 1e5281e778f126d1b4adac9540d18f2e8fbb7546..7af9ba0d43d662ca5b652a829ea3977f2969b6dd 100644 (file)
--- a/version
+++ b/version
@@ -5,7 +5,7 @@ PRODUCT=BIND
 DESCRIPTION="(Stable Release)"
 MAJORVER=9
 MINORVER=14
-PATCHVER=2
+PATCHVER=3
 RELEASETYPE=
 RELEASEVER=
 EXTENSIONS=